-

Note: You are currently viewing documentation for Moodle 3.10. Up-to-date documentation for the latest stable version of Moodle may be available here: Embedded Answers (Cloze) question type.

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

From MoodleDocs
mNo edit summary
mNo edit summary
Line 12: Line 12:


'''Solution:''' go into HTML view and clean up any tags in the shortcode between the start { and end }
'''Solution:''' go into HTML view and clean up any tags in the shortcode between the start { and end }
--[[User:Stan Bogdanov|Stan Bogdanov]] ([[User talk:Stan Bogdanov|talk]]) 04:48, 25 March 2015 (AWST)

Revision as of 20:48, 24 March 2015

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

Most people work with the HTML Editor as a WYSIWYG editor and some code gets inserted. Compare:

Not working: (from the code view/HTML view in the editor)

Present career {:SA:=pop star~=famous pop star} or Present career {:SA:=pop star~%100%famous pop star}

Working: (after cleaning up the span tags)

Present career {:SA:=pop star~=famous pop star} and Present career {:SA:=pop star~%100%famous pop star}

Solution: go into HTML view and clean up any tags in the shortcode between the start { and end }

--Stan Bogdanov (talk) 04:48, 25 March 2015 (AWST)