diff --git a/doc/public/course_data_formats/conditional_module/conditional_module.rst b/doc/public/course_data_formats/conditional_module/conditional_module.rst index 82c555d3e7..8f7ba17ffc 100644 --- a/doc/public/course_data_formats/conditional_module/conditional_module.rst +++ b/doc/public/course_data_formats/conditional_module/conditional_module.rst @@ -53,7 +53,7 @@ Examples of conditional depends on poll Examples of conditional depends on poll (use tag) -------------------------------------------- +-------------------------------------------------------- .. code-block:: xml diff --git a/doc/public/course_data_formats/drag_and_drop/drag_and_drop_input.rst b/doc/public/course_data_formats/drag_and_drop/drag_and_drop_input.rst index 4927deeec6..a5efd866b6 100644 --- a/doc/public/course_data_formats/drag_and_drop/drag_and_drop_input.rst +++ b/doc/public/course_data_formats/drag_and_drop/drag_and_drop_input.rst @@ -420,6 +420,6 @@ Draggables can be reused .. literalinclude:: drag-n-drop-demo2.xml Examples of targets on draggables ------------------------- +--------------------------------- .. literalinclude:: drag-n-drop-demo3.xml diff --git a/doc/public/course_data_formats/graphical_slider_tool/graphical_slider_tool.rst b/doc/public/course_data_formats/graphical_slider_tool/graphical_slider_tool.rst index 3fac46e873..7119c53c41 100644 --- a/doc/public/course_data_formats/graphical_slider_tool/graphical_slider_tool.rst +++ b/doc/public/course_data_formats/graphical_slider_tool/graphical_slider_tool.rst @@ -362,7 +362,7 @@ that has to be updated on a parameter's change, then one can define a special function to handle this. The "output" of such a function must be set to "none", and the JavaScript code inside this function must update the MathJax element by itself. Before exiting, MathJax typeset function should -be called so that the new text will be re-rendered by MathJax. For example, +be called so that the new text will be re-rendered by MathJax. For example:: ... diff --git a/doc/public/course_data_formats/symbolic_response.rst b/doc/public/course_data_formats/symbolic_response.rst index 8463faab3c..4abb0ec990 100644 --- a/doc/public/course_data_formats/symbolic_response.rst +++ b/doc/public/course_data_formats/symbolic_response.rst @@ -19,11 +19,11 @@ This is a partial list of features, to be revised as we go along: An example of a problem:: - - + - + It's a bit of a pain to enter that. diff --git a/doc/public/index.rst b/doc/public/index.rst index 064b3ff443..cda3809237 100644 --- a/doc/public/index.rst +++ b/doc/public/index.rst @@ -28,6 +28,7 @@ Specific Problem Types course_data_formats/conditional_module/conditional_module.rst course_data_formats/word_cloud/word_cloud.rst course_data_formats/custom_response.rst + course_data_formats/symbolic_response.rst Internal Data Formats