Matlab Grader & LMS Viewing Student Solutions

17 visualizaciones (últimos 30 días)
Justin Wyss-Gallifent
Justin Wyss-Gallifent el 7 de Jul. de 2020
Comentada: Cris LaPierre el 31 de Ag. de 2023
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?

Respuestas (1)

Cris LaPierre
Cris LaPierre el 8 de Jul. de 2020
Editada: Cris LaPierre el 14 de Jul. de 2020
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 comentarios
Rik
Rik el 18 de Nov. de 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
Cris LaPierre el 31 de Ag. de 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.

Iniciar sesión para comentar.

Categorías

Más información sobre Mathematics en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by