New title for the quiz. If None, the title will not be updated.
due_atstring
Due date/time for the quiz (ISO 8601 format). No update if None.
lock_atstring
When students can no longer take the quiz (ISO 8601 format). No update if None.
quiz_idstring
Required
Identifier for the quiz to be updated.
course_idstring
Required
Identifier for the course in which the quiz resides.
ip_filterstring
A comma-separated list of IP addresses or CIDR netmasks (e.g., '192.168.1.1/24') that are allowed to access the quiz. If None, this setting will not be updated.
publishedboolean
If true, the quiz is published and visible to students. If false, it is unpublished. If None, the publication status will not be updated.
quiz_typestring
The type of the quiz. If None, the type will not be updated.
unlock_atstring
When the quiz becomes available (ISO 8601 format). No update if None.
time_limitinteger
Time limit for the quiz in minutes. Use null or omit to remove an existing time limit, effectively setting no time limit. If None, the time limit will not be updated.
access_codestring
A password to restrict access to the quiz. Setting this to an empty string will remove an existing access code. If None, the access code will not be updated.
descriptionstring
New HTML description for the quiz. If None, the description will not be updated.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not
Skills that use this Action
No published Skills explicitly reference this Action yet.