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
1da7bcf8
Commit
1da7bcf8
authored
Jun 13, 2013
by
Alexander Kryklia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes bugs in documentation (rst format)
parent
a3a2412c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
6 deletions
+7
-6
doc/public/course_data_formats/conditional_module/conditional_module.rst
+1
-1
doc/public/course_data_formats/drag_and_drop/drag_and_drop_input.rst
+1
-1
doc/public/course_data_formats/graphical_slider_tool/graphical_slider_tool.rst
+1
-1
doc/public/course_data_formats/symbolic_response.rst
+3
-3
doc/public/index.rst
+1
-0
No files found.
doc/public/course_data_formats/conditional_module/conditional_module.rst
View file @
1da7bcf8
...
@@ -53,7 +53,7 @@ Examples of conditional depends on poll
...
@@ -53,7 +53,7 @@ Examples of conditional depends on poll
</conditional>
</conditional>
Examples of conditional depends on poll (use
<show>
tag)
Examples of conditional depends on poll (use
<show>
tag)
-------------------------------------------
-------------------------------------------
-------------
.. code-block:: xml
.. code-block:: xml
...
...
doc/public/course_data_formats/drag_and_drop/drag_and_drop_input.rst
View file @
1da7bcf8
...
@@ -420,6 +420,6 @@ Draggables can be reused
...
@@ -420,6 +420,6 @@ Draggables can be reused
.. literalinclude:: drag-n-drop-demo2.xml
.. literalinclude:: drag-n-drop-demo2.xml
Examples of targets on draggables
Examples of targets on draggables
------------------------
------------------------
---------
.. literalinclude:: drag-n-drop-demo3.xml
.. literalinclude:: drag-n-drop-demo3.xml
doc/public/course_data_formats/graphical_slider_tool/graphical_slider_tool.rst
View file @
1da7bcf8
...
@@ -362,7 +362,7 @@ that has to be updated on a parameter's change, then one can define
...
@@ -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
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
set to "none", and the JavaScript code inside this function must update the
MathJax element by itself. Before exiting, MathJax typeset function should
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
::
<render>
<render>
...
...
...
...
doc/public/course_data_formats/symbolic_response.rst
View file @
1da7bcf8
...
@@ -19,11 +19,11 @@ This is a partial list of features, to be revised as we go along:
...
@@ -19,11 +19,11 @@ This is a partial list of features, to be revised as we go along:
An example of a problem::
An example of a problem::
<symbolicresponse expect="a_b^c + b_x__d" size="30">
<symbolicresponse expect="a_b^c + b_x__d" size="30">
<textline math="1"
<textline math="1"
preprocessorClassName="SymbolicMathjaxPreprocessor"
preprocessorClassName="SymbolicMathjaxPreprocessor"
preprocessorSrc="/static/js/capa/symbolic_mathjax_preprocessor.js"/>
preprocessorSrc="/static/js/capa/symbolic_mathjax_preprocessor.js"/>
</symbolicresponse>
</symbolicresponse>
It's a bit of a pain to enter that.
It's a bit of a pain to enter that.
...
...
doc/public/index.rst
View file @
1da7bcf8
...
@@ -28,6 +28,7 @@ Specific Problem Types
...
@@ -28,6 +28,7 @@ Specific Problem Types
course_data_formats/conditional_module/conditional_module.rst
course_data_formats/conditional_module/conditional_module.rst
course_data_formats/word_cloud/word_cloud.rst
course_data_formats/word_cloud/word_cloud.rst
course_data_formats/custom_response.rst
course_data_formats/custom_response.rst
course_data_formats/symbolic_response.rst
Internal Data Formats
Internal Data Formats
...
...
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