Math Tools

Math Tools

por Veni Kannan -
Número de respostas: 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?
Media de puntuacións: -
En resposta a Veni Kannan

Re: Math Tools

por Jeff Forssell -
In dropdown lists I think the only (somewhat limited) option is to use UTF-8 Unicode symbols
En resposta a Jeff Forssell

Re: Math Tools

por 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
En resposta a Veni Kannan

Re: Math Tools

por 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 β

En resposta a Mauno Korpelainen

Re: Math Tools

por Marc Grober -
Just posted to the thread regarding SEE as far as using it in quiz dropdowns.... interesting artifact....
En resposta a Marc Grober

Re: Math Tools

por Jeff Forssell -
"SEE"= ?
Which artifact?
En resposta a Jeff Forssell

Re: Math Tools

por 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




En resposta a Marc Grober

Re: Math Tools

por 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...