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
_isResetOnRevisitattribute 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_isResetOnRevisiton the relevant components.We should allow
true,false,"soft"and"hard"values.