Items API Initialization
max_attempts
Sets the amount of times the learner can click Try Again, up to a maximum of 10.
You would want to use this option so that you can control how many tries a learner can ask for.
Note When the learner clicks Try Again, they will be served the next dynamic content row in the data table by default. To randomize the selection, see the random
initialization option.
Values
Attribute path dynamic_items.try_again.max_attempts
Type integer
Caveats
If the number of dataset rows is less than the defined max_attempts
, then that Item will use the number of rows available.
this is a mandatory property.