Skip to content

Commit

Permalink
Merge c6d6abc into d6d813d
Browse files Browse the repository at this point in the history
  • Loading branch information
MMFernando committed May 2, 2019
2 parents d6d813d + c6d6abc commit e62a458
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion portal/templates/portal/teach.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h3>Aligned to the curriculum</h3>
Built on &lsquo;Blockly&rsquo;, an easy-to-use visual programming language that's similar to Scratch, Rapid Router enables teachers to monitor and manage
individual pupil progress and identify where more support is required.</p>

<p><a href="{{ 'user_guide/introduction_to_coding.pdf'|cloud_storage }}">See how the app relates to Key Stages 1, 2 and 3 of the computer science strand here</a>.</p>
<p><a href="{{ 'user_guide_v1/introduction_to_coding.pdf'|cloud_storage }}">See how the app relates to Key Stages 1, 2 and 3 of the computer science strand here</a>.</p>
</div>
<section class="col-sm-6">
<a href="https://www.youtube.com/embed/xP-U-MJLk-g?rel=0&amp;autoplay=1" class="youtube">
Expand Down
14 changes: 7 additions & 7 deletions portal/views/teacher/pdfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,50 +42,50 @@
"description": "This document shows how the progression through Rapid Router levels cover each stage of the "
"computing curriculum for key stages one and two.",
"links": None,
"url": "user_guide/introduction_to_coding.pdf",
"url": "user_guide_v1/introduction_to_coding.pdf",
"page_origin": "#user-guide",
},
"levels_guide_1-28": {
"title": "Levels Guide 1 ‒ 28",
"description": "Road maps for levels 1 to 28 of Rapid Router. You can find the maps for levels 29 ‒ 109 below.",
"links": ["levels_guide_29-109"],
"url": "user_guide/levels_guide_KS1_KS2.pdf",
"url": "user_guide_v1/levels_guide_KS1_KS2.pdf",
"page_origin": "#user-guide",
},
"glossary": {
"title": "Glossary",
"description": "A glossary of coding terminology, for all the key stages of the curriculum.",
"links": None,
"url": "user_guide/glossary.pdf",
"url": "user_guide_v1/glossary.pdf",
"page_origin": "#user-guide",
},
"introduction_to_python": {
"title": "Introduction to Python in Rapid Router",
"description": "A summary of the python commands specific to Rapid Router as well as general python statements "
"students will need to use.",
"links": None,
"url": "user_guide/introduction_to_python.pdf",
"url": "user_guide_v1/introduction_to_python.pdf",
"page_origin": "#user-guide",
},
"levels_guide_29-109": {
"title": "Levels Guide 29 ‒ 109",
"description": "Road maps for levels 29 to 109 of Rapid Router.",
"links": ["levels_guide_1-28"],
"url": "user_guide/levels_guide_KS3.pdf",
"url": "user_guide_v1/levels_guide_KS3.pdf",
"page_origin": "#user-guide",
},
"blockly_python_phrasebook": {
"title": "Blockly ‒ Python Phrasebook",
"description": "A table showing the conversion from Blockly to Python.",
"links": None,
"url": "user_guide/blockly_python_phrasebook.pdf",
"url": "user_guide_v1/blockly_python_phrasebook.pdf",
"page_origin": "#user-guide",
},
"user_guide_aimmo": {
"title": "Introduction to AI:MMO",
"description": "User guide for AI:MMO, the KS3 game.",
"links": None,
"url": "user_guide/AIMMO_User_guide.pdf",
"url": "user_guide_v1/AIMMO_User_guide.pdf",
"page_origin": "#user-guide",
},
# ...................KS1 sessions...........#
Expand Down

0 comments on commit e62a458

Please sign in to comment.