Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
problem-builder
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
OpenEdx
problem-builder
Commits
194b7971
Commit
194b7971
authored
Nov 18, 2013
by
Xavier Antoviaque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define quiz XML format & add templates for prompts 3 to 5
parent
8ef9d743
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
55 additions
and
8 deletions
+55
-8
templates/002_getting_feedback.xml
+0
-8
templates/003_reflecting_on_feedback.xml
+10
-0
templates/004_deciding_on_your_improvement_goal.xml
+15
-0
templates/005_checking_your_improvement_goal.xml
+30
-0
No files found.
templates/002_getting_feedback.xml
View file @
194b7971
...
...
@@ -14,13 +14,5 @@
</html>
<answer
name=
"brainstorm_goals_feedback"
/>
<equality
name=
"sum_checker"
left=
"./sum_input/@student_input"
right=
"$c"
/>
<script>
import random
a = random.randint(2, 5)
b = random.randint(1, 4)
c = a + b
</script>
</mentoring>
</vertical>
templates/003_reflecting_on_feedback.xml
0 → 100644
View file @
194b7971
<vertical>
<mentoring>
<html>
<h3>
Reflecting on your feedback
</h3>
<p>
Now that you have received feedback from others, would you like to revise your brainstorm list? Which goals are the most interesting to you now? Which goals are you most considering pursuing?
</p>
</html>
<answer
name=
"brainstorm_goals2"
default-from=
"brainstorm_goals"
/>
</mentoring>
</vertical>
templates/004_deciding_on_your_improvement_goal.xml
0 → 100644
View file @
194b7971
<vertical>
<mentoring>
<html>
<h3>
Deciding on your improvement goal
</h3>
<p>
Now it’s time to make your decision on which improvement goal you will pursue.
</p>
<h4>
(1) Write your goal in a sentence or phrase.
</h4>
</html>
<answer
name=
"improvement_goal"
/>
<html>
<h4>
(2) Say why this goal is important.
</h4>
</html>
<answer
name=
"improvement_goal_importance"
/>
</mentoring>
</vertical>
templates/005_checking_your_improvement_goal.xml
0 → 100644
View file @
194b7971
<vertical>
<mentoring>
<html>
<h3>
Checking your improvement goal
</h3>
<p>
Now, let’s make sure your goal meets the criteria for a strong column 1. Here is your goal:
</p>
</html>
<answer
name=
"improvement_goal"
read-only=
"yes"
/>
<quizz
type=
"yes-no-unsure"
>
<question>
Is this goal true for you?
</question>
<tip>
A goal that is true to you ___. Please enter a new goal that does meet these criteria.
</tip>
</quizz>
<quizz
type=
"yes-no-unsure"
>
<question>
Does this goal implicate you?
</question>
<tip>
A goal that implicates you ____. Please enter a new goal that does meet these criteria.
</tip>
</quizz>
<quizz
type=
"rating"
low=
"Far"
high=
"Nearly there"
>
<question>
How close are you to reaching this goal?
</question>
<tip
reject=
"5"
display=
"4"
>
Please enter a goal which you are less close to reach
</tip>
</quizz>
<quizz
type=
"rating"
low=
"Least"
high=
"Most"
>
<question>
How important is it to you?
</question>
<tip>
Please enter a goal which is important for you.
</tip>
</quizz>
</mentoring>
</vertical>
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