Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
I need to know a bit about you.
What is you name.
<p>What is your name?</p> <<textbox "$name" "">>
<<button "ENTER NAME">>
<<set $name to $name.trim()>>
<<if $name is "">>
<<replace "#name-error">>Please enter a name!<</replace>>
<<else>>
<<goto "2.5">>
<</if>>
<</button>> \
<span id="name-error"></span>
<<timed 14s>> <p>Please... tell me your name.</p> <</timed>>Ok $name. What year were you born?
<<textbox "_answer" "">>
<<button "What year were you born?">>
<<if _answer is "1950">> <<goto "50">>
<<elseif _answer is "1951">> <<goto "50">>
<<elseif _answer is "1952">> <<goto "50">>
<<elseif _answer is "1953">> <<goto "50">>
<<elseif _answer is "1954">> <<goto "50">>
<<elseif _answer is "1955">> <<goto "50">>
<<elseif _answer is "1956">> <<goto "50">>
<<elseif _answer is "1957">> <<goto "50">>
<<elseif _answer is "1958">> <<goto "50">>
<<elseif _answer is "1959">> <<goto "50">>
<<elseif _answer is "1960">> <<goto "60">>
<<elseif _answer is "1961">> <<goto "60">>
<<elseif _answer is "1962">> <<goto "60">>
<<elseif _answer is "1963">> <<goto "60">>
<<elseif _answer is "1964">> <<goto "60">>
<<elseif _answer is "1965">> <<goto "60">>
<<elseif _answer is "1966">> <<goto "60">>
<<elseif _answer is "1967">> <<goto "60">>
<<elseif _answer is "1968">> <<goto "60">>
<<elseif _answer is "1969">> <<goto "60">>
<<elseif _answer is "1970">> <<goto "70">>
<<elseif _answer is "1971">> <<goto "70">>
<<elseif _answer is "1972">> <<goto "70">>
<<elseif _answer is "1973">> <<goto "70">>
<<elseif _answer is "1974">> <<goto "70">>
<<elseif _answer is "1975">> <<goto "70">>
<<elseif _answer is "1976">> <<goto "70">>
<<elseif _answer is "1977">> <<goto "70">>
<<elseif _answer is "1978">> <<goto "70">>
<<elseif _answer is "1979">> <<goto "70">>
<<elseif _answer is "1980">> <<goto "80">>
<<elseif _answer is "1981">> <<goto "80">>
<<elseif _answer is "1982">> <<goto "80">>
<<elseif _answer is "1983">> <<goto "80">>
<<elseif _answer is "1984">> <<goto "80">>
<<elseif _answer is "1985">> <<goto "80">>
<<elseif _answer is "1986">> <<goto "80">>
<<elseif _answer is "1987">> <<goto "80">>
<<elseif _answer is "1988">> <<goto "80">>
<<elseif _answer is "1989">> <<goto "80">>
<<elseif _answer is "1990">> <<goto "90">>
<<elseif _answer is "1991">> <<goto "90">>
<<elseif _answer is "1992">> <<goto "90">>
<<elseif _answer is "1993">> <<goto "90">>
<<elseif _answer is "1994">> <<goto "90">>
<<elseif _answer is "1995">> <<goto "90">>
<<elseif _answer is "1996">> <<goto "90">>
<<elseif _answer is "1997">> <<goto "90">>
<<elseif _answer is "1998">> <<goto "90">>
<<elseif _answer is "1999">> <<goto "90">>
<<elseif _answer is "2000">> <<goto "2000">>
<<elseif _answer is "2001">> <<goto "2000">>
<<elseif _answer is "2002">> <<goto "2000">>
<<elseif _answer is "2003">> <<goto "2000">>
<<elseif _answer is "2004">> <<goto "2000">>
<<elseif _answer is "2005">> <<goto "2000">>
<<elseif _answer is "2006">> <<goto "2000">>
<<elseif _answer is "2007">> <<goto "2000">>
<<elseif _answer is "2008">> <<goto "2000">>
<<elseif _answer is "2009">> <<goto "2000">>
<<elseif _answer is "2010">> <<goto "2010">>
<<elseif _answer is "2011">> <<goto "2010">>
<<elseif _answer is "2012">> <<goto "2010">>
<<elseif _answer is "2013">> <<goto "2010">>
<<elseif _answer is "2014">> <<goto "2010">>
<<elseif _answer is "2015">> <<goto "2010">>
<<elseif _answer is "2016">> <<goto "2010">>
<<elseif _answer is "2017">> <<goto "2010">>
<<elseif _answer is "2018">> <<goto "2010">>
<<elseif _answer is "2019">> <<goto "2010">>
<<else>>
Hmmm try a full 4 number date.
<</if>>
<</button>>What did you think about the news in 2020?
[[answer1 |A10a]]
[[answer2 |A10b]]
[[answer3 |A10c]]
<<set $curious to 0>>
<<set $empathy to 0>>
<<set $social to 0>>
<<set $points to 3>>Social set to 1 but it doesnt tell you
Are you sure?
[[No |2.11]]
[[Yes |A11]]
<<set $social to $social +1>>
<<set $points to $points -1>>
Social set to 2 but it doesnt tell you
Are you sure?
[[No |2.11]]
[[Yes |A11]]
<<set $social to $social +2>>
<<set $points to $points -2>>
You have no points left but it doesnt tell you.
[[Go to A11 |A11]]
[[No go back |2.11]]
<<set $social to $social +3>>
<<set $points to $points -3>>
<<if $points is 3>>
Question to set Questioning scale here
[[1 |A12a]]
[[2 |A12b]]
[[3 |A12c]]
[[0 |A12d]]
<<elseif $points is 2>>
Question to set Questioning scale here
[[2 |A12b]]
[[1 |A12a]]
[[0 |A12d]]
<<elseif $points is 1>>
Question to set Questioning scale here
[[1 |A12a]]
[[0 |A12d]]
<<elseif $points is 0>>
We dont need to know anything else from you to make your I.D
[[Okay |A14]]
<<else>>
Error: points did not load contact Matt to fix
<</if>>
You should never see this page anymore
[[Continue |A11]]
Okay you set curious to 1 but it doesnt actually tell you that
Are you sure?
[[No |A11]]
[[Yes |A12]]
<<set $curious to $curious +1>>
<<set $points to $points -1>>
Okay you set curious to 2 but it doesnt tel you.
Are you sure?
[[No |A11]]
[[Yes |A12]]
<<set $curious to $curious +2>>
<<set $points to $points -2>>Okay you set curious to 3 but it wont tell you that.
Are you sure?
[[No |A11]]
[[Yes |A12]]
<<set $curious to $curious +3>>
<<set $points to $points -3>>Okay you set curious to 0 but it wont tell you that
Are you sure?
[[No |A11]]
[[Yes |A12]]
<<if $points is 3>>
Empathy
[[All 3 |A13c]]
[[Answer 2 |A14b]]
<<elseif $points is 2>>
If points are 2:
Empathy
[[2 |A13b]]
[[Answer 2 |A14b]]
[[Different answer |A14b]]
<<elseif $points is 1>>
Empathy
[[1 |A13a]]
[[0 |A14]]
<<elseif $points is 0>>
Empathy
[[Okay |A14]]
[[Okay2 |A14]]
<<else>>
Error: points did not load contact Matt to fix
<</if>>
Okay you set empathy.
Are you sure?
[[No |A12]]
[[Yes |A14]]
<<set $empathy to $empathy +1>>
<<set $points to $points -1>>Okay you set empathy to 2.
Are you sure?
[[No |A12]]
[[Yes |A14]]
<<set $empathy to $empathy +2>>
<<set $points to $points -2>>Okay you set empathy to 3.
Are you sure?
[[No |A12]]
[[Yes |A14]]
<<set $empathy to $empathy +3>>
<<set $points to $points -3>>no empathy but it says something else.
[[A14]]Your code number is<<print $curious>><<print $born>><<print $empathy>><<print $social>>
[[A15]]
born in the 50? okay.
[[Go to A4 |2.7]]
<<set $born to 50>>born in the 60? okay.
[[Go to A4 |2.7]]
<<set $born to 60>>born in the 70? okay.
[[Go to A4 |2.7]]
<<set $born to 70>>born in the 80? okay.
[[Go to A4 |2.7]]
<<set $born to 80>>born in the 90? okay.
[[Go to A4 |2.7]]
<<set $born to 90>>born in the 2000's? okay.
[[Go to A4 |2.7]]
<<set $born to 2000>>born in the teen's? okay.
[[Go to A4 |2.7]]
<<set $born to 2010>>Meet me at Millenium Square in Leeds between 12 and 5.
[[I am there |3.2]]
Do you need a map?
[[3.1b]]
Click here to save and continue later.
[[save |3.1c]]
<<audio "A" play>>Pick an avatar
[[A16]]
[[A17]]
[[A18]]
[[A19]]
[[A20]]<<button "Save Files">>
<<script>>
UI.saves();
<</script>>
<</button>>
<<button "PLAY">>
<<audio "A" play>>
<<goto "1.2">>
<</button>>
<<script>>
document.body.style.backgroundImage = "url('images2/1.png')";
<</script>>
Welcome to The Parliament.
Thank you for playing.
Click [[Here |1.2]] to continue.
<<set $lie to false>>
<<set $moral to 5>>
<<set $magic to 0>>
<<set $charisma to 0>>
<<set $luck to 0>>
<<set $points to 3>>
<<set $hasKEY to false>>
<<set $hasKEY2 to false>>
<<set $hasA1 to false>>
<<set $hasA2 to false>>
<<set $hasA3 to false>>
<<set $hasA4 to false>>
<<set $hasA5 to false>>
<<set $hasA6 to false>>
<<set $hasA7 to false>>
<<set $hasA8 to false>>
<<set $hasA9 to false>><<script>>
document.body.style.backgroundImage = "url('images2/2.gif')";
<</script>>
[[1.3]]<<script>>
document.body.style.backgroundImage = "url('images2/3.jpg')";
<</script>>
<<timed 3s>><<goto "1.4">><</timed>><<script>>
document.body.style.backgroundImage = "url('images2/4.jpg')";
<</script>>
<<timed 3s>><<goto "1.5">><</timed>>
<<script>>
document.body.style.backgroundImage = "url('images2/6.jpg')";
<</script>>
<<timed 3s>><<goto "1.6">><</timed>>The Parliament Splash Screen
<<script>>
document.body.style.backgroundImage = "url('images2/7.jpg')";
<</script>>
<<timed 3s>><<goto "1.7">><</timed>>The Parliament will take around 1 hour to complete.
It will require you to travel around 1.5miles
Inspired by real life events, this was designed, developed, and produced by a team of various beliefs and is a work of fiction.
All areas you are asked to travel to are wheelchair accessible.
Your answers and personal details will not be shared
Please be aware of your surroundings as you play.
[[Continue |1.8]]
<<script>>
document.body.style.backgroundImage = "url('images2/1.png')";
<</script>>News Clip Video 7 years of news
[[1.9]]Ask for location permissions
[[1.10]]Ask for microphone permissions
[[1.11]]Ask for browser permissions.
[[2.1]]Welcome to reporter duty text
[[2.2]]Context of how the game will work
[[2.3]][[2.4]]
Reporter training video here
short video asks for your d.o.b
[[2.6]]
<<script>>
document.body.style.backgroundImage = "url('images2/1.png')";
<</script>>This question is just to teach you to reply by clicking.
They all go to the same place or respond slightly different.
[[2.8]]
[[2.8]]
[[2.8]]Follow up video clip asking next question
[[2.9]]Space for more text
[[2.10]]Are you from Leeds?
[[Yes |2.10A]]
[[No |2.10B]]<<set $leeds to true>>
[[2.11]]Are you from Yorkshire?
[[Yes |2.10C]]
[[No |2.10D]]<<set $yorkshire to true>>
[[2.11]]Are you from the Uk?
[[Yes |2.10E]]
[[No |2.10F]]<<set $uk to true>>
[[2.11]]Are you from the EU?
[[Yes |2.10G]]
[[No |2.10H]]<<set $EU to true>>
[[2.11]]<<set $earth to true>>
[[2.11]]One last question to choose whats imortant to you
[[empathy answer |A14c]]
[[socialist answer |A14d]]
[[Questioning Answer |A14e]]
<<set $empathy to $empathy +1>>
<<set $points to $points -1>>
[[A14f]]<<set $social to $social +1>>
<<set $points to $points -1>>
[[A14f]]<<set $curious to $curious +1>>
<<set $points to $points -1>>
[[A14f]]
<<if $points is 1>>
[[A14g]]
<<elseif $points is 2>>
[[A14g]]
<<elseif $points is 0>>
[[Okay |A14]]
<<else>>
Error: points did not load contact Matt to fix
<</if>>Final Question this shouldnt come up twice
[[empathy answer |A14c]]
[[socialist answer |A14d]]
[[Questioning Answer |A14e]]
Achivement Unclocked: You created yourself.
This is your I.D card
Name : $name
D.O.B : <<print $born>>
Code number :<<print $curious>><<print $born>><<print $empathy>><<print $social>>
[[Continue |3.1]]
<<set $hasA1 to true>>
<<if $avatar is 5>>
show image 5
<<elseif $avatar is 4>>
show image 4
<<elseif $avatar is 3>>
show image 3
<<elseif $avatar is 2>>
show image 2
<<elseif $avatar is 1>>
show image 1
<<else>>
Error: avatar issue ask Matt to fix
<</if>>
<<set $avatar to 1>>
[[A21]]<<set $avatar to 2>>
[[A21]]<<set $avatar to 3>>
[[A21]]<<set $avatar to 4>>
[[A21]]<<set $avatar to 5>>
[[A21]]passage for video at millenium square
<<if $location == "location1">> You are at test location 1: clay
<<else>> This didnt work
<</if>>
<<if $time gt 12 and $time lt 17>> it is between 12 and 5pm
<<else>> It is not between 12 and 5 pm <</if>>
[[3.2b]]
<<print $time>>
<<print $location>>
save point
[[Go back |3.1]]Hospital Question Will Be here
[[Answer 1 |3.3A]]
[[Answer 2 |3.3B]]
[[Answer 3 |3.3C]]Museum Question Will Be here
[[Answer 1 |3.4A]]
[[Answer 2 |3.4B]]
[[Answer 3 |3.4C]]Here is a response.
<<set $empathy to $empathy +1>>
[[3.5]]Here is a response.
<<set $empathy to $empathy -1>>
[[3.5]]Here is a response.
<<set $social to $social +1>>
[[3.5]]Here is a response.
<<set $curious to $curious +1>>
[[3.5]]Here is a response.
<<set $curious to $curious -1>>
[[3.5]]Here is a response.
<<set $social to $social -1>>
[[3.5]]Meet me at the libriary
[[Okay |4.1]]
Do you need a map?
[[3.5B]]
Click here to save and continue later.
[[Save |3.5C]]
History of the area.
Reason why we brought you here.
[[3.5A]]map image
[[Go back |3.5A]]Save Point Here
[[Go Back |3.5A]]<<if $empathy is 3>>
[[Hospital Questions link |3.3]]
<<elseif $empathy is 2>>
[[Hospital Questions link |3.3]]
<<else>>
[[Museum Question Link |3.4]]
<</if>>
Travelling to libruary music.
Info on the task while walking.
Let me know when you are there.
[[Save |4.2]]
[[I am there |4.3]]
Save Point here
[[Go back |4.1]]
How many cameras did you count?
<<textbox "$camera" "">>
<<button "ENTER NUMBER">>
<<set $camera to $camera.trim()>>
<<if $camera is "">>
<<replace "#camera-error">>Please enter a number!<</replace>>
<<else>>
<<goto "4.4">>
<</if>>
<</button>> \
<span id="name-error"></span>
<<timed 14s>>Please... enter a number<</timed>>did you count all the cash machines?
[[Yes |4.5]]
[[No |4.5]]did you count all the mobile phones?
[[Yes |4.6]]
[[No |4.6]]Lets go into the libruary.
Is it open?
[[Yes |5.1]]
[[No |4.6A]]
Passage for video at library
[[5.2]]
<<if $location == "location2">> You are at test location 2: bus station
<<else>> This didnt work
<</if>>
<<if $time gt 12 and $time lt 17>> it is between 12 and 5pm
<<else>> It is not between 12 and 5 pm <</if>>
We can save and come back later.
Or move on without going in?
[[Save |4.6B]]
[[Move on |5.5]]Save point here
[[4.6]]<<if $empathy is 3>>
[[Immigration Questions link |5.3]]
<<elseif $empathy is 2>>
[[Immigration Questions link |5.3]]
<<else>>
[[Education Question Link |5.4]]
<</if>>
Immigration Question Will Be here
[[Answer 1 |5.3A]]
[[Answer 2 |5.3B]]
[[Answer 3 |5.3C]]Here is a response.
<<set $empathy to $empathy +1>>
[[5.5]]Here is a response.
<<set $empathy to $empathy -1>>
[[5.5]]Here is a response.
<<set $social to $social +1>>
[[5.5A]]Education Question Will Be here
[[Answer 1 |5.4A]]
[[Answer 2 |5.4B]]
[[Answer 3 |5.4C]]Here is a response.
<<set $curious to $curious +1>>
[[5.5]]Here is a response.
<<set $curious to $curious -1>>
[[5.5]]Here is a response.
<<set $social to $social -1>>
[[5.5]]History of the area.
Reason why we brought you here.
[[5.5A]]Travelling to market music.
Info on the task while walking.
Let me know when you are there.
[[Save |6.2]]
[[I am there |6.3]]
map image
[[Go back |5.5A]]Save Point Here
[[Go Back |5.5A]]Meet me at the market
[[Okay |6.1]]
Do you need a map?
[[5.5B]]
Click here to save and continue later.
[[Save |5.5C]]
Save Point here
[[Go back |6.1]]SHORTCUT TO PART 12
[[12.1]]
Thank you for taking part passage
[[12.2]]
<<audio "A" play>>closing video here
[[12.3]]Here is tour report
[[12.4]]<<if $empathy is 6>> Compared to most people your reporting style was incredibly compassionate
<<elseif $empathy is 5>> Compared to most people your reporting style was compassionate.
<<elseif $empathy is 4>> Compared to most people your reporting style was mostly compassionate.
<<elseif $empathy is 3>> Compared to most people your reporting style was fairly compassionate.
<<elseif $empathy is 2>> Compared to most people your reporting style was not very compassionate.
<<elseif $empathy is 1>> Compared to most people your reporting style was uncompassionate.
<<else>>
Compared to most people your reporting style was uncompassionate.
<</if>>
[[Continue |12.5]]
<<if $social is 6>>
Compared to most people you chose headlines based on political bias
<<elseif $social is 5>>
Compared to most people you chose headlines based on political bias some of the time
<<elseif $social is 4>>
Compared to most people you chose headlines based on political bias some of the time
<<elseif $social is 3>>
Compared to most people you chose headlines based on political bias a little bit of the time
<<elseif $social is 2>>
Compared to most people you chose headlines based on political bias some of the time
<<elseif $social is 1>>
Compared to most people you didnt chose headlines based on political bias
<<else>>
Compared to most people you didnt chose headlines based on political bias
<</if>>
[[12.6]]<<if $curious is 6>>
Compared to most people you chose headlines based on your natural need to question the truth
<<elseif $curious is 5>>
Compared to most people you chose headlines based on your natural need to question the truth
<<elseif $curious is 4>>
Compared to most people you chose headlines based on your need to question the truth
<<elseif $curious is 3>>
Compared to most people you sometimes chose headlines based on your natural need to question the truthlittle bit of the time
<<elseif $curious is 2>>
Compared to most people you didn't really question the truth
<<elseif $curious is 1>>
Compared to most people you excepted what you was told
<<else>>
Compared to most people you excepted what you was told
<</if>>
[[Continue |12.8]]End for nowImage of map
[[go back |3.1]]<<cacheaudio "A" "music/A.mp3">>