منشور المنتدى هذا قد تمت إزالته
عدد الردود: 10
محتوى منشور المنتدى هذا قد تمت إزالته ولم يعد بالإمكان الوصول إليه.
رداً على مستخدم محذوف
Re: Match questiontype - possible to incorporate html editor for question and answers?
بواسطة - 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.
رداً على Tim Hunt
منشور المنتدى هذا قد تمت إزالته
محتوى منشور المنتدى هذا قد تمت إزالته ولم يعد بالإمكان الوصول إليه.
رداً على مستخدم محذوف
Re: Match questiontype - possible to incorporate html editor for question and answers?
بواسطة - Tim Hunt
Can you attach a screen-shot?
رداً على Tim Hunt
منشور المنتدى هذا قد تمت إزالته
محتوى منشور المنتدى هذا قد تمت إزالته ولم يعد بالإمكان الوصول إليه.
رداً على مستخدم محذوف
Re: Match questiontype - possible to incorporate html editor for question and answers?
بواسطة - 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
رداً على Frank Ralf
منشور المنتدى هذا قد تمت إزالته
محتوى منشور المنتدى هذا قد تمت إزالته ولم يعد بالإمكان الوصول إليه.
رداً على مستخدم محذوف
Re: Match questiontype - possible to incorporate html editor for question and answers?
بواسطة - Frank Ralf
Will have a closer look. For the time being you might have a look at Changing Quiz Appearance.
رداً على مستخدم محذوف
Re: Match questiontype - possible to incorporate html editor for question and answers?
بواسطة - 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.
رداً على Tim Hunt
منشور المنتدى هذا قد تمت إزالته
محتوى منشور المنتدى هذا قد تمت إزالته ولم يعد بالإمكان الوصول إليه.
رداً على مستخدم محذوف
Re: Match questiontype - possible to incorporate html editor for question and answers?
بواسطة - 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
