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
be8eed65
Commit
be8eed65
authored
May 31, 2015
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Internationalize help text
parent
1237ee6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
11 deletions
+16
-11
common/lib/xmodule/xmodule/course_module.py
+16
-11
No files found.
common/lib/xmodule/xmodule/course_module.py
View file @
be8eed65
...
@@ -175,16 +175,21 @@ class CourseFields(object):
...
@@ -175,16 +175,21 @@ class CourseFields(object):
help
=
_
(
'Enter the passports for course LTI tools in the following format: "id:client_key:client_secret".'
),
help
=
_
(
'Enter the passports for course LTI tools in the following format: "id:client_key:client_secret".'
),
scope
=
Scope
.
settings
scope
=
Scope
.
settings
)
)
textbooks
=
TextbookList
(
help
=
"List of pairs of (title, url) for textbooks used in this course"
,
textbooks
=
TextbookList
(
default
=
[],
scope
=
Scope
.
content
)
help
=
_
(
"List of pairs of (title, url) for textbooks used in this course"
),
default
=
[],
wiki_slug
=
String
(
help
=
"Slug that points to the wiki for this course"
,
scope
=
Scope
.
content
)
scope
=
Scope
.
content
enrollment_start
=
Date
(
help
=
"Date that enrollment for this class is opened"
,
scope
=
Scope
.
settings
)
)
enrollment_end
=
Date
(
help
=
"Date that enrollment for this class is closed"
,
scope
=
Scope
.
settings
)
start
=
Date
(
help
=
"Start time when this module is visible"
,
wiki_slug
=
String
(
help
=
_
(
"Slug that points to the wiki for this course"
),
scope
=
Scope
.
content
)
default
=
DEFAULT_START_DATE
,
enrollment_start
=
Date
(
help
=
_
(
"Date that enrollment for this class is opened"
),
scope
=
Scope
.
settings
)
scope
=
Scope
.
settings
)
enrollment_end
=
Date
(
help
=
_
(
"Date that enrollment for this class is closed"
),
scope
=
Scope
.
settings
)
end
=
Date
(
help
=
"Date that this class ends"
,
scope
=
Scope
.
settings
)
start
=
Date
(
help
=
_
(
"Start time when this module is visible"
),
default
=
DEFAULT_START_DATE
,
scope
=
Scope
.
settings
)
end
=
Date
(
help
=
_
(
"Date that this class ends"
),
scope
=
Scope
.
settings
)
cosmetic_display_price
=
Integer
(
cosmetic_display_price
=
Integer
(
display_name
=
_
(
"Cosmetic Course Display Price"
),
display_name
=
_
(
"Cosmetic Course Display Price"
),
help
=
_
(
help
=
_
(
...
@@ -208,7 +213,7 @@ class CourseFields(object):
...
@@ -208,7 +213,7 @@ class CourseFields(object):
scope
=
Scope
.
settings
scope
=
Scope
.
settings
)
)
grading_policy
=
Dict
(
grading_policy
=
Dict
(
help
=
"Grading policy definition for this class"
,
help
=
_
(
"Grading policy definition for this class"
)
,
default
=
{
default
=
{
"GRADER"
:
[
"GRADER"
:
[
{
{
...
...
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