Whoops two students had the same quiz

This commit is contained in:
Grant Sanderson 2018-06-07 11:48:21 -07:00
parent b723b5226e
commit ad75487931

View file

@ -7,7 +7,7 @@ from for_3b1b_videos.pi_class import PiCreatureClass
class QuizResult(PiCreatureScene): class QuizResult(PiCreatureScene):
CONFIG = { CONFIG = {
"pi_creatures_start_on_screen" : False, "pi_creatures_start_on_screen" : False,
"random_seed" : 6 "random_seed" : 0
} }
def construct(self): def construct(self):