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,
            "record_attempt_scores": 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.

  • record_attempt_scores boolean

    Controls whether the last score for each Try Again attempt is stored and returned in scoring data responses.

Related articles

Was this article helpful?

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