Grading keys via MDM

Provide grading schemes and grading keys centrally to all devices at your school.

Overview

You set up grading schemes and grading keys in the app and store the export in your MDM. Teachers find them as a template.

How to find it

  1. In the Side menu, choose the Grading keys section.
  2. Tap the menu in the top right.

Step by step

  1. Create grading schemes and grading keys to suit your school.
  2. Open the menu and tap Export all.
  3. Choose Export as file or Copy to clipboard.
  1. Add the export to your MDM.

MDM configuration

School administrators add the export to the `grading_keys` parameter. Insert the exported content as the value:

<?xml version="1.0"?>
<managedAppConfiguration>
  <version>2</version>
  <bundleId>de.bunt.app.mobile</bundleId>
  <dict>
    <string keyName="grading_keys">
      <defaultValue>
        <value><!-- Insert the exported content here --></value>
      </defaultValue>
    </string>
  </dict>
</managedAppConfiguration>

Teachers find the provided grading schemes when creating one, under Provided by your school.