We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78e418 commit e917147Copy full SHA for e917147
.gitignore
@@ -6,3 +6,4 @@ cmake-build-debug
6
.vscode/
7
scripts/variants.csv
8
scripts/variants.xlsx
9
+venv
scripts/variants_generation.py
@@ -4,7 +4,7 @@
4
from xlsxwriter.workbook import Workbook
5
NUM_TASKS = 3
-NUM_STUDENTS = 25
+NUM_STUDENTS = 29
NUM_VARIANTS = 27
csvfile = 'variants.csv'
10
0 commit comments