Set of code utilities for Matlab Grader. I started developing this utilities for a maths course at the Polytechnic School of Engineering of Vilanova i la Geltrú.
This project has the following utilities:
- Grader Helper: Class to simplify the assestments of a Matlab Grader problem.
- Random Parameters: Class to generate random problems and also to get values from the learner solution.
- Latex Plot: Function to show some lines of latex as an image.
- PDF Statement: Function to generate personalized statements of problems in PDF.
Take a look to the examples:
-
Script problem using Grader Helper: A very simple example of a problem in Matlab Grader using
GraderHelper.m
to simplify the code of the assessments. -
Script problem with personalized value for student: Small example of how to generate diferent problems, one for each student.
-
Script problem with personalized values shown as an image: Example of a problem with personalized values that the student can see running once the script.
-
Script problem with personalized statement given as PDF: Example of a problem with personalized values that the student get printed from a generated PDF.