HTML editor for teacher/student input for answers.

HTML editor for teacher/student input for answers.

by Dave Sienko -
Number of replies: 6

We're using our own font (about 7 yerars old) that we use for teaching our native language.   I'm new with Moodle, but am trying to find away that a teacher can input answers with the HTML editor.     It seems like the only thring we get is a text box.      How can teacher and student input answers with the HTML editor.

Average of ratings: -
In reply to Dave Sienko

Re: HTML editor for teacher/student input for answers.

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
What language? And which question types in particular?

And do you know about Unicode? The simplest solution for Moodle (and most other software) would be to switch to working in Unicode, rather than taking ASCII characters and displaying them with the wrong glyphs.
In reply to Tim Hunt

Re: HTML editor for teacher/student input for answers.

by Emmanuel de Ternay -
There are problems with HTML editor. I posted my problems in the "General problems" forum and hadn't any answer. You can see all the description in my post.
If you can help me, please do it. I'm really fed up with editing all the characters again and again. Maybe it's only a problem of configuration, but nobody answered the post.

If you are patient, you can use special characters encryption. For example you can use this list.

In reply to Tim Hunt

Re: HTML editor for teacher/student input for answers.

by Dave Sienko -

Tim;

     The language is Lushootseed.   Yes, I use Unicode on our website, there are some characters not in Unicode yet, and several others require three glyphs  for one character.     What usually happens if someone makes a mistake and backspaces they just erase one glyph and not the other two.     It just seems that if the teacher's question can use html and the student can use html…. The answer should also be html.  

 

Dave

In reply to Dave Sienko

Re: HTML editor for teacher/student input for answers.

by Dave Sienko -

Tim;  

     Sorry, I forgot to answer all your questions, currently I'm looking at short answer, multiple choice etc.    Most quizes where the program could grade assignment.    I'm also using ver 1.8.  

Dave

In reply to Dave Sienko

Re: HTML editor for teacher/student input for answers.

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
For multiple choice, you just need to type <span style="font: xxxx"> ... </span> around your answers in the editing form.

For short-answer, you don't really want the HTML editor, what you would really like is if the answer box just automatically used the right font.

It is a big of a hack, but if you have any programming skills, you could make a whole new question type by copying and pasting the question/type/shortanswer folder, say call the copy lushootseedanswer, then make the minor changes needed to ensure that the student's answer is always displayed in your special font (including on the question editing form - that bit might be difficult).
In reply to Tim Hunt

Re: HTML editor for teacher/student input for answers.

by Dave Sienko -

Okay Tim; 

     I'll use Unicode, some managers don't like... but oh well ;>....   I thought I could the font in the theme css... but that didn't allow me to change the base font in the questions... "at least it doens't display properly... boxes where glyps should be"... so where else do I need to change the font.

Dave