Cards format

Course formats ::: format_cards
Maintained by John Maydew
Show each section of your course as a large card

Cards format v1.0.8

Moodle 4.0
Released: lunes, 5 de diciembre de 2022, 19:58

Moodle Cards format

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
  • Easily import images used in the grid format

Installation

The cards format requires Moodle 4.0 or later, and for the default topics format to be present on your site. There's no special installation steps or instructions, just install it as you would any other plugin

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

Version information

Version build number
2022120500
Version release name
v1.0.8
Can be updated to
v1.1.0 (2023020800), v1.2.0 (2023040600)
Maturity
Versión estable
MD5 Sum
db0bacfd7bab3f5496ec0df84dad986f
Supported software
PHP 7.3, PHP 7.4, Moodle 4.0

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS tag
v1.0.8

Default installation instructions for plugins of the type Course formats

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myformat") in the "course/format" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation