read a specific exam instance
tommasobonomo opened this issue · 2 comments
tommasobonomo commented
As a user, I want to be able to read a specific exam instance to read it.
How to demo:
send a GET request to /exam-instances/{id}
The response should be a json with these attributes:
- id
- userIDs
- assignedTasksIDs
- examEventID
- finalEvaluation
tommasobonomo commented
Effort: 2