Public Method Items API

totalAttempts()

Counts the total number of dynamic content attempts for the current Item.

Used with the "Try Again" functionality, this is the number of times the learner has clicked "Try Again".

Examples

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

Arguments

None.

Return value

integer

Total number of attempts for the specified Item.

Related articles

Was this article helpful?