Skip to content

Commit

Permalink
Typo corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
srpearce committed Apr 24, 2014
1 parent e7e9fb3 commit 61f797b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ For more information, see the following topics.
* :ref:`Problem Settings`
* :ref:`Modifying a Released Problem`
* :ref:`Additional Work with Problems`

* :ref:`Multiple Problems in One Component`
* :ref:`Problem Randomization`
* :ref:`Multiple Problems in One Component`
* :ref:`Problem Randomization`


.. _Problem Student View:
Expand Down Expand Up @@ -134,8 +133,10 @@ You can switch at any time from the Simple Editor to the Advanced Editor by clic

.. _Simple Editor:

=================
The Simple Editor
=================

Several problem templates, including multiple choice and text input problem templates, open in the Simple Editor. The following image shows a multiple choice problem in the Simple Editor.

.. image:: ../Images//MultipleChoice_SimpleEditor.png
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Write-Your-Own-Grader Problem
##############################

In custom Python-evaluated input (also called "write-your-own-grader problems" problems), the grader uses a Python script that you create and embed in the problem to evaluates a student's response or provide hints. These problems can be any type. Numerical input and text input problems are the most popular write-your-own-grader problems.
In custom Python-evaluated input (also called "write-your-own-grader" problems), the grader uses a Python script that you create and embed in the problem to evaluates a student's response or provide hints. These problems can be any type. Numerical input and text input problems are the most popular write-your-own-grader problems.

.. image:: /Images/CustomPythonExample.png
:alt: Image of a write your own grader problem
Expand Down
2 changes: 1 addition & 1 deletion docs/en_us/course_authors/source/exercises_tools/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Creating Exercises and Tools
circuit_schematic_builder
conditional_module
custom_javascript
custom_python
drag_and_drop
dropdown
external_graders
Expand All @@ -36,5 +35,6 @@ Creating Exercises and Tools
protein_builder
text_input
word_cloud
custom_python
zooming_image
mathjax

0 comments on commit 61f797b

Please sign in to comment.