From 7632c229e29019e09acadba0e5f20566acf3403b Mon Sep 17 00:00:00 2001 From: Sylvia Pearce Date: Fri, 7 Feb 2014 10:28:38 -0500 Subject: [PATCH] Reorganize content in Appendix E Change order of tags (now alphabetical); add link list at beginning of document --- .../course_authors/source/appendices/e.rst | 51 +++++++------------ 1 file changed, 17 insertions(+), 34 deletions(-) diff --git a/docs/en_us/course_authors/source/appendices/e.rst b/docs/en_us/course_authors/source/appendices/e.rst index 4360bb8ace..0b3f84f20a 100644 --- a/docs/en_us/course_authors/source/appendices/e.rst +++ b/docs/en_us/course_authors/source/appendices/e.rst @@ -1,6 +1,3 @@ -.. raw:: latex - - \newpage % .. _Appendix E: @@ -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: -:ref:`Checkbox` -:ref:`Chemical Equation Response` -:ref:`Custom Response` -:ref:`Formula Response` -:ref:`Image Response` -:ref:`Multiple Choice` -:ref:`Numerical Response` -:ref:`Option Response` -:ref:`Schematic Response` -:ref:`String Response` +* :ref:`Checkbox` +* :ref:`Chemical Equation Response` +* :ref:`Custom Response` +* :ref:`Formula Response` +* :ref:`Image Response` +* :ref:`Multiple Choice` +* :ref:`Numerical Response` +* :ref:`Option Response` +* :ref:`Schematic Response` +* :ref:`String Response` .. _Checkbox: Choice Response (Checkbox) --------------------------- -**To designate an answer as correct, add correct="true"** -**Available in Simple Editor** - Sample Problem: .. image:: ../Images/CheckboxExample.gif @@ -94,9 +88,6 @@ Sample Problem: 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. **Sample Problem** @@ -262,7 +253,7 @@ Formula Response (Math Expression Input Problems) **Sample Problem** -.. image:: ../Images/MathExpressionInput_XML.png +.. image:: ../Images/MathExpressionInputExample.gif :width: 600 :alt: Image of a math expression input problem @@ -368,10 +359,14 @@ Sample Problem:

You are given three shapes. Click on the triangle.

- + - Template + +Template + +.. code-block:: xml + @@ -389,8 +384,6 @@ XML Attribute Information .. image:: ../Images/imageresponse2.png -.. raw:: latex - .. _Multiple Choice: Multiple Choice @@ -780,9 +773,6 @@ The default included functions are the following: - Hyperbolic trig functions and their inverses: sinh, cosh, tanh, sech, csch, coth, arcsinh, arccosh, arctanh, arcsech, arccsch, arccoth -.. raw:: latex - - .. _Option Response: @@ -865,11 +855,6 @@ Sample Problem: .. image:: ../Images/optionresponse2.png -.. raw:: latex - - \newpage % - - .. _Schematic Response: Schematic Response @@ -1108,8 +1093,6 @@ Student answers "foobar", "o foo" or " ==foo==", will be correct if teacher has - Can be unlimited number of this tags. Any tag adds one more additional answer for matching. -.. raw:: latex -