diff --git a/docs/en_us/course_authors/source/change_log.rst b/docs/en_us/course_authors/source/change_log.rst index ee1e7f1cc4..79ebfb15b0 100644 --- a/docs/en_us/course_authors/source/change_log.rst +++ b/docs/en_us/course_authors/source/change_log.rst @@ -12,17 +12,17 @@ April, 2014 * - Date - Change - * - 04/24/14 + * - 04/24/14 - Expanded the :ref:`Grades` chapter to include topics on interpreting the grade reports and student progress page. * - 04/23/14 - Reorganized info about problems into :ref:`Exercises and Tools Index` section * - 04/22/14 - - Updated the :ref:`Bulk Email` section with information about the dashboard option to opt out of course email. + - Updated the :ref:`Bulk Email` section with information about the dashboard option to opt out of course email. * - - In :ref:`Discussions`, corrected the steps to "Create Discussion Categories". * - - - Updated the :ref:`Enrollment` section to reflect feature changes. + - Updated the :ref:`Enrollment` section to reflect feature changes. * - 04/16/14 - Updated "Transcripts in Additional Languages" in :ref:`Working with Video Components`. * - diff --git a/docs/en_us/course_authors/source/exercises_tools/multiple_choice.rst b/docs/en_us/course_authors/source/exercises_tools/multiple_choice.rst index 7c0d4173f9..f0d5f3b57e 100644 --- a/docs/en_us/course_authors/source/exercises_tools/multiple_choice.rst +++ b/docs/en_us/course_authors/source/exercises_tools/multiple_choice.rst @@ -9,6 +9,8 @@ In multiple choice problems, students select one option from a list of answer op .. image:: /Images/MultipleChoiceExample.png :alt: Image of a multiple choice problem +Multiple choice problems also have several advanced options, such as presenting a random set of choices to each student. For more information about these options, see :ref:`Multiple Choice Advanced Options`. + **************************************** Create a Multiple Choice Problem **************************************** @@ -100,6 +102,254 @@ To create this problem in the Advanced Editor, click the **Advanced** tab in the +.. _Multiple Choice Advanced Options: + +********************************************* +Advanced Options for Multiple Choice Problems +********************************************* + +Multiple choice problems have several advanced options. You can change the order of answers in the problem, include explanations that appear when a student selects a specific incorrect answer, or present a random set of choices to each student. For more information, see the following: + + +* :ref:`Shuffle Answers in a Multiple Choice Problem` +* :ref:`Targeted Feedback in a Multiple Choice Problem` +* :ref:`Answer Pools in a Multiple Choice Problem` + +.. _Shuffle Answers in a Multiple Choice Problem: + +============================================= +Shuffle Answers in a Multiple Choice Problem +============================================= + +Optionally, you can configure a multiple choice problem so that it shuffles the order of possible answers. + +For example, one view of the problem could be: + +.. image:: ../Images/multiple-choice-shuffle-1.png + :alt: Image of a multiple choice problem + +And another view of the same problem, for another student or for the same student of a subsequent view of the unit, could be: + +.. image:: ../Images/multiple-choice-shuffle-2.png + :alt: Image of a multiple choice problem with shuffled answers + +You can also have some answers shuffled, but not others. For example, you may want to have the answer "All of the Above" fixed at the end of the list, but shuffle other answers. + +You can configure the problem to shuffle answers through :ref:`Simple Editor` or :ref:`Advanced Editor`. + + +Use the Simple Editor to Shuffle Answers +********************************************* + +You can configure the problem to shuffle answers in :ref:`Simple Editor`. + +For example, the following text defines a multiple choice problem, before shuffling is enabled. The ``(x)`` indicates the correct answer:: + + >>What Apple device competed with the portable CD player?<< + ( ) The iPad + ( ) Napster + (x) The iPod + ( ) The vegetable peeler + +To add shuffling to this problem, add ``!`` in the parenthesis of the first answer:: + + >>What Apple device competed with the portable CD player?<< + (!) The iPad + ( ) Napster + (x) The iPod + ( ) The vegetable peeler + +To fix an answer's location in the list, add ``@`` in the parenthesis of that answer:: + + >>What Apple device competed with the portable CD player?<< + (!) The iPad + ( ) Napster + (x) The iPod + ( ) The vegetable peeler + (@) All of the above + +You can combine symbols within parenthesis as necessary. For example, to show the correct answer in a fixed location, you could use:: + + (x@) The iPod + +Use the Advanced Editor to Shuffle Answers +********************************************* + +You can configure the problem to shuffle answers through XML in :ref:`Advanced Editor`. + +For example, the following XML defines a multiple choice problem, before shuffling is enabled: + +.. code-block:: xml + +
What Apple device competed with the portable CD player?
+What Apple device competed with the portable CD player?
+What Apple device competed with the portable CD player?
+What Apple device competed with the portable CD player?
+Targeted Feedback
+The iPad came out later and did not directly compete with portable CD players.
+Targeted Feedback
+Napster was not an Apple product.
+Targeted Feedback
+Vegetable peelers don't play music.
+The iPod directly competed with portable CD players.
+What Apple devices let you carry your digital music library in your pocket?
+Explanation
+Yes, the iPod is Apple's portable digital music player.
+Explanation
+In addition to being a cell phone, the iPhone can store and play your digital music.
+