Moodle Plugins directory: CLOZE Editor | Moodle.org
CLOZE Editor
Other tools
Maintained by
Andreas Glombitza,
Germán Valero
An interface that integrates with Moodles existing HTML editor (HTMLArea in 1.9 and TinyMCE in 2.x) to support teachers in creating CLOZE (Embedded answers) questions in the GIFT syntax. It will also read and edit existing CLOZE items.
Latest release:
7 fans
THIS PLUGIN HAS MOVED. You will find it under https://moodle.org/plugins/view.php?plugin=tinymce_clozeeditor
Useful links
Contributors
Andreas Glombitza (Lead maintainer)
Germán Valero: Documentation, translation and testing
Please login to view contributors details and/or to contact them
this entry is currently unapproved.
Should we keep it here as currently being worked on, delete it or consider putting it into the "Others" category if it still doesn't conform to plugin standards?
unfortunately, we currently don't have any capacity for "standardizing" this patch (I'm also not sure whether it's actually possible, last time I checked there seemed to be no possibility/standard way of having TinyMCE plugins in Moodle AT ALL, which would slightly defeat the purpose of switching to a "plugable" editor from 2.0 onward). (Anthony?)
In any case, we'll keep hosting it on Google Code for all those "daring and in need", and also offer a fully functional installed online version to use for teachers, accessible from http://cloze.pellic.com.
I would like to point out that I find the lack of ANY existing interface for CLOZE question a curious oversight - CLOZE is probably the number one use case Moodle quiz has for language learning purposes, yet becaues of the syntax, no teacher I've met ever dared to use it. That's why we needed to create this patch (and it cost quite some time and resources).
(just to make sure I'm not misunderstood: the syntax is fine and straightforward _for programmers and people with time on their hands and enthusiasm to learn it_ - but just not feasible for your average teacher)
You can look at http://docs.moodle.org/dev/TinyMCE_plugins which is for moodle 2.4 onwards to implement tinymce plugins.
I think this is fine under the "Others" category and am approving this now. Hopefully this can become more integrated with moodle as the need is valid, i've opened up MDL-39013 to consider this.
Thanks for explaining and contributing this Andreas
At http://code.google.com/p/moodle-cloze-editor21/downloads/list you have four distinct versions of this plugin for Moodle 1.9, 2.0, 2.1 and 2.4.
Are those the newest versions?
Wouldn't it be advisable to link to those four individual files instead of the current link, to https://moodle.org/plugins/download.php/85/other_cloze_moodle21_2011091602.zip in the download tab, that has one ZIP file with seemingly all versions inside ?
The instruccions for the 2.4 version in google code were very straightforward: "This is a build for Moodle 2.4, using the new TinyMCE plugin architecture. Simply drop the contents of the ZIP-file into (yourmoodle)/lib/editor/tinymce/plugins, go to "Notifications" and install."
And it works beautifully in my 2.5.2 local server.
Thanks for a very nice add-on.
Moodle Documentation for this module is at http://docs.moodle.org/25/en/Cloze_editor_module .
The Moodle 2.4 version of this plugin works perfectly wih Moodle branch 2.5
The ZIP file hosted at http://code.google.com/p/moodle-cloze-editor21/downloads/list has four distinct versions of this plugin for Moodle 1.9, 2.0, 2.1 and 2.4.
The ZIP file for Moodle 2.4 also works for Moodle 2.5, 2.6 and 2.7 DEV (as of february 25th 2014).
Please vote at https://tracker.moodle.org/browse/MDL-39013 if you would like this feature integrated into Moodle core.
thanks for your comments! I've updated the description accordingly. If you still find something amiss in the description/instructions, please comment!
Best,
Andreas
I'm interested in this plugin, but I've seen that the default text editor in Moodle 2.7 will be Atto:
http://docs.moodle.org/dev/Atto
https://tracker.moodle.org/browse/MDL-43841
My concern and my question is about this: is there any roadmap to make this plugin work in Atto?
Thanks
the short answer is: no, there is no roadmap. Whether there will be a version for Atto is uncertain at this point.
Best,
Andreas
I hope it finally ends integrated in core then.
{1:SHORTANSWER:%0%Question1#~%100%Answer1#}
and code like this:
// the container
Then the question string should look somewhat like this:
{1:SHORTANSWER:%0%Question1#~%100%#}
The problem is, that anything in between % and # signs is taken as text. So the question is how to make the system read the html code in a text placeholder? I gues there should be away.
And again thank you for your work!
Best, Andreas