diff --git a/assets/img/p0.jpeg b/assets/img/p0.jpeg
new file mode 100644
index 0000000..781cc69
Binary files /dev/null and b/assets/img/p0.jpeg differ
diff --git a/assets/img/p1.jpeg b/assets/img/p1.jpeg
new file mode 100644
index 0000000..5612ee9
Binary files /dev/null and b/assets/img/p1.jpeg differ
diff --git a/assets/img/p2.jpeg b/assets/img/p2.jpeg
new file mode 100644
index 0000000..561ac5e
Binary files /dev/null and b/assets/img/p2.jpeg differ
diff --git a/assets/img/p3.jpeg b/assets/img/p3.jpeg
new file mode 100644
index 0000000..afd851d
Binary files /dev/null and b/assets/img/p3.jpeg differ
diff --git a/assets/img/p4.jpeg b/assets/img/p4.jpeg
new file mode 100644
index 0000000..1a1d580
Binary files /dev/null and b/assets/img/p4.jpeg differ
diff --git a/assets/img/p5.jpeg b/assets/img/p5.jpeg
new file mode 100644
index 0000000..a846a13
Binary files /dev/null and b/assets/img/p5.jpeg differ
diff --git a/css/style.css b/css/style.css
index be50e55..e7fd5cc 100644
--- a/css/style.css
+++ b/css/style.css
@@ -31,6 +31,11 @@ body {
margin-top: 5vh;
}
+.answers-pic {
+ width: 100%;
+ border: 18px ridge yellow;
+}
+
.floattop {
text-align: center;
position: absolute;
diff --git a/data.json b/data.json
index 9c9063c..b08c4e2 100644
--- a/data.json
+++ b/data.json
@@ -1,6 +1,27 @@
{
"initialScore": 10000,
"questions": [
+ {
+ "title": "Who's the best (and sexiest) president ever:",
+ "answers": [
+ {
+ "text": "",
+ "effect": 2000
+ },
+ {
+ "text": "",
+ "effect": -9999
+ },
+ {
+ "text": "",
+ "effect": -9999
+ },
+ {
+ "text": "",
+ "effect": -9999
+ }
+ ]
+ },
{
"title": "Is Taiwan a country",
"answers": [
diff --git a/js/main.js b/js/main.js
index c6490c3..5a8af7e 100644
--- a/js/main.js
+++ b/js/main.js
@@ -165,4 +165,4 @@ $(".ans").click(function () {
$('.fadeOutVideo').on('ended', function () {
$(this).parent().fadeOut();
-})
\ No newline at end of file
+})