encorelab / SCORE

Scripting and ORchestration Environment (SCORE)
Other
2 stars 0 forks source link

Implemented randomly allocating students to periods #53

Closed hirokiterashima closed 4 years ago

hirokiterashima commented 4 years ago

This PR requires a database change:

alter table `wise_database`.`runs` add column `isRandomPeriodAssignment` bit(1) not null default 0 after `end_time`;

Please test the following:

As teacher

As student

Resolves #52