zanna-37/se2-HerokuSiffredi

Retrieve all tasks

Closed this issue · 0 comments

As a professor, I want to be able to get all tasks, so that I can read it

How to demo:
send a Get request to /tasks:

The response should be a json with a list of tasks containing these attributes:

  • id
  • exerciseText
  • answers[ ]
    • answer
    • isRight
  • spiegazione
  • categoryId
  • punteggio tot
  • ultima modifica

Effort: 1