Hello Mark,
Yes we have :)
using the advanced editor you can add html +css to organize the layout, so
that you can use standard multiple choice questions for your test.
something like this is a bit rough, but should get you started:
<problem>
<table>
<tr>
<td width="50%">
<p/>
</td>
<td width="50%">
<span style="font-size: 8pt;">option 1</span>
<span style="font-size: 8pt;">option 2</span>
<span style="font-size: 8pt;">option 3</span>
<span style="font-size: 8pt;">option 4</span>
<span style="font-size: 8pt;">option 5</span>
</td>
</tr>
<tr>
<td width="50%">
<p>
<b>
<span style="font-size: 8pt;">Question 1</span>
</b>
</p>
</td>
<td width="50%">
<multiplechoiceresponse>
<choicegroup label="" type="MultipleChoice">
<choice id="my1choice" correct="true" width="10%" /> <choice
correct="true"/> | <choice correct="true"/> <choice correct="true"/> <choice
correct="true"/>
</choicegroup>
</multiplechoiceresponse>
</td>
</tr>
<tr>
<td width="50%">
<p>
<b>
<span style="font-size: 8pt;">Question 2</span>
</b>
</p>
</td>
<td width="50%">
<multiplechoiceresponse>
<choicegroup label="" type="MultipleChoice">
<choice id="my1choice" correct="true" width="10%" /> <choice
correct="true"/> | <choice correct="true"/> <choice correct="true"/> <choice
correct="true"/>
</choicegroup>
</multiplechoiceresponse>
</td>
</tr>
<tr>
<td width="50%">
<p>
<b>
<span style="font-size: 8pt;">Question 3</span>
</b>
</p>
</td>
<td width="50%">
<multiplechoiceresponse>
<choicegroup label="" type="MultipleChoice">
<choice id="my1choice" correct="true" width="10%" /> <choice
correct="true"/> | <choice correct="true"/> <choice correct="true"/> <choice
correct="true"/>
</choicegroup>
</multiplechoiceresponse>
</td>
</tr>
<tr>
<td width="50%">
<p>
<b>
<span style="font-size: 8pt;">Question 4</span>
</b>
</p>
</td>
<td width="50%">
<multiplechoiceresponse>
<choicegroup label="" type="MultipleChoice">
<choice id="my1choice" correct="true" width="10%" /> <choice
correct="true"/> | <choice correct="true"/> <choice correct="true"/> <choice
correct="true"/>
</choicegroup>
</multiplechoiceresponse>
</td>
</tr>
<tr>
<td width="50%">
<p>
<b>
<span style="font-size: 8pt;">Question 5</span>
</b>
</p>
</td>
<td width="50%">
<multiplechoiceresponse>
<choicegroup label="" type="MultipleChoice">
<choice id="my1choice" correct="true" width="10%" /> <choice
correct="true"/> | <choice correct="true"/> <choice correct="true"/> <choice
correct="true"/>
</choicegroup>
</multiplechoiceresponse>
</td>
</tr>
</table>
<style type="text/css">
.xmodule_display.xmodule_CapaModule div.problem .choicegroup .field {
display: inline-block;
}
</style>
</problem>
all best,
Juan Camilo Montoya
business developer
eduNEXT
www.edunext.co
El jueves, 23 de marzo de 2017, 8:02:42 (UTC-5), Mark Stenersen escribió:
>
> Hi everyone!
>
> Has anyone developed a graded Likert scale problem. Not sure I am using
> the correct name, but by graded I mean a Likert scale problem that is
> recorded in insights and thus give us data?
>
> Like this problem (attatched screen grap) I have hard coded with the html
> tool
>
>
>
> Mark Stenersen
> UiT The Arctic University of Norway
>
--
You received this message because you are subscribed to the Google Groups
"General Open edX discussion" group.
To view this discussion on the web visit
https://groups.google.com/d/msgid/edx-code/9ee27d25-f394-44ad-89ea-84c0354e0158%40googlegroups.com.