Hi,
i would like to have a different question for each of my student. For this, i am usig
random.seed(args['id'])
in the template with Python preprocessor.
But when my students are on the question, it seems that the value id is equal to my id (the one who creates the question), not the student's id.
However the documentation says that it is the id of the student. Did i miss something ?
Thanks.