Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
a47be540
Commit
a47be540
authored
Jan 14, 2016
by
cahrens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Un-deprecate teams setting.
TNL-3803
parent
d26452de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
common/lib/xmodule/xmodule/course_module.py
+9
-3
common/test/acceptance/pages/studio/settings_advanced.py
+1
-0
No files found.
common/lib/xmodule/xmodule/course_module.py
View file @
a47be540
...
...
@@ -693,11 +693,17 @@ class CourseFields(object):
teams_configuration
=
Dict
(
display_name
=
_
(
"Teams Configuration"
),
help
=
_
(
"Enter configuration for the teams feature. Expects two entries: max_team_size and topics, where "
"topics is a list of topics."
'Specify the maximum team size and topics for teams inside the provided set of curly braces. '
'Make sure that you enclose all of the sets of topic values within a set of square brackets, '
'with a comma after the closing curly brace for each topic, and another comma after the '
'closing square brackets. '
'For example, to specify that teams should have a maximum of 5 participants and provide a list of '
'2 topics, enter the configuration in this format: '
'{"topics": [{"name": "Topic1Name", "description": "Topic1Description", "id": "Topic1ID"}, '
'{"name": "Topic2Name", "description": "Topic2Description", "id": "Topic2ID"}], "max_team_size": 5}. '
'In "id" values, the only supported special characters are underscore, hyphen, and period.'
),
scope
=
Scope
.
settings
,
deprecated
=
True
,
# Deprecated until the teams feature is made generally available
)
enable_proctored_exams
=
Boolean
(
...
...
common/test/acceptance/pages/studio/settings_advanced.py
View file @
a47be540
...
...
@@ -210,6 +210,7 @@ class AdvancedSettingsPage(CoursePage):
'show_calculator'
,
'show_reset_button'
,
'static_asset_path'
,
'teams_configuration'
,
'text_customization'
,
'annotation_storage_url'
,
'social_sharing_url'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment