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
1bb1fb31
Commit
1bb1fb31
authored
Jan 31, 2013
by
marco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding remaining advanced problem modes I left off the first pass
parent
27045de7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
7 deletions
+8
-7
common/lib/xmodule/xmodule/templates/problem/circuitschematic.yaml
+2
-1
common/lib/xmodule/xmodule/templates/problem/customgrader.yaml
+2
-2
common/lib/xmodule/xmodule/templates/problem/forumularesponse.yaml
+2
-2
common/lib/xmodule/xmodule/templates/problem/imageresponse.yaml
+2
-2
No files found.
common/lib/xmodule/xmodule/templates/problem/circuitschematic.yaml
View file @
1bb1fb31
---
metadata
:
display_name
:
Circuit Schematic
display_name
:
Circuit Schematic
Builder
rerandomize
:
never
showanswer
:
always
weight
:
"
"
...
...
common/lib/xmodule/xmodule/templates/problem/customgrader.yaml
View file @
1bb1fb31
---
metadata
:
display_name
:
Custom
Grader
display_name
:
Custom
Python-Evaluated Input
rerandomize
:
never
showanswer
:
always
weight
:
"
"
...
...
@@ -8,7 +8,7 @@ metadata:
data
:
|
<problem>
<p>
A custom
response
problem accepts one or more lines of text input from the
A custom
python-evaluated input
problem accepts one or more lines of text input from the
student, and evaluates the inputs for correctness based on evaluation using a
python script embedded within the problem.
</p>
...
...
common/lib/xmodule/xmodule/templates/problem/forumularesponse.yaml
View file @
1bb1fb31
---
metadata
:
display_name
:
Formula Response
display_name
:
Math Expression Input
rerandomize
:
never
showanswer
:
always
weight
:
"
"
...
...
@@ -8,7 +8,7 @@ metadata:
data
:
|
<problem>
<p>
A
formula response
problem accepts a line of text representing a mathematical expression from the
A
math expression input
problem accepts a line of text representing a mathematical expression from the
student, and evaluates the input for equivalence to a mathematical expression provided by the
grader. Correctness is based on numerical sampling of the symbolic expressions.
</p>
...
...
common/lib/xmodule/xmodule/templates/problem/imageresponse.yaml
View file @
1bb1fb31
---
metadata
:
display_name
:
Image
Response
display_name
:
Image
Mapped Input
rerandomize
:
never
showanswer
:
always
weight
:
"
"
...
...
@@ -8,7 +8,7 @@ metadata:
data
:
|
<problem>
<p>
An image
response
problem presents an image for the student. Input is
An image
mapped input
problem presents an image for the student. Input is
given by the location of mouse clicks on the image. Correctness of input can be evaluated based on expected dimensions of a rectangle.
</p>
...
...
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