feat: add open managed group type
This commit is contained in:
committed by
Adolfo R. Brandes
parent
ad7ba2f302
commit
6e83e90cf0
@@ -22,6 +22,10 @@ const TeamTypeNameMessage = {
|
||||
label: messages.groupTypePrivateManaged,
|
||||
description: messages.groupTypePrivateManagedDescription,
|
||||
},
|
||||
[GroupTypes.OPEN_MANAGED]: {
|
||||
label: messages.groupTypeOpenManaged,
|
||||
description: messages.groupTypeOpenManagedDescription,
|
||||
},
|
||||
};
|
||||
|
||||
const GroupEditor = ({
|
||||
|
||||
@@ -93,6 +93,14 @@ const messages = defineMessages({
|
||||
id: 'authoring.pagesAndResources.teams.group.types.open',
|
||||
defaultMessage: 'Open',
|
||||
},
|
||||
groupTypeOpenManaged: {
|
||||
id: 'authoring.pagesAndResources.teams.group.types.open_managed',
|
||||
defaultMessage: 'Open managed',
|
||||
},
|
||||
groupTypeOpenManagedDescription: {
|
||||
id: 'authoring.pagesAndResources.teams.group.types.open_managed.description',
|
||||
defaultMessage: 'Only course staff can control teams. Learners can see other teams and choose it.',
|
||||
},
|
||||
groupTypeOpenDescription: {
|
||||
id: 'authoring.pagesAndResources.teams.group.types.open.description',
|
||||
defaultMessage: 'Learners can create, join, leave, and see other teams',
|
||||
|
||||
Reference in New Issue
Block a user