Commit 194b7971 by Xavier Antoviaque

Define quiz XML format & add templates for prompts 3 to 5

parent 8ef9d743
......@@ -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>
<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>
<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>
<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>
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