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 150 INGInious issues
Sort by recently updated
recently updated
newest added

The filesystem interface specifies that the type returned by `distribute()` must be {file, url, invalid}. https://github.com/UCL-INGI/INGInious/blob/302f6beb712a848ea5465df052459869470e974a/inginious/common/filesystems/__init__.py#L137-L142 However, the local implementation returns 'local' as type. https://github.com/UCL-INGI/INGInious/blob/302f6beb712a848ea5465df052459869470e974a/inginious/common/filesystems/local.py#L160

Documentation

Currently, the only way to reset the submissions of a course is to archive it, which impacts all students registered. There could be a way to archive the submissions of...

Feature request

Currently, there is no apparent way to store one short piece of information (URL, random seed, ...) for each student within a course. Allowing this would provide a better user-experience...

As a course admin, there is no way to see my course as a student, for instance to give them guidance on how to subscribe to groups. There could be...

Feature request

Make a student name (on the left panel) always visible, currently it can be hidden when scrolled down

Feature request
Frontend
Good First Issue

Hello all, I've just updated my inginious server to the latest inginious release, and encountered strange issues. I've followed the installation guide from scratch to be sure that my lighttpd...

Good First Issue

We just tested this PR with master and it seems to work. Could you check if it could be merged ?

Feature request :] In the `admin/courseid/students` it would be nice when downloading the csv to have the firstname and lastname as separated fields. This would allow to easily sort students...

Feature request

On the `/admin/COURSE-ID/settings` page, the tutors name in the field are not copiable anymore (since the auto-complete was activated maybe ?). The only way to do so is to go...

Bug
Frontend
Good First Issue

When I am on an "upload file" task and I load a submission from the history. I have the possibility to download the files I uploaded for that submission but...