Matlab Grader & LMS Viewing Student Solutions
Show older comments
This is a different issue than a recent post of mine regarding downloading student solutions.
When I view Learner Solutions in Canvas+Grader there's no identification of which student submitted which solution. In other words it's not at all clear to me how (if?) I can look at the submission for a particular student of my choosing. The "Selected Learner" tab within the page lets me select a student but apparently not by student name.
So - how can I, for a given student, look at (for example) the most recent code that the student has submitted? If a student mails me and asks me to look at the code they submitted, how can I do this basic thing?
Answers (2)
Cris LaPierre
on 6 Aug 2024
Edited: Cris LaPierre
on 6 Aug 2024
1 vote
LTI 1.3 integrations of MATLAB Grader into LMS platforms now allow LMS administrators to enable the tool to display learner name and email in the solution. Privacy is still maintained, as the information is not stored on MathWorks servers, but instead obtained by querying the course roster.
You can read about this in the R2024a release notes here: https://www.mathworks.com/help/matlabgrader/release-notes.html?rntext=&startrelease=R2019a&endrelease=R2024a&groupby=release&sortby=descending&searchHighlight=
In order to enable this feature, the LTI integration must be configured using the instructions found here: https://www.mathworks.com/help/matlabgrader/integrate-lms-using-lti.html
Cris LaPierre
on 8 Jul 2020
Edited: Cris LaPierre
on 14 Jul 2020
0 votes
The LMS sends us anonymous ids that cannot be matched back to a student. Since the id is meaningless, it is not displayed.
The compromise solution we could implement for LMS users was a mechanism for students to voluntarily identify themselves by sharing a solution id with their instructor. The instructor can look for this specific solution, and therefore see what the student has done. This is explained here.
14 Comments
Justin Wyss-Gallifent
on 8 Jul 2020
Moved: John D'Errico
on 31 Aug 2023
Cris LaPierre
on 8 Jul 2020
Moved: John D'Errico
on 31 Aug 2023
The LMS is the one that generates and sends us the code. However, as best I have been able to tell, the LMS does not provide a look up table to manually match these anonymous ids up with actual students. In the end, it was a design decision made that took into consideration these things.
Justin Wyss-Gallifent
on 8 Jul 2020
Moved: John D'Errico
on 31 Aug 2023
Brandon Armstrong
on 9 Jul 2020
Moved: John D'Errico
on 31 Aug 2023
MATLAB Grader follows the IMS Global 1.1 LTI standards. If code was sent back in the response, it would not be captured or handled by the LMS since that is not part of the standard.
Justin Wyss-Gallifent
on 10 Jul 2020
Moved: John D'Errico
on 31 Aug 2023
Jeff Alderson
on 10 Jul 2020
Moved: John D'Errico
on 31 Aug 2023
We do have an LTI-supported method of passing the learner solution in a custom field/extension. Since LTI was written to be agnostic of the type of tool being connected, the result of a programming-type assessment is something that is left for the tool provider to implement. In this case, the LMS would need to be modified to inspect the LTI response to the basic outcoems service and look for a custom payload. This is possible for you if your LMS is Moodle, or otherwise open source, and you look into extending the Moodle plugin for the LTI basic outcomes service. If you use Moodle as your LMS, and this is something that you would like to pursue, please reach out to our account representative.
The long term solution here is using Caliper analytics and using the assessment event message framework. We are planning to support the IMS Caliper analytics message framework to handle passing learner events, including code submissions, back to the LMS. Every submission would generate a grade event that a listener on the consumer side could listen for. Since most of the LMS platforms now support Caliper and have their own event stores, we have a standard location where we would publish our grading events (and metadata/student solutions) to. We are exploring support for this, participating in the Caliper working groups developing the standards, and will pursue certification for our solution when it is ready for customers. If you would like to be included in testing of this feature, please reach out to your MathWorks account representative.
Justin Wyss-Gallifent
on 11 Jul 2020
Moved: John D'Errico
on 31 Aug 2023
Jeff Alderson
on 11 Jul 2020
Moved: John D'Errico
on 31 Aug 2023
Canvas may have custom API access available to you that we are not familiar with. I would initiate a technical support request with MathWorks and coordinate it with your local LMS administrator.
Justin Wyss-Gallifent
on 13 Jul 2020
Moved: John D'Errico
on 31 Aug 2023
Justin Wyss-Gallifent
on 14 Jul 2020
Marwan Bikdash
on 17 Oct 2021
Edited: Marwan Bikdash
on 17 Oct 2021
It is very important to be able to see an individual student's solutions for many reasons including the prevention of cheating.
Can Mathworks include a signature field in the learner solution. For instance, the student has to provide their email or name used to validate their log in
Cris LaPierre
on 17 Oct 2021
The best place to submit suggestions and enhancement requests is this page:
Rik
on 18 Nov 2022
Regarding the suggestion of Cris to have the students voluntarilly identify: you could have them use their student ID to set the random seed. That way you even force them to write general code, instead of code that only works on a single example.
Cris LaPierre
on 31 Aug 2023
This approach won't work in MATLAB Grader, as the reference solution does not have access to the student number. However, for script type problems, the reference workspace and learner workspace share the same seed, so you can already use functions that generate random numbers to create variables for learners to use in their solution without having to set the seed manually.
Categories
Find more on Guidance, Navigation, and Control (GNC) in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!