@@ -289,9 +289,39 @@ answers, the student’s score is 0.5 out of 2 points.
Randomization
===============
This setting only applies to problems that have randomly generated
numeric values. It specifies whether random variable inputs are
randomized when a student loads the problem.
This setting specifies whether certain values in your problem change each time a different student accesses the problem, or each 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
If you want to change, or "randomize," specific values in your problem, you have to do both the following:
- Make sure that your problem contains a Python script that randomizes the values that you want.
- Enable randomization in the Problem component.
To enable randomization, select an option for the **Randomization** setting. This setting has four options.
@@ -72,6 +72,9 @@ unit, you need the following information.
Create an LTI Component
-----------------------
.. note:: You cannot view an LTI component in Preview mode. To view an LTI component that you've created, you must first publish the unit, and then click **View Live** to see the unit in Live mode. For more information about publishing a unit, see :ref:`Publishing Your Course`.
Creating an LTI component in your course has three steps.
#. Add LTI to the **advanced_modules** policy key.