Examination Docs
An examination provides details on the actual examination such as time, seating, and description.
View an Examination

Click on the examination on the dashboard to view examination details and seating.

Create an Examination

Click

Enter a name, date and description, then upload the seating as a CSV file. The seating should be formatted as shown below:
A1, [email protected]
A2, [email protected]
B1, [email protected]
C1, [email protected]
C2, [email protected]| Seat | |
|---|---|
| A1 | [email protected] |
| A2 | [email protected] |
| B1 | [email protected] |
| C1 | [email protected] |
| C2 | [email protected] |
Lastly, click
Bulk Create Examinations

Firstly, click the

There are 2 methods of bulk creating examinations.
1. Upload a JSON file
Press the button and upload a JSON file containing the examinations in the following format:
[
{
"name": "Mid Term Examinations",
"date": "2026-01-06T12:00:00Z",
"description": "Please prepare for your mid-terms.",
"seating": [
[
{
"seat": "A1",
"name": "Ethan Lee",
"email": "[email protected]"
},
{
"seat": "A2",
"name": "Person 1",
"email": "[email protected]"
},
{
"seat": "A3",
"name": "Person 2",
"email": "[email protected]"
},
{
"seat": "A4",
"name": "Person 3",
"email": "[email protected]"
},
{
"seat": "A5",
"name": "Person 4",
"email": "[email protected]"
},
{
"seat": "A6",
"name": "Person 5",
"email": "[email protected]"
},
{
"seat": "A7",
"name": "Person 6",
"email": "[email protected]"
},
{
"seat": "A8",
"name": "Person 7",
"email": "[email protected]"
}
],
[
{
"seat": "B1",
"name": "Person 8",
"email": "[email protected]"
}
],
[
{
"seat": "C1",
"name": "Person 9",
"email": "[email protected]"
},
{
"seat": "C2",
"name": "Person 10",
"email": "[email protected]"
},
{
"seat": "C3",
"name": "Person 11",
"email": "[email protected]"
},
{
"seat": "C4",
"name": "",
"email": "",
"isBlank": true
},
{
"seat": "C5",
"name": "Person 12",
"email": "[email protected]"
}
]
]
},
{
"_id": "69324bbfcd93fc363e047401",
"name": "Year End Examinations",
"date": "2026-01-06T12:00:00Z",
"description": "Please prepare for your EOY.",
"seating": [
[
{
"seat": "A1",
"name": "Ethan Lee",
"email": "[email protected]"
}
]
]
}
]2. Magic Paste

Let AI format your examinations with Magic Paste. Paste text containing examination details and let AI extract the information and format it into the correct format.
INFO
All data is processed using Gemma 3 on our servers. No data is sent to third-party AI providers.

If you feel that the details need to be changed or reformatted, edit the examinations in the table. Once you are happy with your details, click
Edit an Examination

Click the

Edit any fields that need to be edited and click
Delete an Examination

Open the examination dialog and click the
DANGER
This action is irreversible! All seating information will be deleted, and students and teachers will not be able to view the examination anymore.
