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 -
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.
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 -
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
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 Frank Ralf -
Will have a closer look. For the time being you might have a look at Changing Quiz Appearance.
In reply to Deleted user
Re: Match questiontype - possible to incorporate html editor for question and answers?
by Tim Hunt -
All questions get the question type as a class name too, so you can do
.que.match { ... } to change just matching questions.
.que.match { ... } to change just matching questions.
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
Or try switching this setting from "width" to "max-width".
hth
Frank
