Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
adde79f2
Commit
adde79f2
authored
Aug 02, 2012
by
Mike Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added a sample multiplechoice.xml for test case.
parent
de06dda3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
69 additions
and
0 deletions
+69
-0
cms/djangoapps/capaconverter/problems/multiplechoice.xml
+69
-0
No files found.
cms/djangoapps/capaconverter/problems/multiplechoice.xml
0 → 100644
View file @
adde79f2
<problem>
<startouttext
/>
truefalseresponse section
<endouttext
/>
<truefalseresponse
max=
"10"
randomize=
"yes"
>
<choicegroup>
<choice
location=
"random"
correct=
"true"
name=
"foil1"
>
<startouttext
/>
This is foil One and this is true.
<endouttext
/>
</choice>
<choice
location=
"random"
correct=
"true"
name=
"foil2"
>
<startouttext
/>
This is foil Two.
<endouttext
/>
</choice>
<choice
location=
"random"
correct=
"false"
name=
"foil3"
>
<startouttext
/>
This is foil Three.
<endouttext
/>
</choice>
<choice
location=
"random"
correct=
"false"
name=
"foil4"
>
<startouttext
/>
This is foil Four.
<endouttext
/>
</choice>
<choice
location=
"random"
correct=
"false"
name=
"foil5"
>
<startouttext
/>
This is foil Five.
<endouttext
/>
</choice>
</choicegroup>
</truefalseresponse>
<startouttext
/>
<endouttext
/>
<multiplechoiceresponse
max=
"10"
randomize=
"yes"
>
<choicegroup>
<choice
location=
"random"
correct=
"false"
name=
"foil1"
>
<startouttext
/>
This is foil One.
<endouttext
/>
</choice>
<choice
location=
"random"
correct=
"flase"
name=
"foil2"
>
<startouttext
/>
This is foil Two.
<endouttext
/>
</choice>
<choice
location=
"random"
correct=
"true"
name=
"foil3"
>
<startouttext
/>
This is foil Three.
<endouttext
/>
</choice>
<choice
location=
"random"
correct=
"false"
name=
"foil4"
>
<startouttext
/>
This is foil Four.
<endouttext
/>
</choice>
<choice
location=
"random"
correct=
"false"
name=
"foil5"
>
<startouttext
/>
This is foil Five.
<endouttext
/>
</choice>
</choicegroup>
</multiplechoiceresponse>
<startouttext
/>
This is sample choiceresponse question with only one correct answer.
<br
/>
<endouttext
/>
<choiceresponse>
<radiogroup>
<choice
correct=
"false"
>
<text>
This is a wrong answer.
</text>
</choice>
<choice
correct=
"true"
>
<text>
This is the right answer.
</text>
</choice>
<choice
correct=
"false"
>
<text>
This is another wrong answer.
</text>
</choice>
</radiogroup>
</choiceresponse>
</problem>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment