-
Unzip the example files you downloaded above. You’ll find three individual text files:
lecturers.txt
,projects.txt
, andstudents.txt
. You can compare the contents to the input format. These contain, respectively, the information concerning 20 hypothetical lecturers, offering 20 hypothetical projects, to 100 hypothetical students. -
Go to the allocation app page.
-
Drag
lecturers.txt
onto the block that says “Drop lecturers file here”. -
After dropping the lecturers file, you’ll see a new block that says “Drop projects file here”. Drag
projects.txt
onto this block. -
After dropping the projects file, you’ll see a new block that says “Drop students file here”. Drag
students.txt
onto this block. -
After dropping the students file, the “Allocate” button should appear. Click the “Allocate” button to start the allocation process.
-
Once the allocation process is completed, a “Download” button will appear. Click the “Download” button to download a CSV containing the allocation for every student. See the output format details to see how it is formatted. You should be able to open it in any software that supports CSV files (e.g. Excel).