From d99e7f5d330d042c4db5da62b3aead18b9346ba2 Mon Sep 17 00:00:00 2001 From: Don Mitchell Date: Fri, 4 Jan 2013 09:51:36 -0500 Subject: [PATCH] Supports markdown --- .../templates/problem/multiplechoice.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/common/lib/xmodule/xmodule/templates/problem/multiplechoice.yaml b/common/lib/xmodule/xmodule/templates/problem/multiplechoice.yaml index dbcdf92900..f9eb8448b3 100644 --- a/common/lib/xmodule/xmodule/templates/problem/multiplechoice.yaml +++ b/common/lib/xmodule/xmodule/templates/problem/multiplechoice.yaml @@ -3,6 +3,23 @@ metadata: display_name: Multiple Choice rerandomize: never showanswer: always + markdown: " + A multiple choice problem presents radio buttons for student input. Students can only select a single + option presented. Multiple Choice questions have been the subject of many areas of research due to the early + invention and adoption of bubble sheets. + + One of the main elements that goes into a good multiple choice question is the existence of good distractors. + That is, each of the alternate responses presented to the student should be the result of a plausible mistake + that a student might make. + + What Apple device competed with the portable CD player? + ( ) The iPad + ( ) Napster + (x) The iPod + ( ) The vegetable peeler + ( ) Android + ( ) The Beatles + " data: |