Cards format

Maintained by John Maydew
Show each section of your course as a large card
Price option: Free

Supports Moodle 4.0-5.0 See all versions
Latest release: 1 year ago
Installations: 952
Downloads (last 90 days): 281

Frankenstyle name: format_cards
Course formats

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

if I use element counting, it displays lines of code in the circle
Hi Claudio, the progress bar uses Moodle's activity completion API. This will only show your progress in total number of completed activities and can't account for your progress in an individual SCORM package.
You can change the format to show progress as a count of items rather than a percentage, which might make it less confusing for users?
Hello, I noticed that the progress bar for SCORM packages always remains at 0% and only shows as complete upon completion. Is there a setting I need to adjust?
Mark -- My institution is going to start looking at upgrading our own version of Moodle to 4.5 in the next new weeks. I've already set up a new development branch on Git, so hopefully I'll have some of the bugs ironed out shortly.
Bert -- Thank you for the kind words! If you're comfortable editing your site's CSS rules (and you have access), you can override the background colour of the labels and icons within cards by overriding the .bg-secondary class:
.card-overlay .bg-secondary {
background-color: blue !important;
}
You can add this into either your theme's custom SCSS rules, if the theme supports it, or wrap it in a tag and inject it into your site's "Appearance / Additional Html / Within HEAD" setting
If not, I can investigate adding it as a configurable option
Hi John,
Is there anything in the works for a Moodle 4.5 version?
Kind regards,
Mark
John,
Nice course format! How can I adjust the overlay in such a way that the icons are not grey?
Bert
Hi Alex, we're currently in the middle of migrating our own Moodle instance over to 4.4 so proper support is in the works.
There are a couple of known issues already which are being tracked in GitHub: https://github.com/Vidalia/moodle-format_cards/milestone/2
Hi John, do you have any plans for a 4.4 update?
Hi Mike, sorry for the delay. I've installed the plugin on a fresh version of Moodle 4.3 and everything is working as expected
Hi John, do you have any plans for a 4.3 update? We're considering moving to this format but want to see if you've got anything in the works.
Hi! Do you plan to add the indent feature that Moodle core brought to the Topics and Weekly format? https://docs.moodle.org/402/en/Course_formats
"From Site administration > Plugins > Course formats > Topics format and > Weekly format, the admin to disable or enable the indenting of items on course pages. (Indenting is enabled by default in new sites from 4.2 onwards.) The admin can also reset any indentation previously set on Topics and Weekly format course pages."
This course format is the most stable one- very beatifull! Thanks for the plugin...
Thanks for the heads up! I'll get that sorted shortly https://github.com/Vidalia/moodle-format_cards/issues/8
Hi John, I noticed that the section navigation displays when the admin default is set to 'None', and only hides it when chosen at the course level. Just highlighting it in case it's a bug, I'm using 4.1.4 if that helps.
We hadn't initially planned to add a completion marker, but that definitely looks like it would be useful to have.
I've put in an enhancement for it on the repository: https://github.com/Vidalia/moodle-format_cards/issues/4