Created
August 7, 2013 16:51
-
-
Save Visgean/6175893 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| [ | |
| { | |
| 'speaker': '1st Prop', | |
| 'speaker_full': '1st Proposition speaker', | |
| 'speech_length': 8*60, | |
| 'events' :[ | |
| { | |
| 'name':'Points forbidden', // this will be used as subtitle | |
| 'start_time': 0, // when this event happens before end? | |
| 'duration': 60, // how long is it going to last? | |
| }, | |
| { | |
| 'name':'Points allowed', // this will be used as subtitle | |
| 'start_time': 60, // when this event happends after start? | |
| 'duration': 6*60, // how long is it going to last? | |
| } | |
| ] | |
| }, | |
| { | |
| 'speaker': '1st Opp', | |
| 'speaker_full': '1st Opposition speaker', | |
| 'speech_length': 8*60, | |
| 'offset' : 30, //how much time does the speaker have after the 'end' of the debate before MUTE | |
| 'events' :[ | |
| { | |
| 'name':'Points forbidden', // this will be used as subtitle | |
| 'start_time': 0, // when this event happens before end? | |
| 'duration': 60, // how long is it going to last? | |
| }, | |
| { | |
| 'name':'Points allowed', // this will be used as subtitle | |
| 'start_time': 60, // when this event happends after start? | |
| 'duration': 6*60, // how long is it going to last? | |
| } | |
| ] | |
| }, | |
| { | |
| 'speaker': '2nd Prop', | |
| 'speaker_full': '2nd Proposition speaker', | |
| 'speech_length': 8*60, | |
| 'events' :[ | |
| { | |
| 'name':'Points forbidden', // this will be used as subtitle | |
| 'start_time': 0, // when this event happens before end? | |
| 'duration': 60, // how long is it going to last? | |
| }, | |
| { | |
| 'name':'Points allowed', // this will be used as subtitle | |
| 'start_time': 60, // when this event happends after start? | |
| 'duration': 6*60, // how long is it going to last? | |
| } | |
| ] | |
| }, | |
| { | |
| 'speaker': '2nd Opp', | |
| 'speaker_full': '2nd Opposition speaker', | |
| 'speech_length': 8*60, | |
| 'events' :[ | |
| { | |
| 'name':'Points forbidden', // this will be used as subtitle | |
| 'start_time': 0, // when this event happens before end? | |
| 'duration': 60, // how long is it going to last? | |
| }, | |
| { | |
| 'name':'Points allowed', // this will be used as subtitle | |
| 'start_time': 60, // when this event happends after start? | |
| 'duration': 6*60, // how long is it going to last? | |
| } | |
| ] | |
| }, | |
| { | |
| 'speaker': '3rd Prop', | |
| 'speaker_full': '3rd Proposition speaker', | |
| 'speech_length': 8*60, | |
| 'events' :[ | |
| { | |
| 'name':'Points forbidden', // this will be used as subtitle | |
| 'start_time': 0, // when this event happens before end? | |
| 'duration': 60, // how long is it going to last? | |
| }, | |
| { | |
| 'name':'Points allowed', // this will be used as subtitle | |
| 'start_time': 60, // when this event happends after start? | |
| 'duration': 6*60, // how long is it going to last? | |
| } | |
| ] | |
| }, | |
| { | |
| 'speaker': '3rd Opp', | |
| 'speaker_full': '3rd Opposition speaker', | |
| 'speech_length': 8*60, | |
| 'events' :[ | |
| { | |
| 'name':'Points forbidden', // this will be used as subtitle | |
| 'start_time': 0, // when this event happens before end? | |
| 'duration': 60, // how long is it going to last? | |
| }, | |
| { | |
| 'name':'Points allowed', // this will be used as subtitle | |
| 'start_time': 60, // when this event happends after start? | |
| 'duration': 6*60, // how long is it going to last? | |
| } | |
| ] | |
| }, | |
| { | |
| 'speaker': 'Reply Opp', | |
| 'speaker_full': 'Opposition Reply speaker', | |
| 'speech_length': 4*60, | |
| 'events': [ | |
| ] | |
| }, | |
| { | |
| 'speaker': 'Reply Prop', | |
| 'speaker_full': 'Proposition Reply speaker', | |
| 'speech_length': 4*60, | |
| 'events': [ | |
| ] | |
| }, | |
| ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment