Commit 1bb1fb31 by marco

adding remaining advanced problem modes I left off the first pass

parent 27045de7
--- ---
metadata: metadata:
display_name: Circuit Schematic display_name: Circuit Schematic Builder
rerandomize: never rerandomize: never
showanswer: always showanswer: always
weight: "" weight: ""
......
--- ---
metadata: metadata:
display_name: Custom Grader display_name: Custom Python-Evaluated Input
rerandomize: never rerandomize: never
showanswer: always showanswer: always
weight: "" weight: ""
...@@ -8,7 +8,7 @@ metadata: ...@@ -8,7 +8,7 @@ metadata:
data: | data: |
<problem> <problem>
<p> <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 student, and evaluates the inputs for correctness based on evaluation using a
python script embedded within the problem. python script embedded within the problem.
</p> </p>
......
--- ---
metadata: metadata:
display_name: Formula Response display_name: Math Expression Input
rerandomize: never rerandomize: never
showanswer: always showanswer: always
weight: "" weight: ""
...@@ -8,7 +8,7 @@ metadata: ...@@ -8,7 +8,7 @@ metadata:
data: | data: |
<problem> <problem>
<p> <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 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. grader. Correctness is based on numerical sampling of the symbolic expressions.
</p> </p>
......
--- ---
metadata: metadata:
display_name: Image Response display_name: Image Mapped Input
rerandomize: never rerandomize: never
showanswer: always showanswer: always
weight: "" weight: ""
...@@ -8,7 +8,7 @@ metadata: ...@@ -8,7 +8,7 @@ metadata:
data: | data: |
<problem> <problem>
<p> <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. given by the location of mouse clicks on the image. Correctness of input can be evaluated based on expected dimensions of a rectangle.
</p> </p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment