Talk:Embedded Answers (Cloze) question type: Difference between revisions

From MoodleDocs
(→‎Question generator: Wayback-Machine-Link to Question generator)
(→‎Question generator: Version for new tinyMCE is now in development)
Line 27: Line 27:


As of may 2023, there is not a cloze editor plugin available for the new TinyMCE editor included in Moodle 4.1 and newer... [[User:German Valero|German Valero]] ([[User talk:German Valero|talk]])
As of may 2023, there is not a cloze editor plugin available for the new TinyMCE editor included in Moodle 4.1 and newer... [[User:German Valero|German Valero]] ([[User talk:German Valero|talk]])
=== Cloze Editor version for new TinyMCE is now in development ===
At Moodle mootDACH in Zürich in June 2023 work on a version for the new TinyMCE startet. The current state can be found at https://github.com/srobotta/moodle-tiny_cloze

Revision as of 06:18, 22 June 2023

Troubleshooting

The equal sign (=) doesn't seem to work with SHORTANSWER.

On occasion, the Atto editor can insert HTML code, without your knowledge, into the text between { and } with the result that the Cloze question does not work as expected.

For example, if you have the following question text:

Moodle is the {:SA:=best~=leading} LMS.

the question must contain exactly {:SA:=best~=leading}. However, it is possible that the Atto editor has inserted an HTML tag, for example a <span> tag as follows:

Moodle is the {:SA:=best~<span>=</span>leading} LMS.

This can only be revealed if you view the HTML code of the question text. Check Displaying the HTML code to see how to do it.

So, if the Cloze question is not working as it should, check that it does not contain intrusive HTML tags. All you have to do is edit the HTML code of the question text and remove these tags.


Question generator

The online Cloze question generator (first link in "see also" paragraph of article) isn´t available anymore. Are there known alternatives?

Wayback-Machine-Link: Question generator

Will there be an editor-Plugin for the new TinyMCE-Editor?

The now defunct link has been removed. There is no alternative that I know. German Valero (talk)

As of may 2023, there is not a cloze editor plugin available for the new TinyMCE editor included in Moodle 4.1 and newer... German Valero (talk)

Cloze Editor version for new TinyMCE is now in development

At Moodle mootDACH in Zürich in June 2023 work on a version for the new TinyMCE startet. The current state can be found at https://github.com/srobotta/moodle-tiny_cloze