Public Method Items API

previousAttempt()

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

Note This method will load the very last dynamic content entry if it has reached the beginning (index 0).

Examples

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

Arguments

None.

Return value

None (undefined).

Related articles

Was this article helpful?