Skip to content

Commit

Permalink
Fix image urls and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Shankar Mathiah Nanjundan committed Aug 31, 2019
1 parent 2e3288b commit 3ab040b
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
<link rel="stylesheet" href="styles.d451dc155706be55f20c.css"></head>
<body>
<app-root></app-root>
<script src="runtime-es2015.5bc68c0dd8cf137fbe82.js" type="module"></script><script src="polyfills-es2015.5cb1e996b2a376ba4548.js" type="module"></script><script src="runtime-es5.ee0aae13fb762b150814.js" nomodule defer></script><script src="polyfills-es5.14d3ef0587e16f38de72.js" nomodule defer></script><script src="main-es2015.a90643c1b4bcdc3ac203.js" type="module"></script><script src="main-es5.febe627518e2a6a1c2d3.js" nomodule defer></script></body>
<script src="runtime-es2015.5bc68c0dd8cf137fbe82.js" type="module"></script><script src="polyfills-es2015.5cb1e996b2a376ba4548.js" type="module"></script><script src="runtime-es5.ee0aae13fb762b150814.js" nomodule defer></script><script src="polyfills-es5.14d3ef0587e16f38de72.js" nomodule defer></script><script src="main-es2015.c333b6340671af49699e.js" type="module"></script><script src="main-es5.b236e0ac9aea16c063c4.js" nomodule defer></script></body>
</html>
32 changes: 20 additions & 12 deletions docs/assets/questions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
[
{
"id": 0,
"question": "What are escape routes?",
"answer": "Routes for escaping",
"options": [
"A movie",
"Ice cream",
"Routes"
],
"image": null,
"explanation": "Possible routes where you can escape.",
"usersAnswer": ""
},
{
"id": 1,
"question": "What does SLPR stand for?",
"answer": "Slow, Look, Press, Roll",
"options": [
"Slow, Look, Press, Roll",
"Slow, Lean, Power, Ride",
"See, Lean, Push, Race",
"Slide, Load, Power, Rock"
Expand All @@ -18,13 +30,12 @@
"question": "In the following image, what is the highlighted item?",
"answer": "Kawasaki",
"options": [
"Kawasaki",
"Yamaha",
"Honda",
"Ducati"
],
"image": {
"url": "/assets/images/handleBar.jpg",
"url": "./assets/images/handleBar.jpg",
"height": 314,
"width": 600
},
Expand All @@ -37,7 +48,6 @@
"question": "What is your most important role in reducing risk?",
"answer": "Time + Space + SEE",
"options": [
"Time + Space + SEE",
"Dont ride a bike.",
"Buy insurance.",
"Wushu"
Expand All @@ -51,7 +61,6 @@
"question": "What is the friction zone?",
"answer": "Some zone",
"options": [
"Some zone",
"Dont know",
"Ice cream",
"After"
Expand All @@ -62,16 +71,15 @@
},
{
"id": 5,
"question": "What are escape routes?",
"answer": "Routes for escaping",
"question": "Why should you squeeze the clutch lever fully when starting the motorcycle?",
"answer": "For safety, in case the motorcycle is not in neutral gear",
"options": [
"Routes for escaping",
"A movie",
"Ice cream",
"Routes"
"One should not hold the clutch when starting the motorcycle.",
"The engine won't start without holding the clutch.",
"To let additional fuel flow to the engine."
],
"image": null,
"explanation": "Possible routes where you can escape.",
"explanation": "The motor cycle could be in gear by chance. Holding the clutch when starting would ensure safety.",
"usersAnswer": ""
}
]
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
<link rel="stylesheet" href="styles.d451dc155706be55f20c.css"></head>
<body>
<app-root></app-root>
<script src="runtime-es2015.5bc68c0dd8cf137fbe82.js" type="module"></script><script src="polyfills-es2015.5cb1e996b2a376ba4548.js" type="module"></script><script src="runtime-es5.ee0aae13fb762b150814.js" nomodule defer></script><script src="polyfills-es5.14d3ef0587e16f38de72.js" nomodule defer></script><script src="main-es2015.a90643c1b4bcdc3ac203.js" type="module"></script><script src="main-es5.febe627518e2a6a1c2d3.js" nomodule defer></script></body>
<script src="runtime-es2015.5bc68c0dd8cf137fbe82.js" type="module"></script><script src="polyfills-es2015.5cb1e996b2a376ba4548.js" type="module"></script><script src="runtime-es5.ee0aae13fb762b150814.js" nomodule defer></script><script src="polyfills-es5.14d3ef0587e16f38de72.js" nomodule defer></script><script src="main-es2015.c333b6340671af49699e.js" type="module"></script><script src="main-es5.b236e0ac9aea16c063c4.js" nomodule defer></script></body>
</html>
1 change: 0 additions & 1 deletion docs/main-es2015.a90643c1b4bcdc3ac203.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/main-es2015.c333b6340671af49699e.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/main-es5.b236e0ac9aea16c063c4.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/main-es5.febe627518e2a6a1c2d3.js

This file was deleted.

0 comments on commit 3ab040b

Please sign in to comment.