Items API Initialization
mailto
Specifies whether the learner is able to send their assessment responses in an email using a local email client or app.
You would want to specify this option so that you can enable learners to send an email from the submit_failed_options
dialog to submit their assessment responses.
Values
Attribute path config.configuration.submit_failed_options.mailto
Default false
-
Type boolean
Enable or disable the browser
mailto:
feature with the defaultmailto:
email options.When set to
false
, themailto:
option will not be shown.When set to
true
, the defaultmailto:
URI settings are shown in the example.{ "to": "", "cc": "", "bcc": "", "subject": "Raw assessment responses" }
-
Type object
-
to string
Main recipient email address, usually the teacher or proctor.
-
cc string
The email address to CC.
-
bcc string
The email address to BCC.
-
subject string
Email subject.
-
Related articles
- Configuring Behavior in Case of Network Failure & Failed Submission
- The
submit_failed_options
initialization option, which is used to allow learners to submit their assessment responses when their network is unavailable.