You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The _isResetOnRevisit attribute doesn't seem to be exposed within the Authoring Tool. Is there a reason for this?
The need to set this at a component level is fairly uncommon, but it can be required. For example, when question responses are restored across sessions via _shouldStoreResponses, you may wish to disable this for particular questions or only restore responses for passed assessments and therefore need to override this via _isResetOnRevisit on the relevant components.
We should allow true, false, "soft" and "hard" values.
The text was updated successfully, but these errors were encountered:
The
_isResetOnRevisit
attribute doesn't seem to be exposed within the Authoring Tool. Is there a reason for this?The need to set this at a component level is fairly uncommon, but it can be required. For example, when question responses are restored across sessions via
_shouldStoreResponses
, you may wish to disable this for particular questions or only restore responses for passed assessments and therefore need to override this via_isResetOnRevisit
on the relevant components.We should allow
true
,false
,"soft"
and"hard"
values.The text was updated successfully, but these errors were encountered: