by Tõnis Tartes
This Mindmap module allows you to create and save simple mindmaps from within moodle.
Quick install instructions:
- Copy this
/mindmap
-Folder and place it in your/mod
directory - Go to your admin area and "Notifications"
- That's it
Have fun!
Thanks goes to FatCow Webhosting for the new Mindmap icon. License: Creative Commons(Attribution 3.0 United States)
Use the main buttons from mindmap taskbar to create mindmaps.
- If you double click anywhere in the empty space you can start connecting lines between nodes! Helps to save a few moves.
TO-DO - code refactoring required for Moodle 4.x+ versions. TO-DO - group mode for mindmaps TO-DO - import/export of mindmaps TO-DO - image url for nodes.(Uploads not possible)
- Moodle supported version update.
- Added diamond,hexagon,triangle,star shapes.
- Ability to choose whether mindmap is collaborative or individual mode. Once chosen it cannot be changed per module. Similar like wikis.
- Replace empty json used on fresh new mindmap by a minimal one to avoid some http server to interpret it as an error.
- Add monoicon svg version for Moodle 4.x
- Removing default languages supported by VisJS, caused not beeing able to customize strings in the VisJS supported languages from Moodle.
- Added Spanish / Castilian translation. Thanks Marcelo Audisio!
- Added resetting function. All the mindmaps can be cleared of content when resetting course.
- Removing SWF support. If you require swf migration then from github branch 'swf_convert' has that functionality.
- VisJS supports default languages 'en', 'de', 'es', 'it', 'fr', 'cz', 'nl', 'ru', 'cn', 'ua'.
- Now you can also translate VisJS labels inside the edit window in your own language.
- Added new translatable strings.
- Max zoom out level
- Max zoom in level
- Zoom reset button
- Keyboard "Insert" key helps to add new nodes to mindmap.
- Keyboard "Delete" key enables to instantly delete selected nodes or edges.
- Coding style fixes
- Minor locking bug fix
- Moved from Flash to JS - Thanks to vis.js library! - https:## visjs.org/
- Javascript version is supported in all browser!
- New version supports different shapes.
- Mobile friendly.
- Ability to review and convert from old Flash mindmap to JS based mindmap.
- In future Flash Conversion option will be dropped with database field holding flash data!!!
NB! Conversion from flash data might still hold a few bugs. Always check your data!
- Dropped Moodle 1.x backup/restore support.
- Version update
- Fixing some deprecated functions
- Moodle 3.0+ compatibility
- Code cleanup.
- Added getflash button. Clicking it will prompt whether to allow flash or not in chrome.
- Moodle 2.7 compatiblity with new logging api This version is compatible with Moodle 2.6 and up. Please download older version for Moodle 2.5 and below.
- Fixed minor logging messages
- Fixed notice in mindmap index
- On page reload mindmap field sizes according to window
- fixed context notice for Moodle 2.6
- added completion ability
- Bump to Moodle 2.6 version
- Removed old upgrade codes(2007040100)
- New default icon with transparent background
- Bump to Moodle 2.5 version
Teacher can enable locking, so that multiple students cannot edit a mindmap at the same time. This caused problems with saving xml data. NB! All mindmaps will have locking enabled by default after upgrade.
- Locking functionality.
- Modified viewer.swf and fixed IE compatiblity issue
- Minor fixes
- Refactored code
- adding access.php
- Fixed some errors when upgrading from 1.9 to 2.x
- Added licences
Everythings the same as the old one, except the backup & restore functionality.
- Fixed the editable box
- Added a Description field
- Moodle 2.x Backup/Restore
- Moodle 1.9>Moodle 2.x Restore