read a specific exam template
MattiaSangermano opened this issue · 0 comments
MattiaSangermano commented
As a professor, I want to be able to read a specific exam template, so that I can read it
How to demo:
send a GET request to /exam-templates/{id}
The response should be a json with these attribute:
- id
- name
- categoryId[ ]
- quantity[ ]
Effort: 1