Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Victor/eco 1248/new branding ui #22

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
165 changes: 98 additions & 67 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<script>

(function (PageType) {
Expand Down Expand Up @@ -63,89 +64,119 @@
// },
//
//*** Poll ***//
// {
// type: PageType.FullPageMultiChoice,
// title: "Who do you primarily chat with on Kik?",
// description: "Finish the poll to earn <span style='color:#047cfc;'>6,000</span> Kin",
// question: {
// id: "G@#$",
// answers: [
// "New friends I’ve met on Kik",
// "Friends I’ve met elsewhere online",
// "Friends I know from real life",
// "An equal mix of all three!",
// ],
// },
// },
// {
// type: PageType.EarnThankYou,
// description: "4,500"
// },
{
type: PageType.FullPageMultiChoice,
title: "Who do you primarily chat with on Kik?",
rewardText: "Finish the poll to earn",
rewardValue: 6000,
question: {
id: "G@#$",
answers: [
"New friends I’ve met on Kik",
"Friends I’ve met elsewhere online",
"Friends I know from real life",
"An equal mix of all three!",
"An equal mix of all four!",
],
},
},
{
type: PageType.FullPageMultiChoice,
title: "Who do you primarily chat with on Kik?",
rewardText: "Finish the poll to earn",
rewardValue: 6000,
question: {
id: "G@#$",
answers: [
"New friends I’ve met on Kik",
"Friends I’ve met elsewhere online",
"Friends I know from real life",
"An equal mix of all three!",
"An equal mix of all four!",
],
},
},
{
type: PageType.EarnThankYou,
description: "4,500"
},

//*** Quiz ***//
// {
// type: PageType.TimedFullPageMultiChoice,
// description: "What was the name of the substance that Star Wars hero Han Solo was encased in?",
// title: "What was the name of the substance that Star Wars hero Han Solo was encased in?",
// amount: 15,
// rightAnswer: 3,
// rewardText: "Finish the poll to earn",
// rewardValue: 6000,
// question: {
// id: "erthwt",
// answers: [
// "Radonite",
// "Argonite",
// "Carbonite",
// "Kryptonite",
// "Kryptonite-2",
// ],
// },
// },
{
type: PageType.TimedFullPageMultiChoice,
description: "How much wood could a woodchuck chuck?",
amount: 15,
rightAnswer: 2,
question: {
id: "question-1",
answers: [
"Not a lot, they are very small",
"A woodchuck would chuck as much wood as a woodchuck could chuck",
"320 kg",
"361.9237001 cm3",
],
},
},
{
type: PageType.TimedFullPageMultiChoice,
description: "Yes?",
amount: 20,
rightAnswer: 3,
question: {
id: "question-2",
answers: [
"Of course",
"no",
"320 kg",
"Camel",
],
},
},
{
type: PageType.TimedFullPageMultiChoice,
description: "Color?",
amount: 15,
rightAnswer: 4,
question: {
id: "question-3",
answers: [
"Yellow",
"Red",
"Crimson",
"Dorothy",
],
},
},
{
type: PageType.SuccessBasedThankYou,
},
// {
// type: PageType.TimedFullPageMultiChoice,
// title: "How much wood could a woodchuck chuck?",
// amount: 15,
// rightAnswer: 2,
// rewardText: "Finish the poll to earn",
// rewardValue: 6000,
// question: {
// id: "question-1",
// answers: [
// "Not a lot, they are very small",
// "A woodchuck would chuck as much wood as a woodchuck could chuck",
// "320 kg",
// "361.9237001 cm3",
// "361.9237001 cm3-2",
// ],
// },
// },
// {
// type: PageType.TimedFullPageMultiChoice,
// title: "Yes?",
// amount: 20,
// rightAnswer: 3,
// rewardText: "Finish the poll to earn",
// rewardValue: 6000,
// question: {
// id: "question-2",
// answers: [
// "Of course",
// "no",
// "320 kg",
// "Camel",
// "Camel-2",
// ],
// },
// },
// {
// type: PageType.TimedFullPageMultiChoice,
// title: "Color?",
// amount: 15,
// rightAnswer: 4,
// rewardText: "Finish the poll to earn",
// rewardValue: 6000,
// question: {
// id: "question-3",
// answers: [
// "Yellow",
// "Red",
// "Crimson",
// "Dorothy",
// "Dorothy-2",
// ],
// },
// },
// {
// type: PageType.SuccessBasedThankYou,
// },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope these are tests

]
}
}
Expand Down
Loading