MATLAB Grader: Sets of problems with memory
Show older comments
In MATLAB grader, can you create a set of problems unique to each student and connected to their previous answers?
For example, in question 1, a random number is generated for each student, and from this they get answer b (reference solution could be b=rand_i*3/2). Can this answer b, which is unique for each student, be referenced in the answer for question 2? (ans_q2 = b*5 for example)... I thought this would be one of the strengths of grading with MATLAB, although I haven't found the means to implement it in the Grader system.
Answers (1)
Cris LaPierre
on 11 Mar 2020
0 votes
It is not currently possible to do this. The problems in MATLAB Grader are completely independent of each other. There is no way to pass information from one problem to another.
Communities
More Answers in the Distance Learning Community
Categories
Find more on Automated Driving Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!