My mindmap overview
Maintained by
Dey Bendifallah
The mymindmap_overview block presents the courses in the dashboard.
Block mymindmap_overview has the advantage of seeing all its courses containing at least one module on a single screen zone and being able to navigate to the section, the activity or the chosen resource to access it.
IMPORTANT! For a better view of the mindmap of your courses, put this block in the content column
This view also shows how many modules constitute a course or section, which allows you to only go to courses offering content.
This plugin uses jsmind javascript tool to design the schemas. You can find it here:
https://github.com/hizzgdev/jsmind
There are some slowdowns due to searching the logs table for each student and each course needed to show the red flag.
To avoid this, you can replace the "block_mymindmap_overview" file with the "block_mymindmap_overview-without-flags" file by removing the "-without-flags" extension.
In the last version, all calls to the "logs" table to control access to new activities are avoided in order to speed up the display of the mindmap
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Unfortunately, didn't work:
after install,
in block I chose it, clicked,
and all of a sudden 'Error reading database'.
Moreover, after that, this course was not reachable, everytime I tried to enter it, I got the above message.
Uninstalled, removed, all came back to normal.
Cheers,
Piotr
I don't test it with 4.3 moodle version.
But I think it work with because there is a minor version.
You don't lose anything by incorporating it. If it doesn't work correctly you can remove it from your plugins list. I will check this myself in two weeks. Thank you for your message and your trust.
Regards
Dey
Seems like a great plugin, pretty much needed, thanks for you work.
Any chances to make it to 4.3 version?
Cheers,
Piotr
Vous avez raison.
Un simple oubli du au peu d'intérêt octroyé à la possibilité de n'avoir aucun enseignement pour un étudiant inscrit.
La correction est faite sur Github et le sera avant le week-end sur Moodle plugins.
Merci beaucoup pour votre vigilance et votre message.
Cordialement,
Dey
Il y a une erreur dans block_mymindmap_overview.php l 282 $this->content->text = html_writer::div(mymindmap_overview_no_courses).
Il faut rajouter les parenthèses $this->content->text = html_writer::div(mymindmap_overview_no_courses()).
Cette erreur empêche le bon fonctionnement du plugin.
Merci d'avance
Il y a quelques ralentissements dus à la recherche dans le tableau des logs pour chaque étudiant et chaque cours nécessaire afin d'afficher le flag rouge.
Pour éviter cela, vous pouvez remplacer le fichier "block_mymindmap_overview" par le fichier "block_mymindmap_overview-without-flags" en supprimant l'extension "-without-flags".
Vous le trouverez sur github et sur la dernière version
Dans cette version, tous les appels à la table "logs" pour contrôler l'accès aux nouvelles activités sont évités afin d'accélérer l'affichage de la mindmap
Bien cordialement
Dey
J'ai installé ce plugin sur 2 plateformes 4.02 et 4.03. Ce plugin pose de gros problèmes. Moodle devient très très lent. Il apparait des soucis de connexion, déconnexion et de liens. Après désinstallation, Moodle fonctionne correctement.
I use this module for my Mindmap courses:
https://moodle.org/plugins/mod_mindmap
Quite well done and based on javascript. Best regards
Continue your good work.
I just made a few changes as suggested to me by Bas, that I kept informed in the Tracker.
Best regards
Hi Dey. Many thanks for sharing this plugin with the community. Please see https://tracker.moodle.org/browse/CONTRIB-7570 for the initial approval review feedback. Thanks in advance for addressing the raised issues.