operepo / ope

Open Prison Education project - Code and scripts to enable offline docker services and offline laptop syncing for inmate education
MIT License
14 stars 6 forks source link

"Enhancement" - LMS App show different shade between pages and assignments in Module section. #113

Open mdhuse opened 2 years ago

mdhuse commented 2 years ago

When looking at the Modules section on the LMS app the shading for Pages and Assignments are the same. It would be easier to see which one is a page and with one is an assignment if they were shaded differently.

jmichel-sbctc commented 2 years ago

For clarification, you are talking when you are on the list of all modules, the rows for the assignments\pages should have a different color\hue to make it obvious to the eye which is a different type.

Possible solution right now. Add [P] (Page) [A] (Assignment) [V] (Video) to the front of the page\assignment name. This would also help those who are visually impaired and can't tell the difference with colors. I tested a few things, both [ ] and { } work for around the letter without issue. You can also do a bunch of leading spaces to create indenting on the modules list. Though all these also show on the assignment page itself due to it being part of the title. It does at least allow for some kind of additional organization features for the module list.

mdhuse commented 2 years ago

Yes on the clarification, Good Idea for adding the [P] or [A]. But just thinking that instructors will not want to go through all their courses to make that change of adding a [P] or [A].

jmichel-sbctc commented 2 years ago

From the module screen you can edit the name by clicking on the triple dots and then saying edit. Better than opening each document individually at least.. But yeah, I can see it being a pain to go back an do on each assignment\page in each course.