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
de7b2d38
Commit
de7b2d38
authored
Dec 08, 2013
by
Xavier Antoviaque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorder display of scenarios to follow the numbering
parent
a2e4713c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
20 deletions
+20
-20
mentoring/dataexport.py
+1
-1
mentoring/mentoring.py
+18
-18
mentoring/table.py
+1
-1
No files found.
mentoring/dataexport.py
View file @
de7b2d38
...
...
@@ -78,6 +78,6 @@ class MentoringDataExportBlock(XBlock):
Sample scenarios which will be displayed in the workbench
"""
return
[
(
"
Mentoring - Page 999,
Intructors data export"
,
(
"
990)
Intructors data export"
,
load_resource
(
'templates/xml/999_dataexport.xml'
)),
]
mentoring/mentoring.py
View file @
de7b2d38
...
...
@@ -107,40 +107,40 @@ class MentoringBlock(XBlock, XBlockWithChildrenFragmentsMixin):
Sample scenarios which will be displayed in the workbench
"""
return
[
(
"
Mentoring - Page 1,
Pre-goal brainstom"
,
(
"
001)
Pre-goal brainstom"
,
load_resource
(
'templates/xml/001_pre_goal_brainstorm.xml'
)),
(
"
Mentoring - Page 2,
Getting feedback"
,
(
"
002)
Getting feedback"
,
load_resource
(
'templates/xml/002_getting_feedback.xml'
)),
(
"
Mentoring - Page 3,
Reflecting on your feedback"
,
(
"
003)
Reflecting on your feedback"
,
load_resource
(
'templates/xml/003_reflecting_on_feedback.xml'
)),
(
"
Mentoring - Page 4,
Deciding on your improvement goal"
,
(
"
004)
Deciding on your improvement goal"
,
load_resource
(
'templates/xml/004_deciding_on_your_improvement_goal.xml'
)),
(
"
Mentoring - Page 5,
Checking your improvement goal"
,
(
"
005)
Checking your improvement goal"
,
load_resource
(
'templates/xml/005_checking_your_improvement_goal.xml'
)),
(
"
Mentoring - Page 6,
Past attempts at change"
,
(
"
006)
Past attempts at change"
,
load_resource
(
'templates/xml/006_past_attempts_at_change.xml'
)),
(
"
Mentoring - Page 7,
Doing / not doing instead"
,
(
"
007)
Doing / not doing instead"
,
load_resource
(
'templates/xml/007_doing_not_doing_instead.xml'
)),
(
"
Mentoring - Page 8,
Checking your doing / not doing instead"
,
(
"
008)
Checking your doing / not doing instead"
,
load_resource
(
'templates/xml/008_checking_your_doing_not_doing_instead.xml'
)),
(
"
Mentoring - Page 9,
Worry box"
,
(
"
009)
Worry box"
,
load_resource
(
'templates/xml/009_worry_box.xml'
)),
(
"
Mentoring - Page 10,
Hidden commitments"
,
(
"
010)
Hidden commitments"
,
load_resource
(
'templates/xml/010_hidden_commitments.xml'
)),
(
"
Mentoring - Page 11,
Checking your hidden commitments"
,
(
"
011)
Checking your hidden commitments"
,
load_resource
(
'templates/xml/011_checking_your_hidden_commitments.xml'
)),
(
"
Mentoring - Page 12,
Your immune system"
,
(
"
012)
Your immune system"
,
load_resource
(
'templates/xml/012_your_immune_system.xml'
)),
(
"
Mentoring - Page 13,
Checking the map"
,
(
"
013)
Checking the map"
,
load_resource
(
'templates/xml/013_checking_the_map.xml'
)),
(
"
Mentoring - Page 14,
Big assumptions"
,
(
"
014)
Big assumptions"
,
load_resource
(
'templates/xml/014_big_assumptions.xml'
)),
(
"
Mentoring - Page 15,
Checking your big assumptions"
,
(
"
015)
Checking your big assumptions"
,
load_resource
(
'templates/xml/015_checking_your_big_assumptions.xml'
)),
(
"
Mentoring - Page 16,
Revising your entire map"
,
(
"
016)
Revising your entire map"
,
load_resource
(
'templates/xml/016_revising_your_entire_map.xml'
)),
(
"
Mentoring - Page 17,
Checking the entire map"
,
(
"
017)
Checking the entire map"
,
load_resource
(
'templates/xml/017_checking_the_entire_map.xml'
)),
(
"
Mentoring - Annex,
Help on revising immunity to change maps"
,
(
"
800)
Help on revising immunity to change maps"
,
load_resource
(
'templates/xml/800_help_on_revising_immunity_to_change_maps.xml'
)),
]
mentoring/table.py
View file @
de7b2d38
...
...
@@ -48,7 +48,7 @@ class MentoringTableBlock(XBlock, XBlockWithChildrenFragmentsMixin):
Sample scenarios which will be displayed in the workbench
"""
return
[
(
"
Mentoring - Table 1,
Test"
,
load_resource
(
'templates/xml/900_map.xml'
)),
(
"
900) Table -
Test"
,
load_resource
(
'templates/xml/900_map.xml'
)),
]
...
...
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