Hello,
I’m wondering if it is possible to use an answer submitted by a student as a variable. Some possible use cases that I am looking to implement include:
- Have other submissions in the same module be evaluated based upon the first submission.
- Have other submissions in another module in the unit be evaluated based upon the first submission.
- Generate some parameters for the student based upon the first submission.
Essentially, I’m looking for a way to access the value submitted by the student programmatically within a .
Thanks,