Public Method Items API

nextAttempt()

Load the next data row from the dynamic content table in the Item and displays it for the learner.

Note This method will load the very first dynamic content entry if it has reached the last index.

Examples

itemsApp.assessApp().item('my_item_reference').nextAttempt();

Arguments

None.

Return value

None (undefined).

Related articles

Was this article helpful?