update a single task
MattiaSangermano opened this issue · 0 comments
MattiaSangermano commented
As a professor, I want to be able to change a task, so that I can use it
How to demo:
send a PUT request to /tasks/{id} with these attribute:
- id
- exerciseText
- answers[ ]
- answer
- isRight
- explantaion
- categoryId[]
- total score
- last edit
The response should be a success message
Effort: 1