Monday, March 8, 2021
2 changes · master
Enhancements to existing features
This update makes online course and documentation pages look and behave more consistently, including clearer navigation, corrected button layouts, and a new fullscreen option for documentation. It also fixes small visual issues such as profile progress colors and improves mobile layout alignment, helping learners navigate content more smoothly.
Original PR description
- Fixed the color of the progress circle in the profile.
- Documentation Type have now a fullscreen mode.
- fa-plus removed on 'Add Tag' button.
- Layout of Documentation + Enroll Policy = Invitation reviewed to use correct buttons
in order to join the course
- On same page, menu reviewed : Height corrected, Menu elements not displaying
on two lines.
When reducing screen size : menu's border-top is added, alignement is correct,
tabs 'Course' and 'Reviews' are displayed on the right spot.
- Course Form : the type ('documentation' or 'course') is now under 'Display'
Task ID: 2275688Questions in eLearning courses can now be archived instead of removed, helping teams keep historical results and statistics intact. The update also adds question reporting graphs and improves performance for tracking answer attempts, with a small configuration wording correction.
Original PR description
Archive question to keep history and stats. Add reporting graph for Questions. Also fix a typo in config For performance, the field attempts_count is now a regular field updated when need. This also include a migration script to compute attempts_count. Task-2209066