vidalia/moodle-format_cards

A format which displays sections in your courses as cards with customisable images on their face.

Installs: 45

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 8

Type:moodle-format

pkg:composer/vidalia/moodle-format_cards

v1.5.1 2025-04-22 15:20 UTC

README

A format which displays sections of your courses as cards with images, similar to format_grid or format_tiles. The cards format is an extension of the default Topics format to make it easier to maintain.

Features

  • Large cards with user configurable background images
  • Responsive cards scale down for mobile devices
  • Choose between horizontal and vertical cards, or square grids
  • Cards can display a user's completion progress for each section
  • Easily import images used in the grid format

Installation

The cards format only requires a version of Moodle still receiving general or security support. You can check whether your version of Moodle is supported by looking at the release calendar https://moodledev.io/general/releases

You must still have the default topics format installed on your site. There are no special installation steps, just install as you would any other plugin.

Install from Moodle.org

  • Download .zip file from https://moodle.org/plugins/format_cards
  • Navigate to /moodle/root/course/format
  • Extract the .zip to the current directory
  • Go to your Moodle admin control panel, or php /moodle/root/admin/cli/upgrade.php

Install with Composer

  • Navigate to /moodle/root/
  • composer require vidalia/moodle-format_cards

Install from git

  • Navigate to your Moodle root folder
  • git clone https://github.com/Vidalia/moodle-format_cards.git course/format/cards
  • Make sure that user:group ownership and permissions are correct
  • Go to your Moodle admin control panel, or php /moodle/root/admin/cli/upgrade.php

Install from .zip

  • Download .zip file from GitHub
  • Navigate to /moodle/root/course/format
  • Extract the .zip to the current directory
  • Rename the moodle-format_cards-master directory to cards
  • Go to your Moodle admin control panel, or php /moodle/root/admin/cli/upgrade.php