dynamic_items.try_again - Initialization - Items API

Items API Initialization

try_again

The configuration object for setting up the Try Again functionality.

You would want to use this option so that you can allow learners to ask for another set of data for the Question they are attempting.

Examples

var initializationOptions = {
    "dynamic_items": {
        "try_again": {
            "max_attempts": 5,
            "random": true
        }
    }
    // ...
};

Values

Attribute path dynamic_items.try_again

Type object

Properties

  • max_attempts integer

    Sets the amount of times the learner can click Try Again, up to a maximum of 10.

  • random boolean

    Sets the dynamic content order to a random sequence for all Items in the assessment.

Related articles

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.