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

這一討論區的貼文已經被移除

Number of replies: 10
這一討論區的貼文已經被移除且無法再被存取
In reply to Deleted user

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.
In reply to Tim Hunt

這一討論區的貼文已經被移除

這一討論區的貼文已經被移除且無法再被存取
In reply to Deleted user

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?
In reply to Tim Hunt

這一討論區的貼文已經被移除

這一討論區的貼文已經被移除且無法再被存取
In reply to Deleted user

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
In reply to Frank Ralf

這一討論區的貼文已經被移除

這一討論區的貼文已經被移除且無法再被存取
In reply to Deleted user

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.
評比平均分數:Useful (1)
In reply to Tim Hunt

這一討論區的貼文已經被移除

這一討論區的貼文已經被移除且無法再被存取
In reply to Deleted user

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