Commit 5ccb1ea0 by David Ormsbee

Merge pull request #11933 from Woutifier/master

Added random seed to metadata that is sent to external grader
parents 3e3f5361 b90369a4
......@@ -2819,6 +2819,7 @@ class CodeResponse(LoncapaResponse):
student_info = {
'anonymous_student_id': anonymous_student_id,
'submission_time': qtime,
'random_seed': self.context['seed'],
}
contents.update({'student_info': json.dumps(student_info)})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment