Items API Initialization
type
Specify the type of action the learner must perform for each Question when using the submit_criteria initialization option.
You would want to specify this option so that you can select between the two modes of operation which can be either attempting a percentage of Questions, or answering a percentage of Questions correctly.
Values
Attribute path config.configuration.submit_criteria.type
Default "attempted"
Type string
Possible values
-
"attempted"the learner must provide a response. -
"valid"the learner must provide a correct response.
Related articles
- The
submit_criteriainitialization option, which is used to define the criteria the learner needs to meet in order to submit their assessment.