Anthony Gégo
Anthony Gégo
https://github.com/UCL-INGI/INGInious/blob/fc5bde432e8571f247538eae6bbecc493560a16a/inginious/frontend/pages/course_admin/task_edit.py#L110 An interface should be made for. Otherwise, this won't work for any task dispenser not using the table of contents.
It would be interesting to store, in some way, task versions in order to know with what version of the files an assessment was made. This could help the teacher...
- Page to manage users manually - Initialization : superadmin should be present already present in DB
I think this is already implemented for the task list edition. The code should be made more generic.
A warning should be displayed before refreshing/closing the page when changes have been made and not submitted, to avoid students loose their work.
If a student prints an amount of data between the maximum size allowed for a MongoDB document, and the maximum size allowed by the agent, then it is never stopped...
Currently the webapp API requires users to login and client to keep the session cookie and send it back for each HTTP request. This login process will fail with some...
For now we store an activation hash which is removed from the User document in database once the account is activated. Therefore, the activation link is not valid anymore once...
The student should be able to tell that the submission he's submitting is the final one. This information should be sent to the container to display the actual feedback, and...
**Is your feature request related to a problem? Please describe.** From PR #987 : > By default the CPU time is used, which is not a real time metric. Using...