Commit b90369a4 by Wouter de Vries

Added random seed to metadata that is sent to external grader

parent 6541ce3e
...@@ -2819,6 +2819,7 @@ class CodeResponse(LoncapaResponse): ...@@ -2819,6 +2819,7 @@ class CodeResponse(LoncapaResponse):
student_info = { student_info = {
'anonymous_student_id': anonymous_student_id, 'anonymous_student_id': anonymous_student_id,
'submission_time': qtime, 'submission_time': qtime,
'random_seed': self.context['seed'],
} }
contents.update({'student_info': json.dumps(student_info)}) 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