MATLAB Grader: Sets of problems with memory

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)

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

Products

Release

R2019b

Asked:

on 3 Mar 2020

Answered:

on 11 Mar 2020

Community Treasure Hunt

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

Start Hunting!