Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo corrections #3453

Merged
merged 1 commit into from
Apr 24, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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