-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Part 1.2 questions time, end time audio...
- Part 1.2 questions time change, first question 45 seconds, the others 30 seconds - Part 2 question display in list aligned to left - Mobile responsive UI, small intro font - 'Skip' button for intros.
- Loading branch information
1 parent
6e41194
commit 91aa848
Showing
15 changed files
with
216 additions
and
49 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
{ | ||
"parts": [ | ||
{ | ||
"part": "Part 1.1", | ||
"prepareTime": 1, | ||
"answerTime": 3, | ||
"questions": [ | ||
{ | ||
"question1Part1.1": "What do you like to do in the mornings?" | ||
}, | ||
{ | ||
"question2Part1.1": "Do you enjoy reading books? Why or why not?" | ||
}, | ||
{ | ||
"question3Part1.1": "What kind of music do you like?" | ||
} | ||
] | ||
}, | ||
{ | ||
"part": "Part 1.2", | ||
"images": ["1.jpg", "2.jpg"], | ||
"prepareTime": 1, | ||
"answerTime": 4, | ||
"questions": [ | ||
{ | ||
"question1Part1.2": "What do these images tell you about how people spend their free time?" | ||
}, | ||
{ | ||
"question2Part1.2": "Which place would you prefer to spend time in? Why?" | ||
}, | ||
{ | ||
"question3Part1.2": "How do these places make you feel?" | ||
} | ||
] | ||
}, | ||
{ | ||
"part": "Part 2", | ||
"images": ["3.jpeg"], | ||
"prepareTime": 6, | ||
"answerTime": 12, | ||
"questions": [ | ||
{ | ||
"question1Part2": "What makes city life exciting for people?" | ||
}, | ||
{ | ||
"question1Part2": "What are some challenges of living in a busy city?" | ||
}, | ||
{ | ||
"question1Part2": "How can cities become more enjoyable for everyone?" | ||
} | ||
] | ||
}, | ||
{ | ||
"part": "Part 3", | ||
"description": "Argument Discussion", | ||
"questions": [ | ||
{ | ||
"statement": "Car ownership is useful, but it's bad for the environment", | ||
"For": { | ||
"fact1": "Cars help people travel quickly and easily.", | ||
"fact2": "They are essential for areas with poor public transport", | ||
"fact3": "Cars allow for flexibility in planning trips" | ||
}, | ||
"Against": { | ||
"fact1": "Cars produce harmful emissions that pollute the air", | ||
"fact2": "Traffic jams cause stress and waste time", | ||
"fact3": "Public transport is often more eco-friendly" | ||
} | ||
} | ||
], | ||
"prepareTime": 6, | ||
"answerTime": 12 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.