Tiles format

Course formats ::: format_tiles
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.
Latest release:
17613 sites
7k downloads
417 fans
Current versions available: 7
Key features
  • Tiles are used to show course topics and activities
  • Animation is used to expand tiles to reveal content
  • Icons or photos on each tile increase visual appeal
  • Modal windows (animated pop ups) to show content
  • Colours for tiles are customisable
  • Theme compatibility is broad (Boost, Clean, Essential, Moove and Adaptable).
  • Easy to switch into Tiles from other formats (e.g. Topics, Grid) without changing course content
  • User friendly (e.g. tile icons are provided and don't need to be uploaded)
  • Mobile responsive (adapts to different screen sizes and orientations)
  • Progress shown on tile with % in a circle, or as a fraction
 
 
Tiles

Screenshots

Screenshot #0
Screenshot #1
Screenshot #2
Screenshot #3
Screenshot #4
Screenshot #5
Screenshot #6
Screenshot #7
Screenshot #8

Contributors

David Watson (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Afficher les commentaires
  • Javier Afeltra
    %a 03/27/2024D %b %Y, %H:%M
    Hello:
    When the latest version of the format "Titles" or mosaics I get this error that prevents me from editing any resource in the course.
    Excepción - Class "format_tiles\output\courseformat\content\cm\controlmenu" not found

    If I choose another format the error disappears and I can edit the course.
    How can I fix it? Thank you very much
  • Adam H
    %a 04/17/2024D %b %Y, %H:%M
    Hi there. Since the last update, we seem to have lost the completion status on all individual activities on a course page (for example, on a SCORM activity, there should be a bubble reading 'To do: complete the activity' above the activity title). I can't seem to find anything within the Tiles settings that may have changed regarding this. On other course formats (Grid, for example) the completion status is there, so it seems to be an issue with Tiles. We are on Moodle 4.2, using the Space (v2.5.18) theme. Many thanks.
  • Asad Hameed
    %a 04/30/2024D %b %Y, %H:%M
    I also updated the Tiles to new version and getting following error when editing:
    xcepción - Class "format_tiles\output\courseformat\content\cm\controlmenu" not found

    How can it be fixed.
  • David Watson
    %a 05/04/2024D %b %Y, %H:%M
    @Javier and @asad this may be a file permissions issue on your server. Did you check the permissions on the file /course/format/tiles/classes/output/courseformat/content/cm/controlmenu.php and that your web server is able to access it? You don't say which Moodle version you are using but I assume 4.1 or higher.

    @Queenie sub-tiles were only shown to editors until Moodle 3.11. To save effort on the upgrade, they only appear to students from Moodle 4.0. They will be shown to editors again in a later release but it was a lower priority than getting other things working

    @Ben thanks for the comment and I'm glad it helped!

    @Birgit unfortunately the code does not cover that use case at present
  • Yannis Maragos
    %a 05/13/2024D %b %Y, %H:%M
    Hi David,

    It would be great if you could update format.php to use methods from the renderer instead of
    using render_from_template() directly. This would allow us to override the renderables in the theme.
    For example:

    public function render_multi_section_page($course) {
    $templateable = new \format_tiles\output\course_output($course, false, null, $this);
    $data = $templateable->export_for_template($this);
    return $this->render_from_template('format_tiles/multi_section_page', $data);
    }

    public function single_section_page($course, $displaysection) {
    global $SESSION;
    $SESSION->editing_last_edited_section = $course->id . "-" . $displaysection;
    $templateable = new \format_tiles\output\course_output($course, false, $displaysection, $this);
    $data = $templateable->export_for_template($this);
    return $this->render_from_template('format_tiles/single_section_page', $data);
    }

    Thanks!
  • Stephan Robotta
    %a 05/24/2024D %b %Y, %H:%M
    Hi David,

    I used your plugin in a 4.5dev Moodle with PHP 8.2.13 installed. Due to the fact that I have enabled warnings, I got a few errors that I had to fix before using the plugin. I also created a pull request for these changes for your master branch.

    Best regards, Stephan
  • Wynand Louw
    %a 06/01/2024D %b %Y, %H:%M
    Hi David

    When using the experimental feature in Moodle 4.4+ nothing on the left Course index is showing.
    Use course index format_tiles | usecourseindex

    Using Boost Union and LearnR template.

    Thanks for this wonderful layout.

    When I want to register the plugin, I also get an error. Your tiles plugin is not yet registered with the plugin developer:

    Exception - Too few arguments to function format_tiles\registration_manager::make_curl_request(), 2 passed in [dirroot]/course/format/tiles/editor/register.php on line 68 and exactly 3 expected
  • Wynand Louw
    %a 06/04/2024D %b %Y, %H:%M
    I have upgraded to the new version 2024051800 but the registration error remains the same.
    The Experimental feature is now working and showing the index in the left column.
  • Wynand Louw
    %a 07/14/2024D %b %Y, %H:%M
    David, why are some photos displayed in black and white and not colour when replacing the Icon?
  • Owain Jones
    %a 07/20/2024D %b %Y, %H:%M
    Great work on this format. It looks great.

    Unfortunately, filters only seem to work when a tile is loaded the first time, but do not seem to be applied when the tile is clicked for a second time. Filters are also not applied to Pages that are opened (in pop-up mode). Did you call the format_text() function on these?

    Thanks again.
  • Birgit May
    %a 08/27/2024D %b %Y, %H:%M
    Hello,

    we are using the course format Tile and with the recent update you have to active the feature "Use course index" in the plugin. Before this feature was by default active and now it's tagged as Experimental feature. Our question ist how experimental it is? Are there any performance issues?

    Thanks,

    Birgit

  • malika sais
    %a 08/29/2024D %b %Y, %H:%M
    quand j'ai installé ce plugin j'ai comme erreur
    Exception : Class "format_base" not found

    comment resoudre ce probleme merci.
  • David Watson
    %a 08/29/2024D %b %Y, %H:%M
    Birgit it sounds like you may not have the latest version of the plugin, since the course index stopped being experimental for tiles in releases from June 2024. It was originally introduced as experimental only as a cautious way to introduce it. You can see your installed plugin version by going to [your moodle URL]/admin/plugins.php and searching for tiles.
  • David Watson
    %a 08/29/2024D %b %Y, %H:%M
    Malika Veuillez vérifier que vous utilisez la bonne version du plugin pour votre instance Moodle. Par ex. si vous utilisez Moodle 4.4, vous devez utiliser la version 4.4 du plugin. Versions: https://moodle.org/plugins/format_tiles/versions
  • David Watson
    %a 08/30/2024D %b %Y, %H:%M
    Owain filters seem to work for me. If you'd like to contact me with further information, you can at https://evolutioncode.uk/contact
Please login to post comments