Customizable-Assigment-Report-for-MATLAB-Grader

This script shows how to generate a customizable assignment report from the assignment reports exported from the MATLAB® Grader™ application
42 Downloads
Updated 26 Mar 2024

Customizable Assignment Report for MATLAB Grader

Use the Assignment Report from the MATLAB® Grader™ application to calculate Assignment Scores for each Learner

Open in MATLAB Online

View <File Exchange Title> on File Exchange

This script shows how to generate a customizable assignment report from the assignment reports exported from the MATLAB® Grader™ application. A customizable assignment report in this case refers to a list of students with a metric that defines how well they solved the problems within the assignment. It may show the number of problems they solved correctly or the mean percentage score they received for the problems.

This repository contains an example assignment report (example_week.xlsx), the live script to create the customizable assignment report (customizableAssignmentReport.mlx) and an example of a customizable assignment report exported to an Excel spreadsheet (customizedAssignmentReport.xlsx).

To learn more about how to download submissions from MATLAB Grader, please refer to the documentation here: Download Submissions to Analyze Learning Outcomes.

MATLAB Grader Access

For instructors: You can access MATLAB Grader using your MathWorks Account that is associated with a current MATLAB license. Log in at grader.mathworks.com.
For learners: Learners can participate in MATLAB Grader courses for free with a MathWorks Account.
For institutions: Some additional features like the Learning Management System (LMS) integration are available with a Campus-Wide License or Community and Technical College License.

You can associate your email address with an existing license or access MATLAB for free. Get MATLAB.

The utility offered by this script may not be necessary when using the gradebook offered by your LMS. If you would like to pursue LMS integration and automate LMS Gradebook connectivity, please contact your MathWorks representative or contact MathWorks sales.

Setup

To Run:

  1. Import your data or use the example data provided. The live script explains how to generate the correct report from grader.mathworks.com.
  2. The script offers various ways to create the final output of student's results e.g. allowing or not allowing late submissions, counting correctly solved problems or averaging percentage scores. Run all sections or just the sections generating the relevant metrics for your use-case.

MathWorks Products (https://www.mathworks.com)

Requires MATLAB. Tested in releases R2019b, R2021a, R2023a.

License

The license for this tool is available in the License.txt file in this GitHub repository.

Community Support

MATLAB® Central™

Copyright 2021 The MathWorks, Inc.

Cite As

Franziska Albers (2024). Customizable-Assigment-Report-for-MATLAB-Grader (https://github.com/mathworks/Customizable-Assigment-Report-for-MATLAB-Grader/releases/tag/v1.2.1), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2021a
Compatible with R2019a to R2021a
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.1

See release notes for this release on GitHub: https://github.com/mathworks/Customizable-Assigment-Report-for-MATLAB-Grader/releases/tag/v1.2.1

1.2.0.0

See release notes for this release on GitHub: https://github.com/mathworks/Customizable-Assigment-Report-for-MATLAB-Grader/releases/tag/v1.2

1.1.1

See release notes for this release on GitHub: https://github.com/mathworks/Customizable-Assigment-Report-for-MATLAB-Grader/releases/tag/v1.1.1

1.1

See release notes for this release on GitHub: https://github.com/mathworks/Customizable-Assigment-Report-for-MATLAB-Grader/releases/tag/v1.1

1.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.