Author a Math App question

A Math App question presents an embedded MapleTM worksheet that the student interacts with.

A Math App has four grading options to choose from:

  • To not be graded

  • To be manually graded by an instructor

  • To be graded by Maple using a grading procedure that's contained within the Math App, itself

  • To be graded by Möbius using grading code

To author a Math App question

To author a Math App question from the Question Editor:

  1. Enter the question statement in the Question Text pane of the Question Editor.

  2. Click Möbius component to select the type of student response for this part of the question.

  3. Click Math App from the list of student response components.

  4. Assign a weight to the response. The default weighting is 1.

  5. Select the radio button of the source of your Math App Maple worksheet:

    • Select the Worksheet File option to upload a Maple worksheet.

    • Click the Choose Worksheet icon and select your Maple worksheet from your Class File Manager.

    • If you have access to a MapleNet server, select the Worksheet URL option and enter the MapleNet URL of your Math App worksheet.

  6. (Optional) Define the width that you want your Math App to have when viewed in the question:

    • Select the % radio button and manually define the percentage (between 0.0 and 100.0) of the page that you want the Math App to span (the default is 100.0%).

    • Select the px radio button and manually define the width in pixels (between 200 and 1000) that you want the Math app to span.

  7. (Optional) Define the initialization parameters.

  8. Select the radio button of the grading option that you want to use for your Math App question:

    • No Grading — The Math App will be used for student exploration only.

    • Manual Grading — The Math App will be manually graded by the instructor.

    • Grading Algorithm in Math App — The Math App contains a grading procedure called Actions:-Grade (selected by default).

    • Grading Algorithm in Möbius — Use the following Maple code to grade the student response.

  9. Click Insert to add this student response component to the question.

  10. The component is inserted into your question.

  11. Click Preview to trial your new question to ensure that it behaves as expected.

  12. Click Save to save your new question. Your new question is now stored in the Questions pane of the Content Repository.

Grading details for Math App questions

The final state that a student leaves a Math App Maple worksheet in is what’s submitted for grading if grading is applied.

Math App questions have four grading options.

No Grading
  • The Math App isn't submitted for grading and is for exploration by students within an activity.

  • A Math App with the No Grading option is an ungraded Math App.

  • Check out Author an ungraded Math App to see how to author a Math App for exploration by students that doesn't use grading.

Manual Grading
  • The Math App requires the instructor to manually review the student's response and award a grade.

  • A custom grade can be awarded for the student's response.

  • Check out Manually grade a Math App question for more details.

Grading Algorithm in Math App
  • The Math App contains the Actions:-Grade grading procedure that's defined within the Math App's Maple worksheet and returns the student grade represented by a value between 0.0 and 1.0 when used within a Möbius question.

  • The defined grading procedure can be as simple or as complex as needed, which can include partial grading.

  • Check out Author a Math App question to be graded by Maple for details and an example of how to use this grading option.

Grading Algorithm in Möbius
  • Grading code is defined within Möbius's Question Editor that returns the student grade on the Math App question represented by a value between 0.0 and 1.0.

  • The defined grading procedure can be as simple or as complex as needed, which can include partial grading.

  • Check out Author a Math App question to be graded by Möbius for details and an example of how to use this grading option.