Copyright (c) 2017 Institut fuer Lern-Innovation, Friedrich-Alexander-Universitaet Erlangen-Nuernberg, GPLv2, see LICENSE
Further maintenance can be offered by Databay AG.
- Forum: http://www.ilias.de/docu/goto_docu_frm_3474_1945.html
- Bug Reports: http://www.ilias.de/mantis (Choose project "ILIAS plugins" and filter by category "Flashcards")
ILIAS 9 has a flashcards functionality in the core glossary object that is very similar to this plugin. The Add-on FlashcardsConverter for ILIAS 9 is able to convert existing flashcard training objects into glossaries with flashcard presentation, keeping the training state of the users.
If you plan to use this conversion when updating from ILIAS 7 or 8 to ILIAS 9, please follow these steps:
- Deactivate the plugin in ILIAS 7 but keep it installed
- Update ILIAS to ILIAS 8 and the plugin to version 1.8 for ILIAS 8
- Deactivate the plugin in ILIAS 8 (or keep it deactivated), but keep it installed
- Update to ILIAS 9 (the plugin for ILIAS 8 will be ignored)
- Install the FlashcardsConverter
- Do the conversion as described in the add-on
- Check the converted objects
- Uninstall the plugin, this should remove its database tables
- Remove the code of the plugin and the converter
If you want to keep using the Flashcards Training plugin in ILIAS 9 instead, please contact Databay AG to get an offer for a plugin update.
When you download the Plugin as ZIP file from GitHub, please rename the extracted directory to Flashcards (remove the branch suffix, e.g. -master).
- Copy the Flashcards directory to your ILIAS installation at the followin path (create subdirectories, if neccessary): Customizing/global/plugins/Services/Repository/RepositoryObject/
- Run
composer du
in the main directory of your ILIAS installation - Go to Administration > Extending ILIAS > Plugins
- Click "Install" for the Flashcards plugin
- Click "Activate" for the Flashcards plugin
There is nothing to configure for this plugin.
This plugin provides a training object for glossary contents. Therefore you should have glossary with contents avaliable in ILIAS. The contents are trained as flashcards according to the training scheme of Sebasian Leitner.
As a Lecturer
- Add a new "Flashcards Training" object in the repository
- Edit the properties
- Select a glossary from the repository
- Choose the training mode (asking for term, definition or second definition)
- Set the training online and save the properties
- Click "Update Cards from Glossary" to fill the training with content
Changes to a term or definition in the glossary will automatically be reflected in the training. Newly added terms in the glossary will not automatically be added to the training. Use "Update Cards from Glossary" to add them.
As a Learner
- Select the training object in the glossary
- Click "Fill Startbox" to get the first cards in you start box
- Click "Start Training" to train these cards
- For each card look at the front side an try to remember the back side
- For each card choose whether you remembered it
Train the cards in the startbox daily.
- A known card moves one box forward.
- A difficult card stays in its box.
- An unknown card moves back to the startbox.
Train each box as soon as its capacity is reached. You will see that indicated by an icon.
Plugin versions for different ILIAS releases are provided in separate branches of this repository.
Version 1.8.0 (2023-12-22)
- Compatibility with ILIAS 8