Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 17 Current »

What Is It?

MATLAB Grader is a browser-based authoring environment for creating and sharing MATLAB coding problems and assessments.

Why Use It?

MATLAB Grader allows for students to be provided with interactive course problems and assessments with automated grading and feedback. These can be script or function based with simple correct/incorrect or weighted marking. These scores are then passed back into Moodle as a percentage that's represented in the gradebook as a value between 0 and 100.

The video below provides a good overview for MATLAB Grader and it's features. The content after 2:29 mins is not relevant for UCL users  using the MATLAB grader integration with Moodle, it is only relevant for users using MATLAB Grader directly.


Who Can Use It?

  • Tutors can setup coding problems and assessments for students to complete
  • Student can complete coding problems and assessment setup by their course tutors

Before I Start...

  • Consider how a problem or assessment created within MATLAB Grader fits into your course
  • Is the problem text clear to students?
  • Will students know how to input their answer?
  • Do I wants students to solve everything correctly or have a weighted score based on what they get correct?

Meeting the Baseline

The  UCL E-Learning Baseline suggests the following for  Assessment :

  • 4.1 Provide an assessment outline  with a clear description of the module assessment, including schedule, criteria and submission details. To avoid duplication this might include a link to a module webpage.

How Do I Set One Up?

The steps below provide an overview of the process but has links to MATLAB Grader documentation for information on writing MATLAB code.

  1. Navigate to your Moodle course and Turn editing on
  2. Click Add an activity or resource in the desired section of your course
  3. Select Matlab in the activity chooser and then press Add
  4. Set an Activity name
  5. You can also configure the following options: 
    1. Grade to pass can be used to set a passing grade. Please note the grade shown in Moodle is a percentage and the Maximum grade should be left at 100.
    2. Completion tracking can be set to Show activity as complete when conditions are met to automatically mark the activity complete when students view the activity, receive a grade from the activity or both.
  6. Click Save and display
  7. Then press Open in new window

Step 2: Create Your MATLAB Grader Assessment

  1. To create your assessment, click onto Blank Problem.
    1. You can use LMS Courses to copy existing problems from your other courses if you've created some already.
    2. MATLAB Grader also provides some example problems that you can review and copy.
  2. Enter a Title for your problem. It's recommended that this name matches the name of the activity within your Moodle course as both names will show to your students.
  3. Enter a Problem Description and Instructions which can include formatted text, equations, links and images.
  4. Files Referenced can be used to upload data and code files for use in the reference solution, learner solution and assessment tests.
  5. Problem Type is used to determine how you want students to implement the solution.
    1. Script problems are those you want students to solve using a script. For more information, please see this documentation.
    2. Function problems are those you want students to solve using a function. For more information, please see this documentation.
  6. Code is used to provide your Reference Solution and the Learner Template
    1. Reference Solution is the solution to the problem which learners cannot see. Writing a reference solution allows for the variables to be referred to in assessment tasks.
    2. Learner Template is the code starting point for students to write their solution. It's your decision to decide how much code is provided for the starting point.
  7. Assessment Method determines how the student's code is assessed.
    1. Correct/Incorrect will return 1 if all tests pass or 0 if any tests fail.
    2. Weighted will return a score that's determined by the weighting of individual assessment criteria.
  8. Add Assessment is used determine the criteria that student code is assessed against.
    1. For more information on testing student solutions, please see this documentation.
    2. For specifics on script-based problems, please see this documentation.
    3. For specifics on function-based problems, please see this documentation.

Step 3: Reviewing Student Solutions

MATLAB Grader allows you to see an overview of student progress on a problem as well as individual responses. Please note that student names aren't shown on submitted solutions.

  1. In your published MATLAB Grader problem, click Reports on the top right
  2. You'll then see Learner Status that provides statics on how many students solved the problem, the number of submissions they required and the average submissions required to pass each test.
  3. The Learner Solutions tab provides an anonymised list of individual student submissions.

An example of student submission stats within MATLAB Grader

Caution

Coming soon

Examples and Case Studies

Coming soon

Questions & Answers

Coming soon

Further Information

This guide was adapted from the MATLAB Documentation website which provides a detailed overview of what the system can do. Accessed on 26th August 2020.

  • No labels