Help me to create a complex embedded answer with multichoice

Help me to create a complex embedded answer with multichoice

by kien tran -
Number of replies: 5

I want to create a complex question that is similar to following figure

Thanks all for supporting!

Attachment question.png
Average of ratings: -
In reply to kien tran

Re: Help me to create a complex embedded answer with multichoice

by Lev Abramov -

Elementary, Watson smile

Each one of your numbered items is a multichoice-multianswer question in its own right. Just create a quiz with 6 questions - why make life any more complicated than that?! smile

In reply to Lev Abramov

Re: Help me to create a complex embedded answer with multichoice

by kien tran -
Thanks you for reply! I think so, but i don't want to modify to differ with my hard copy
In reply to kien tran

Re: Help me to create a complex embedded answer with multichoice

by Itamar Tzadok -

You should be able to make the quiz page with the separate questions look like your hard copy with some css. Once you figure out the required css you can simply add it to the back end of a description "question" and add this question to the page. smile

In reply to kien tran

Re: Help me to create a complex embedded answer with multichoice

by Joseph Rézeau -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

These questions look strange to me. Are you sure you want to create a quiz, to test which of the provided choices are correct and which ones are wrong?

This looks to me more like a Survey-like activity or a Database. thoughtful

In reply to Joseph Rézeau

Re: Help me to create a complex embedded answer with multichoice

by Itamar Tzadok -

It looks like some sort of object oriented quiz pertaining to classes such as:

class book {

protected $title;
protected $author;
protected $keyword;

function get_title() {
...
}

function get_author() {
...
}

function get_keyword() {
...
}

}

 

I don't think the horisontal format has any significance other than making it similar to the hardcopy version which may have been designed this way just to have all the question on one sheet. smile