config.configuration.submit_failed_options.mailto - Initialization - Items API

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 default mailto: email options.

    When set to false, the mailto: option will not be shown.

    When set to true, the default mailto: 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

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.