Moodle Plugins directory: Linked Checkbox | Moodle.org
Linked Checkbox
How do I get set up?
Place the files into mod/data/field/linkedcheckbox and run notifications.
Due to limitations in the database activity you will need to run the installhacks script which copies an image and language string into the core mod_data code. You can do this by typing:
php mod/data/field/linkedcheckbox/cli/installhacks.php
at the command line.
One the plugin is installed if you go to MOODLESITEROOT/mod/data/field/linkedcheckbox/migrate/migrate.php you will be able to choose checkbox database fields that you wish to migrate over. How do I get set up? Place the files into blocks/databasetags and run notifications. This plugin has a dependency on block_databasetags. Once the plugin is installed you can add the block to any course/activity page, use the block configuration to pick the database activity and fields to include in the tag cloud.
block_databasetags, filter_databasetagcloud, datafield_linkedcheckbox and datafield_tag were created specifically for a resource database which can be seen at http://practicelearning.info/course/view.php?id=10. It was commissioned and funded by Focused on Learning, and coded and maintained by Andrew Hancox. We are certain this will be of use to others so we are contributing this development back in to the Moodle community.
http://integration.moodle.org/job/Precheck%20remote%20branch/17214/artifact/work/smurf.html
Thanks Andrew. For the same reasons as discussed in your Tag input field I have to temporarily move this plugin into the Experimental category unless we deal with the limitations in the upstream database module. You are cleared to land now, welcome to the plugins directory!