INGInious icon indicating copy to clipboard operation
INGInious copied to clipboard

INGInious is a secure and automated exercises assessment platform using your own tests, also providing a pluggable interface with your existing LMS.

Results 180 INGInious issues
Sort by recently updated
recently updated
newest added

In an not-so-orthogonal way to #618, we could store previous gradings for submissions, allowing to restore previous gradings if needed when something went wrong while replaying.

Feature request
Frontend

Now that we have an effective way of replaying submissions, it would be nice to replay submissions AND preview changes before the replay is taken into account. In other judging...

Feature request
Frontend

It would be nice to be able to edit the deadlines for a selections of tasks.

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...

Feature request

Hello INGInious team, In order to ensure [LEPL1402](https://github.com/UCL-INGI/LEPL1402) tasks (like [these](https://github.com/UCL-INGI/LEPL1402/tree/master/%24test%24)) work as expected, I have a [Github Actions workflow](https://github.com/UCL-INGI/LEPL1402/blob/master/.github/workflows/integrationTesting.yml) that invokes `inginious-autotest`. Although I applied correctly [the installation instructions](https://inginious.readthedocs.io/en/latest/install_doc/installation.html),...

The API is well-defined in the code, but it would be nice to have it in ReadTheDocs. It would also allow us to add bits of useful information, such as...

To limit the number of submissions for a specific task, we currently use a fixed numbers per unit of time. Instead, we could implement an exponential backoff mechanism.

Being able to hide a large series, or all, exercises of a course. Typically very useful at the beginning of an academic year when you want to make available only...

I am trying add an Advanced problem with boxes. https://inginious.readthedocs.io/en/v0.5/teacher_doc/task_file.html#advanced-code-problem But it does not seem to work properly. I copied and pasted a sample code. ``` type: code header: some...

Typing Ctrl+C effectively terminates the `inginious-autotest` program, but doesn't kill the underlying INGInious instances that were launched.

Bug