Commit 18f2f97e by marco

edited problem editor tooltips to have new names and also changed sample problem…

edited problem editor tooltips to have new names and also changed sample problem text to use new names
parent 9b6cbd6d
...@@ -8,13 +8,13 @@ ...@@ -8,13 +8,13 @@
class="problem-editor-icon heading1"></span></a></li> class="problem-editor-icon heading1"></span></a></li>
<li><a href="#" class="multiple-choice-button" data-tooltip="Multiple Choice"><span <li><a href="#" class="multiple-choice-button" data-tooltip="Multiple Choice"><span
class="problem-editor-icon multiple-choice"></span></a></li> class="problem-editor-icon multiple-choice"></span></a></li>
<li><a href="#" class="checks-button" data-tooltip="Check Multiple"><span <li><a href="#" class="checks-button" data-tooltip="Checkboxes"><span
class="problem-editor-icon checks"></span></a></li> class="problem-editor-icon checks"></span></a></li>
<li><a href="#" class="string-button" data-tooltip="String Response"><span <li><a href="#" class="string-button" data-tooltip="Text Input"><span
class="problem-editor-icon string"></span></a></li> class="problem-editor-icon string"></span></a></li>
<li><a href="#" class="number-button" data-tooltip="Numerical Response"><span <li><a href="#" class="number-button" data-tooltip="Numerical Input"><span
class="problem-editor-icon number"></span></a></li> class="problem-editor-icon number"></span></a></li>
<li><a href="#" class="dropdown-button" data-tooltip="Option Response"><span <li><a href="#" class="dropdown-button" data-tooltip="Dropdown"><span
class="problem-editor-icon dropdown"></span></a></li> class="problem-editor-icon dropdown"></span></a></li>
<li><a href="#" class="explanation-button" data-tooltip="Explanation"><span <li><a href="#" class="explanation-button" data-tooltip="Explanation"><span
class="problem-editor-icon explanation"></span></a></li> class="problem-editor-icon explanation"></span></a></li>
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<h6>Check Multiple</h6> <h6>Checkboxes</h6>
<div class="col sample check-multiple"> <div class="col sample check-multiple">
<img src="/static/img/multi-example.png" /> <img src="/static/img/multi-example.png" />
</div> </div>
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<h6>String Response</h6> <h6>Text Input</h6>
<div class="col sample string-response"> <div class="col sample string-response">
<img src="/static/img/string-example.png" /> <img src="/static/img/string-example.png" />
</div> </div>
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<h6>Numerical Response</h6> <h6>Numerical Input</h6>
<div class="col sample numerical-response"> <div class="col sample numerical-response">
<img src="/static/img/number-example.png" /> <img src="/static/img/number-example.png" />
</div> </div>
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<h6>Option Response</h6> <h6>Dropdown</h6>
<div class="col sample option-reponse"> <div class="col sample option-reponse">
<img src="/static/img/select-example.png" /> <img src="/static/img/select-example.png" />
</div> </div>
......
...@@ -26,10 +26,6 @@ metadata: ...@@ -26,10 +26,6 @@ metadata:
( ) The vegetable peeler ( ) The vegetable peeler
( ) Android
( ) The Beatles
[explanation] [explanation]
The release of the iPod allowed consumers to carry their entire music library with them in a The release of the iPod allowed consumers to carry their entire music library with them in a
...@@ -51,8 +47,6 @@ data: | ...@@ -51,8 +47,6 @@ data: |
<choice correct="false" name="beatles">Napster</choice> <choice correct="false" name="beatles">Napster</choice>
<choice correct="true" name="ipod">The iPod</choice> <choice correct="true" name="ipod">The iPod</choice>
<choice correct="false" name="peeler">The vegetable peeler</choice> <choice correct="false" name="peeler">The vegetable peeler</choice>
<choice correct="false" name="android">Android</choice>
<choice correct="false" name="beatles">The Beatles</choice>
</choicegroup> </choicegroup>
</multiplechoiceresponse> </multiplechoiceresponse>
<solution> <solution>
......
--- ---
metadata: metadata:
display_name: Numerical Response display_name: Numerical Input
rerandomize: never rerandomize: never
showanswer: always showanswer: always
weight: "" weight: ""
attempts: "" attempts: ""
markdown: markdown:
"A numerical response problem accepts a line of text input from the "A numerical input problem accepts a line of text input from the
student, and evaluates the input for correctness based on its student, and evaluates the input for correctness based on its
numerical value. numerical value.
...@@ -45,7 +45,7 @@ metadata: ...@@ -45,7 +45,7 @@ metadata:
data: | data: |
<problem> <problem>
<p> <p>
A numerical response problem accepts a line of text input from the A numerical input problem accepts a line of text input from the
student, and evaluates the input for correctness based on its student, and evaluates the input for correctness based on its
numerical value. numerical value.
</p> </p>
......
--- ---
metadata: metadata:
display_name: Option Response display_name: Dropdown
rerandomize: never rerandomize: never
showanswer: always showanswer: always
weight: "" weight: ""
attempts: "" attempts: ""
markdown: markdown:
"OptionResponse gives a limited set of options for students to respond with, and presents those options "Dropdown problems give a limited set of options for students to respond with, and present those options
in a format that encourages them to search for a specific answer rather than being immediately presented in a format that encourages them to search for a specific answer rather than being immediately presented
with options from which to recognize the correct answer. with options from which to recognize the correct answer.
...@@ -14,30 +14,30 @@ metadata: ...@@ -14,30 +14,30 @@ metadata:
The answer options and the identification of the correct answer is defined in the <b>optioninput</b> tag. The answer options and the identification of the correct answer is defined in the <b>optioninput</b> tag.
Translation between Option Response and __________ is extremely straightforward: Translation between Dropdown and __________ is extremely straightforward:
[[(Multiple Choice), String Response, Numerical Response, External Response, Image Response]] [[(Multiple Choice), Text Input, Numerical Input, External Response, Image Response]]
[explanation] [explanation]
Multiple Choice also allows students to select from a variety of pre-written responses, although the Multiple Choice also allows students to select from a variety of pre-written responses, although the
format makes it easier for students to read very long response options. Optionresponse also differs format makes it easier for students to read very long response options. Dropdowns also differ
slightly because students are more likely to think of an answer and then search for it rather than slightly because students are more likely to think of an answer and then search for it rather than
relying purely on recognition to answer the question. relying purely on recognition to answer the question.
[explanation] [explanation]
" "
data: | data: |
<problem> <problem>
<p>OptionResponse gives a limited set of options for students to respond with, and presents those options <p>Dropdown problems gives a limited set of options for students to respond with, and present those options
in a format that encourages them to search for a specific answer rather than being immediately presented with options from which to recognize the correct answer.</p> in a format that encourages them to search for a specific answer rather than being immediately presented with options from which to recognize the correct answer.</p>
<p> <p>
The answer options and the identification of the correct answer is defined in the <b>optioninput</b> tag. The answer options and the identification of the correct answer is defined in the <b>optioninput</b> tag.
</p> </p>
<p>Translation between Option Response and __________ is extremely straightforward: <p>Translation between Dropdowns and __________ is extremely straightforward:
<optionresponse> <optionresponse>
<optioninput options="('Multiple Choice','String Response','Numerical Response','External Response','Image Response')" correct="Multiple Choice"></optioninput> <optioninput options="('Multiple Choice','Text Input','Numerical Input','External Response','Image Response')" correct="Multiple Choice"></optioninput>
</optionresponse> </optionresponse>
</p> </p>
<solution> <solution>
......
--- ---
metadata: metadata:
display_name: String Response display_name: Text Input
rerandomize: never rerandomize: never
showanswer: always showanswer: always
weight: "" weight: ""
attempts: "" attempts: ""
# Note, the extra newlines are needed to make the yaml parser add blank lines instead of folding # Note, the extra newlines are needed to make the yaml parser add blank lines instead of folding
markdown: markdown:
"A string response problem accepts a line of text input from the "A text input problem accepts a line of text from the
student, and evaluates the input for correctness based on an expected student, and evaluates the input for correctness based on an expected
answer within each input box. answer.
The answer is correct if it matches every character of the expected answer. This can be a problem with The answer is correct if it matches every character of the expected answer. This can be a problem with
...@@ -30,9 +30,9 @@ data: | ...@@ -30,9 +30,9 @@ data: |
<problem showanswer="always"> <problem showanswer="always">
<p> <p>
A string response problem accepts a line of text input from the A text input problem accepts a line of text from the
student, and evaluates the input for correctness based on an expected student, and evaluates the input for correctness based on an expected
answer within each input box. answer.
The answer is correct if it matches every character of the expected answer. This can be a problem with international spelling, dates, or anything where the format of the answer is not clear. The answer is correct if it matches every character of the expected answer. This can be a problem with international spelling, dates, or anything where the format of the answer is not clear.
</p> </p>
......
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