Very nice, Juan! Not a solution I would have thought of.
I was going to suggest using a Javascript Problem. They aren't recorded
well in Insights, but they can still log data that you can analyze
afterward. If you are more concerned about getting the data quickly and
less worried about gradeability, consider using the Survey tool
<https://edx.readthedocs.io/projects/open-edx-building-and-running-a-course/en/latest/exercises_tools/survey.html>,
or embedding a form from Google Drive or Qualtrics.
You could also do a numerical entry problem with custom python to grade it
correct as long as the numbers 1-5 are entered, but that doesn't feel like
a great solution to me.
On Tuesday, April 4, 2017 at 5:16:29 PM UTC-4, Juan Camilo Montoya wrote:
>
> 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/46a30ffa-eb88-4412-9024-6c2cd2006dee%40googlegroups.com.