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
281f9003
Commit
281f9003
authored
Jun 20, 2013
by
JonahStanley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed format of docstring
parent
eec095a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lms/djangoapps/courseware/features/problems_setup.py
+2
-2
No files found.
lms/djangoapps/courseware/features/problems_setup.py
View file @
281f9003
...
...
@@ -281,11 +281,11 @@ def add_problem_to_course(course, problem_type, extraMeta=None):
def
inputfield
(
problem_type
,
choice
=
None
,
input_num
=
1
):
""" Return the css
element for *problem_type*
.
""" Return the css
selector for `problem_type`
.
For example, if problem_type is 'string', return
the text field for the string problem in the test course.
*choice*
is the name of the checkbox input in a group
`choice`
is the name of the checkbox input in a group
of checkboxes. """
sel
=
(
"input#input_i4x-edx-model_course-problem-
%
s_2_
%
s"
%
...
...
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