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

このフォーラム投稿は削除されました。

返信数: 10
このフォーラム投稿のコンテンツは削除されたため現在アクセスすることはできません。
削除済みユーザ への返信

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

- Tim Hunt の投稿
画像 Core developers 画像 Documentation writers 画像 Particularly helpful Moodlers 画像 Peer reviewers 画像 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.
Tim Hunt への返信

このフォーラム投稿は削除されました。

このフォーラム投稿のコンテンツは削除されたため現在アクセスすることはできません。
削除済みユーザ への返信

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

- Tim Hunt の投稿
画像 Core developers 画像 Documentation writers 画像 Particularly helpful Moodlers 画像 Peer reviewers 画像 Plugin developers
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
Frank Ralf への返信

このフォーラム投稿は削除されました。

このフォーラム投稿のコンテンツは削除されたため現在アクセスすることはできません。
削除済みユーザ への返信

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

- Tim Hunt の投稿
画像 Core developers 画像 Documentation writers 画像 Particularly helpful Moodlers 画像 Peer reviewers 画像 Plugin developers
All questions get the question type as a class name too, so you can do

.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
添付 Positioning_quiz_questions.png