a-plus
a-plus copied to clipboard
A+ frontend portal - A+ LMS documentation:
The way how optional exercises are represented currently is problematic. If points are assigned for optional exercises, they mess up the calculation of total points. On the other hand, if...
Clarify that "Apply changes" only compares to the previously fetched configuration without noticing manually made changes, and that override only overrides the fields that were defined in config and does...
Memcached has a default max object size of 1 MB. It is possible to increase it, but it is not recommended. https://github.com/memcached/memcached/wiki/ReleaseNotes142#configurable-maximum-item-size By making thousands of submissions in a course,...
On large courses that use a lot of student tags, such as O1, the course participants page loads too slowly. This issue was split from https://github.com/apluslms/a-plus/issues/450#issue-551440148 Rendering the student tags...
A+ server logs show concerning errors that suggest that the grader is unable to upload grading results to a submission if the assignment deadline has passed. Note that the deadline...
Every page currently includes a `page_modal` and a `file_modal`, although they're not displayed until activated. They have some accessibility problems when they are activated (detailed in the audit, link below)....
Depending on window size, graphical components sometimes break out of borders as illustrated below. (The blue line is the right-hand border on the page.  This is a minor aesthetic...
In a multilingual course like O1, if the user has a very slow network connection, then the chapter page contents may be loaded partially in the wrong language that the...
Requesting a feature to send an automated alert/message from the course's staff to a student once they complete the required percentage of excercises to receive a grade. This alert would...
[GRADERS.md](https://github.com/apluslms/a-plus/blob/master/doc/GRADERS.md) is a bit outdated. * Not all HTTP GET query parameters are listed there - Relevant code that sets parameters: https://github.com/apluslms/a-plus/blob/a932c5104504f3367e81448ca8a42584f88f27a1/exercise/exercise_models.py#L1019-L1035 * `ExerciseWithAttachment` is deprecated and nobody is supposed...