Match questiontype - possible to incorporate html editor for question and answers?

This forum post has been removed

Number of replies: 10
The content of this forum post has been removed and can no longer be accessed.
In reply to Deleted user

Re: Match questiontype - possible to incorporate html editor for question and 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
There is no point using the HTML editor for the match answers. HTML dropdown menus (<select>s) can only contain plain text.

Actually, I don't understand what you want to do exactly.
In reply to Tim Hunt

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.
In reply to Deleted user

Re: Match questiontype - possible to incorporate html editor for question and 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
Can you attach a screen-shot?
In reply to Tim Hunt

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.
In reply to Deleted user

Re: Match questiontype - possible to incorporate html editor for question and answers?

by Frank Ralf -
Hi Cathy,

You should come quite far by using only CSS, e.g. using "padding" and "margin". CSS FAQ and Themes FAQ are good starting points for learning more about CSS and theming.

hth
Frank
In reply to Frank Ralf

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.
In reply to Deleted user

Re: Match questiontype - possible to incorporate html editor for question and 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
All questions get the question type as a class name too, so you can do

.que.match { ... } to change just matching questions.
Average of ratings: Useful (1)
In reply to Tim Hunt

This forum post has been removed

The content of this forum post has been removed and can no longer be accessed.
In reply to Deleted user

Re: Match questiontype - possible to incorporate html editor for question and answers?

by Frank Ralf -
The questions are actually already put in a table. For a quick hack you could just set the width of the table (see screenshot).

Or try switching this setting from "width" to "max-width".

hth
Frank
Attachment Positioning_quiz_questions.png