Tiles format
Maintained by
David Watson
A course format which displays course topics as "Tiles", in a grid rather than as a list. When clicked, tile content is displayed under the tile with an animated transition. The layout adapts to different screen sizes and orientations. Within each tile, activities can also be set to display as "sub-tiles". For each tile, the teacher can pick an icon from a predefined set, or upload a background photo.
Comments
Product ratings and reviews are coming to Moodle Marketplace. Until then, existing comments remain available to read, but new posts have been disabled.
Thank you,
Alex
I'd love if this could be fixed, but from what I see from all the reports here, I won't hold my breath…
Cheers,
Scenario: all activities are restricted under condition to be open if the previous one has met a requirement.
Problem: Even though the previous activity was open, the following one remains closed.
Temporary fix: type "F5" to make a refresh.
Moodle 3.9.3+ (Build: 20201113)
Versión Apache 2.4.46
Versión PHP 7.3.24
Tiles 3.9.0.9
Progress doesn’t show (in % or as a fraction) an activity when this is locked under a restriction in "activity completion".
Moodle 3.9.3+ (Build: 20201113)
Versión Apache 2.4.46
Versión PHP 7.3.24
Tiles 3.9.0.9
Thanks so much!
Bendiciones!
Kim Solis
great work. I love this course format and recommend it to all of my colleagues. I have a sugestion for a different layout of the tiles though:
Sometimes (especailly when working with many tiles and the usage of background images) the layout is a bit overloaded. In my opinion the text/color overlay of the photo is the main reason for that. Perhaps you can consider to offer another layout. The Bootstrap Cards look quite clean to me: https://getbootstrap.com/docs/4.5/components/card/ . Furthermore it would be great to choose how many tiles per row should be visible. I would love to hear your opinion on that.
Cheers
Tobias
@Peter Spicer thanks for the bug report - this release addresses that. I am going to overhaul the options in a little more detail once we have this stable, but hopefully that covers it for now.
I haven't had chance to go through all the queries yet and update them, but if the where clauses for these queries can use courseid, then course format then section id, they should be faster to read, update and delete.
Hopefully this is something you can add sooner rather than later, but in the interim we're using CREATE INDEX mdl_courformopti_forsec_ix ON mdl_course_format_options (format, sectionid); to mitigate the performance hurt for our customer.
Thanks, Peter