You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the client bindings primarily provide the means to authenticate participants and to submit both, answers to tasks as well as logs.
There are very basic REST endpoints to get the current evaluation and active task, however we should rework this, including the following (new) features:
Also send if a task has been selected by the evaluation administrator (and not yet running) - referring to the active task endpoint i.e. change the current task endpoint to a current selected task endpoint
Expose the submission id upon submitting and add an endpoint which informs about the state of a submission (possibly with rate filtering, such to limit the number of requests for clients) see Rework client facing submission information #477
The text was updated successfully, but these errors were encountered:
Currently, the client bindings primarily provide the means to authenticate participants and to submit both, answers to tasks as well as logs.
There are very basic REST endpoints to get the current evaluation and active task, however we should rework this, including the following (new) features:
The text was updated successfully, but these errors were encountered: