Difference between revisions of "Periodic Randomization"

From WeBWorK_wiki
Jump to navigation Jump to search
Line 11: Line 11:
   
 
= Using Problem Re-Randomization =
 
= Using Problem Re-Randomization =
  +
  +
If you have set a default value for the number of attempts before re-randomization and you are happy with that default value then nothing further needs to be done. This feature will now be enabled on all problems. If you would like to change the value for an individual problem you can do that using the set detail page. (For example, if you set the default to zero (i.e. Never) and would like to enable it for a selection of problems.)
  +
  +
# First go to the Set Detail Editor. (You can find this using the "--Set Name" link when viewing problems in the set or by clicking the #/# link in the Homework Sets Editor or by using the "Edit One Set" button on the Instructor Tools page.)
  +
# For each problem you would like to change set the "Rerandomize after" field and save your changes when you are done.
  +
#* Special values for this field are 0, which turns off rerandomization for this problem, and -1, which uses the default value. Alternatively you can also type "Default" or "Never".
   
 
= Gotchas =
 
= Gotchas =

Revision as of 10:24, 26 April 2016

The problem re-randomization feature is a kind of "soft" max attempts. After a certain number of attempts the problem will receive a new seed. Students will be able to continue working on the problem, but they will have to start from scratch with the new parameters. This feature is not enabled by default. Once enabled it can be configured on a per problem basis.

Students will be given a new version of the problem after a certain number of attempts

Enabling Problem Re-Randomization

To enable problem re-randomization follow these steps.

  1. Go to the Course Configuration Page and click on the Optional Modules link.
  2. Change "Enable periodic re-randomization of problems" from False to True.
  3. Set a default for the number of attempts before a new seed will be generated. Note: This default will be used for all problems, including problems on already assigned sets. If you would like to only turn on this feature for certain problems set this default to 0.

Using Problem Re-Randomization

If you have set a default value for the number of attempts before re-randomization and you are happy with that default value then nothing further needs to be done. This feature will now be enabled on all problems. If you would like to change the value for an individual problem you can do that using the set detail page. (For example, if you set the default to zero (i.e. Never) and would like to enable it for a selection of problems.)

  1. First go to the Set Detail Editor. (You can find this using the "--Set Name" link when viewing problems in the set or by clicking the #/# link in the Homework Sets Editor or by using the "Edit One Set" button on the Instructor Tools page.)
  2. For each problem you would like to change set the "Rerandomize after" field and save your changes when you are done.
    • Special values for this field are 0, which turns off rerandomization for this problem, and -1, which uses the default value. Alternatively you can also type "Default" or "Never".

Gotchas