Commit 5cb1b85d by Xavier Antoviaque

MRQ: Adding sample MRQ to default mentoring content

parent 9e5ea1c3
.mentoring .answer.editable { .mentoring .answer.editable {
height: 150px; height: 250px;
width: 100%; width: 100%;
margin-bottom: 20px; margin-bottom: 20px;
} }
......
...@@ -25,6 +25,18 @@ ...@@ -25,6 +25,18 @@
<tip reject="notwant">Your loss!</tip> <tip reject="notwant">Your loss!</tip>
</mcq> </mcq>
<mrq name="mrq_1_1" type="choices">
<question>What do you like in this MRQ?</question>
<choice value="elegance">Its elegance</choice>
<choice value="beauty">Its beauty</choice>
<choice value="gracefulness">Its gracefulness</choice>
<choice value="bugs">Its bugs</choice>
<tip require="gracefulness">This MRQ is indeed very graceful</tip>
<tip require="elegance,beauty">This is something everyone has to like about this MRQ</tip>
<tip reject="bugs">Nah, there isn't any!</tip>
</mrq>
<message type="completed"> <message type="completed">
<html><p>Congratulations!</p></html> <html><p>Congratulations!</p></html>
</message> </message>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment