From 7c2d6dc0705324e8cc0d4f35f7b3c61c74bb58d9 Mon Sep 17 00:00:00 2001 From: Sylvia Pearce Date: Mon, 27 Jan 2014 13:55:55 -0500 Subject: [PATCH] Revise randomization information per feedback from Victor --- .../course_authors/source/create_problem_component.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/en_us/course_authors/source/create_problem_component.rst b/docs/en_us/course_authors/source/create_problem_component.rst index 90565a2927..9156c62bb0 100644 --- a/docs/en_us/course_authors/source/create_problem_component.rst +++ b/docs/en_us/course_authors/source/create_problem_component.rst @@ -289,13 +289,11 @@ answers, the student’s score is 0.5 out of 2 points. Randomization =============== -You may want to set up a problem so that specific values are different each time a different student sees the problem, or even every time a single student tries to answer the problem. When you use the **Randomization** setting, Studio uses a Python script that you supply to change the values that you specify, as in the example below. - +You may have created a problem that can use a Python script to change specific values in the problem each time a different student sees the problem, or every time a single student tries to answer the problem. For example, the highlighted values in the problem below change each time a student submits an answer to the problem. .. image:: Images/Rerandomize.gif - -This setting has four options. +To "turn on" the ability to change these values, use the **Randomization** setting. This setting has four options. +-------------------+--------------------------------------+ | **Always** | Students see a different version of |