We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5f1cbe + cf5c44b commit 603e683Copy full SHA for 603e683
src/main/java/org/imsglobal/lti/BasicLTIConstants.java
@@ -50,7 +50,7 @@ public class BasicLTIConstants {
50
public static final String CONTEXT_TYPE_COURSE_OFFERING = "CourseOffering";
51
public static final String CONTEXT_TYPE_COURSE_SECTION = "CourseSection";
52
public static final String CONTEXT_TYPE_COURSE_TEMPLATE = "CourseTemplate";
53
- public static final String CONTEXT_TYPE_GROUP = "GROUP";
+ public static final String CONTEXT_TYPE_GROUP = "Group";
54
55
/**
56
* ext_param=value
0 commit comments