Math Tools

Math Tools

von Veni Kannan -
Anzahl Antworten: 7
Hi.
I would like to know how to include any math symbols in the dropdown list of embedded (cloze) answers. I have tried, but while I am able to upload in the question text, I am not able to upload it in the dropdown list.(in the dropdown list, i am able to upload only ordinary text)
Is there a special software/ font that I must use?
Mittelwert:  -
Als Antwort auf Veni Kannan

Re: Math Tools

von Jeff Forssell -
In dropdown lists I think the only (somewhat limited) option is to use UTF-8 Unicode symbols
Als Antwort auf Jeff Forssell

Re: Math Tools

von Marc Grober -
Asciimath should work as it is clientside displaytime. I can test it for you but it might take a day to get around to it
Als Antwort auf Veni Kannan

Re: Math Tools

von Mauno Korpelainen -

The largest set of symbols is unicode - try for example http://rishida.net/scripts/uniview/ , click some symbol and copy the presented unicode symbol from output field to your cloze answer.

One way is to use HTML entities like &alpha; or &beta; - moodle will change them to unicode characters when you click first<> (turn editor off to source view) and back: α and β

Als Antwort auf Mauno Korpelainen

Re: Math Tools

von Marc Grober -
Just posted to the thread regarding SEE as far as using it in quiz dropdowns.... interesting artifact....
Als Antwort auf Marc Grober

Re: Math Tools

von Jeff Forssell -
"SEE"= ?
Which artifact?
Als Antwort auf Jeff Forssell

Re: Math Tools

von Marc Grober -
SEE=Super Equation Editor, most recent discussion touching on your question here:
http://moodle.org/mod/forum/discuss.php?d=123806

artifact is the behavior as evidenced in the test site http://korpelainen.net/plugindemo/ and discussed here http://moodle.org/mod/forum/discuss.php?d=123806&parent=542973




Als Antwort auf Marc Grober

Re: Math Tools

von Mauno Korpelainen -

I posted some comments about failure of using images (or fallback images in TeX filter, asciimathml or latexmathml) in dropdown lists (IE,Opera,Safari) to http://moodle.org/mod/forum/discuss.php?d=123806 - FF rules here again...

About adding any unicode characters to these drop down lists we have that Enrique's unicode picker plugin (Insert Special Character) for HTMLArea http://moodle.org/mod/forum/discuss.php?d=20864 and I am planning to create an extended unicode picker or a modified virtual keyboard plugin for tinymce later too (August) - there is already one such (russian version) available but it should probably be a "moodle version"...

The main problem with unicode is that all fonts and all browsers do not show all unicode characters...but you can't use images instead of missing characters either for IE,Opera or Safari in dropdown lists...