Course overview (legacy)
Maintained by
Howard Miller
The Course overview block is visible on a user's Dashboard and shows a list of all courses in which a user is enrolled/has an assigned role.
Comments
Product ratings and reviews are coming to Moodle Marketplace. Until then, existing comments remain available to read, but new posts have been disabled.
We will follow with attention the followups on this question.
Thank you,
Eric
@media screen and (max-width: 767px) {
.row.courseovbox.lead {
margin-left:0px;
}
}
Otherwise, favorite stars are cut off on the left under 767px width.
/* FIX for non Bootstrap Themes */
.row.courseovbox.lead .col-sm-1 {
float: left;
width: 8.33333%;
}
.row.courseovbox.lead .col-sm-8 {
float: left;
width: 66.66667%;
}
.row.courseovbox.lead {
margin-left: -15px;
margin-right: -15px;
}
I understand that there are people who are interested in the continual development of this block, and that having options can be a positive thing. I believe, however, that the legacy block should be kept as it was when Moodle 3.3 was announced, and a new fork created for this new block with these new features. Because that is what you are really doing, you are designing a new block with new features roughly based on the original.
The new modal blocks for assignments that need grading is awkward when you have long lists of assignments (>9) both because of the long list that goes beyond a single screen, but also because there is no spacing in between assignments. For our particular theme, the close X is the same color as the background.
Please consider undoing the most recent changes so that institutions can continue to use the old block until 3.7 as this was the original intention of this block, and creating a new block that you can create new features and develop.
And i still (with version 3.2.5 just out) have misalignments in Clean theme, with the left part of the stars and course titles cut (aligned too much left?).
A first step to fix this problem would be to make the default setting to keep favorites in the courses list as a default in the admin setting. I really think this is a much better default setting than "moving" the course to the favorites list. There should not be any surprises when the user makes a course a favorite (like Séverin Terrier describes in his post above).
The feature to move a course from course list to the favorites list is such an odd behavior that it should be a user configuration and not a global configuration. Sorry if this sounds harsh, but I am just trying to make this plugin work for our users.
On the subject of the Clean theme, do consider that it's on the list to be deprecated. the Bootstrapbase theme on which it is based uses an old/unsupported Bootstrap version. I should be able to make it work a bit better (the current versions of this plugin) but I'm reluctant to spend huge amounts of time on it. The current advise is to code new plugins against Bootstrap V5 (ass opposed to writing loads of CSS)