Commit 7632c229 by Sylvia Pearce

Reorganize content in Appendix E

Change order of tags (now alphabetical); add link list at beginning of document
parent f7859c43
.. raw:: latex
\newpage %
.. _Appendix E: .. _Appendix E:
...@@ -11,25 +8,22 @@ APPENDIX E: Problem and Tool XML ...@@ -11,25 +8,22 @@ APPENDIX E: Problem and Tool XML
This appendix provides information about the XML for most problem and tool types in Studio: This appendix provides information about the XML for most problem and tool types in Studio:
:ref:`Checkbox` * :ref:`Checkbox`
:ref:`Chemical Equation Response` * :ref:`Chemical Equation Response`
:ref:`Custom Response` * :ref:`Custom Response`
:ref:`Formula Response` * :ref:`Formula Response`
:ref:`Image Response` * :ref:`Image Response`
:ref:`Multiple Choice` * :ref:`Multiple Choice`
:ref:`Numerical Response` * :ref:`Numerical Response`
:ref:`Option Response` * :ref:`Option Response`
:ref:`Schematic Response` * :ref:`Schematic Response`
:ref:`String Response` * :ref:`String Response`
.. _Checkbox: .. _Checkbox:
Choice Response (Checkbox) Choice Response (Checkbox)
--------------------------- ---------------------------
**To designate an answer as correct, add correct="true"**
**Available in Simple Editor**
Sample Problem: Sample Problem:
.. image:: ../Images/CheckboxExample.gif .. image:: ../Images/CheckboxExample.gif
...@@ -94,9 +88,6 @@ Sample Problem: ...@@ -94,9 +88,6 @@ Sample Problem:
Chemical Equation Response Chemical Equation Response
-------------------------- --------------------------
**TEMPLATE? DO WE HAVE MORE INFORMATION ABOUT HOW TO CREATE THESE?**
**DO THESE WORK?**
The chemical equation problem type allows the student to enter chemical equations. The grader evaluates student responses by using a Python script that you create and embed in the problem. The chemical equation problem type allows the student to enter chemical equations. The grader evaluates student responses by using a Python script that you create and embed in the problem.
**Sample Problem** **Sample Problem**
...@@ -262,7 +253,7 @@ Formula Response (Math Expression Input Problems) ...@@ -262,7 +253,7 @@ Formula Response (Math Expression Input Problems)
**Sample Problem** **Sample Problem**
.. image:: ../Images/MathExpressionInput_XML.png .. image:: ../Images/MathExpressionInputExample.gif
:width: 600 :width: 600
:alt: Image of a math expression input problem :alt: Image of a math expression input problem
...@@ -368,10 +359,14 @@ Sample Problem: ...@@ -368,10 +359,14 @@ Sample Problem:
<p>You are given three shapes. Click on the triangle.</p> <p>You are given three shapes. Click on the triangle.</p>
<endouttext/> <endouttext/>
<imageresponse> <imageresponse>
<imageinput src="/c4x/edX/edX101/asset/threeshapes.png" width="220" height="150" rectangle="(80,40)-(130,90)" /> <imageinput src="/static/threeshapes.png" width="220" height="150" rectangle="(80,40)-(130,90)" />
</imageresponse> </imageresponse>
</problem> </problem>
Template
Template
.. code-block:: xml
<problem> <problem>
<imageresponse> <imageresponse>
<imageinput src="Path_to_Image_File.png" width="220" height="150" rectangle="(80,40)-(130,90)" /> <imageinput src="Path_to_Image_File.png" width="220" height="150" rectangle="(80,40)-(130,90)" />
...@@ -389,8 +384,6 @@ XML Attribute Information ...@@ -389,8 +384,6 @@ XML Attribute Information
.. image:: ../Images/imageresponse2.png .. image:: ../Images/imageresponse2.png
.. raw:: latex
.. _Multiple Choice: .. _Multiple Choice:
Multiple Choice Multiple Choice
...@@ -780,9 +773,6 @@ The default included functions are the following: ...@@ -780,9 +773,6 @@ The default included functions are the following:
- Hyperbolic trig functions and their inverses: sinh, cosh, tanh, sech, csch, - Hyperbolic trig functions and their inverses: sinh, cosh, tanh, sech, csch,
coth, arcsinh, arccosh, arctanh, arcsech, arccsch, arccoth coth, arcsinh, arccosh, arctanh, arcsech, arccsch, arccoth
.. raw:: latex
.. _Option Response: .. _Option Response:
...@@ -865,11 +855,6 @@ Sample Problem: ...@@ -865,11 +855,6 @@ Sample Problem:
.. image:: ../Images/optionresponse2.png .. image:: ../Images/optionresponse2.png
.. raw:: latex
\newpage %
.. _Schematic Response: .. _Schematic Response:
Schematic Response Schematic Response
...@@ -1108,8 +1093,6 @@ Student answers "foobar", "o foo" or " ==foo==", will be correct if teacher has ...@@ -1108,8 +1093,6 @@ Student answers "foobar", "o foo" or " ==foo==", will be correct if teacher has
<additional_answer> - Can be unlimited number of this tags. Any tag adds one more additional answer for matching. <additional_answer> - Can be unlimited number of this tags. Any tag adds one more additional answer for matching.
.. raw:: latex
......
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