-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquestions.js
490 lines (401 loc) · 14.4 KB
/
questions.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
// Your web app's Firebase configuration
var firebaseConfig = {
apiKey: "AIzaSyDaQApJlYMXzbJD7RB6KR1Gd0B2d0ec9Qo",
authDomain: "knowmeapp-efa33.firebaseapp.com",
databaseURL: "https://knowmeapp-efa33.firebaseio.com",
projectId: "knowmeapp-efa33",
storageBucket: "knowmeapp-efa33.appspot.com",
messagingSenderId: "1066997208238",
appId: "1:1066997208238:web:a8a63d1f74fb58efa0c93f",
measurementId: "G-FW1K92FFZN"
};
// Initialize Firebase
console.log("omkar ajagunde")
firebase.initializeApp(firebaseConfig);
let game = {
name: '',
responders: []
}
let responder = {
name: '',
gender: '',
score: '',
}
let user = {
gender: '',
name: '',
responders: [0, ],
ansArr: [],
questionList: [
{
type: 1,
ques: `Which mobile phone USERNAME use? android or iPhone?`,
ans: ['android', 'iPhone', 'BlackBerry']
},
{
type: 2,
ques: `Do USERNAME like exotic cars like e.g. lamborgini, Porsche `,
ans: ['Yes', 'No']
},
{
type: 1,
ques: `Which language movies do USERNAME like?`,
ans: ['Hindi', 'English']
},
{
type: 1,
ques: `what is USERNAME's dream car brand?`,
ans: ['Audi', 'Tesla', 'Jaguar', 'Mercedes']
},
{
type: 1,
ques: `what's USERNAME's biggest fear ? `,
ans: ['Failing in something', 'Fear of height', 'Fear of water', 'Fear of cockroaches lol']
},
{
type: 2,
ques: `Which do you feel USERNAME is a leader or follower?`,
ans: ['Leader', 'Follower']
},
{
type: 1,
ques: `What's the most beautiful place USERNAME has been?`,
ans: ['Kashmir valley', 'Goa', 'Palm-Jumeriha Dubai']
},
{
type: 2,
ques: `How is USERNAME by nature?`,
ans: ['Very loving', 'Very annoying', 'sweet', 'Joyful']
},
{
type: 1,
ques: `Which type of movies do USERNAME like?`,
ans: ['suspense-thriller', 'romance', 'funny']
},
{
type: 1,
ques: `Which is USERNAME's favorite animation cartoon?`,
ans: ['Bob The Builder', 'Doremon', 'Mr. Bean animated series']
},
{
type: 1,
ques: `Where would you like to travel with USERNAME?`,
ans: ['Road trip spain', 'North India', 'Goa again']
},
]
}
var countQuestion = 0;
var checkMarkCounter = 1;
var progressBarNotifier = 10;
var url = ''
var score = 0;
var quesCounter = 0;
var _uniqueID = ''
var _responderID = ''
var token = ''
let tableElemString = ''
let getname = () => user.name
let genderInitialiser = (gender) => user.gender = gender
let responderGenderInit = (gender) => responder.gender = gender
let shareWhatsapp = () => {
document.getElementById("progress-tracker").animate([
// keyframes
{ width: '10%' },
{ width: '100%' }
], {
// timing options
duration: 300,
});
document.getElementById("progress-tracker").style.width = `${100}%`
window.location.href = 'https://api.whatsapp.com/send?text=https://omkarajagunde.github.io/startQuestions.html?identifier=' + token
}
let shareLink = () => {
document.getElementById("progress-tracker").animate([
// keyframes
{ width: '10%' },
{
width: '100%',
}
], {
// timing options
duration: 1000,
});
document.getElementById("progress-tracker").style.width = `${100}%`
var input = document.createElement('input');
input.setAttribute('value', `https://omkarajagunde.github.io/startQuestions.html?identifier=${token}`);
document.body.appendChild(input);
input.select();
document.execCommand('copy');
document.body.removeChild(input);
document.getElementById("copy-btn").innerHTML = `link copied <ion-icon name="copy"></ion-icon>`
}
let mobileProgressBarUpdate = () => {
let lastProgress = progressBarNotifier
progressBarNotifier += 9;
// keyframes
document.getElementById("progress-tracker").animate([
// keyframes
{ width: `${lastProgress}%` },
{ width: `${progressBarNotifier}%` }
], {
// timing options
duration: 1000,
});
document.getElementById("progress-tracker").style.width = `${progressBarNotifier}%`
console.log(progressBarNotifier)
}
let playProgressSound = () => {
var audio = new Audio("assets/coinSound.mp3");
audio.play();
}
let lineAnimation = (id) => {
if (checkMarkCounter > 9) {
return
}
let el = document.querySelector(id);
let myAnimation = new LazyLinePainter(el, {
"ease": "easeLinear",
"strokeWidth": 5,
"strokeOpacity": 1,
"strokeColor": "#0EFAC8",
"strokeCap": "square"
});
myAnimation.paint();
}
let makeQuestionURL = () => {
url = new Uri()
.setPath('https://omkarajagunde.github.io/startQuestions.html')
.setQuery(`?identifier=${_uniqueID}`)
}
let initAnsweringUser = () => {
token = new Uri(localStorage.getItem('url')).getQueryParamValue('identifier')
console.log("Token : ", token)
fillTable()
}
let questionSetter = () => {
// hide buttons before going ahead
document.getElementById(`btn-1`).style.visibility = "hidden"
document.getElementById(`btn-2`).style.visibility = "hidden"
document.getElementById(`btn-3`).style.visibility = "hidden"
document.getElementById(`btn-4`).style.visibility = "hidden"
document.getElementById(`btn-5`).style.visibility = "hidden"
document.getElementById(`btn-6`).style.visibility = "hidden"
document.getElementById(`ansInput`).style.visibility = "hidden"
// set question titles
document.getElementById("remQues").innerHTML = `Answer below question`
let str = user.questionList[countQuestion].ques
str = str.replace('USERNAME', user.name)
// set answer buttons to questions
let btnCount = 1
user.questionList[countQuestion].ans.forEach((value, index) => {
document.getElementById(`btn-${btnCount}`).innerHTML = `${value}`
document.getElementById(`btn-${btnCount}`).style.visibility = "visible"
if (user.questionList[countQuestion].type == 1) {
document.getElementById(`ansInput`).style.visibility = "visible"
}
btnCount++
})
document.getElementById("quesTitle").innerHTML = str
if (countQuestion > 9) {
showSnakBar("Hooray! questions completed")
console.log(user)
document.getElementById(`btn-1`).style.visibility = "hidden"
document.getElementById(`btn-2`).style.visibility = "hidden"
document.getElementById(`btn-3`).style.visibility = "hidden"
document.getElementById(`btn-4`).style.visibility = "hidden"
document.getElementById(`btn-5`).style.visibility = "hidden"
document.getElementById(`btn-6`).style.visibility = "hidden"
document.getElementById(`ansInput`).style.visibility = "hidden"
document.getElementById(`quesTitle`).style.visibility = "hidden"
document.getElementById(`remQues`).style.visibility = "hidden"
uploadToFireStone()
}
countQuestion++;
document.getElementById(`checkCircle-${checkMarkCounter}`).style.visibility = "visible"
lineAnimation(`#line-${checkMarkCounter}`)
playProgressSound()
if (checkMarkCounter == 9) {
document.getElementById(`successVector`).style.visibility = "visible"
console.log(user.questionList)
}
checkMarkCounter++;
}
let answerValidator = () => {
// hide buttons before going ahead
document.getElementById(`btn-1`).style.visibility = "hidden"
document.getElementById(`btn-2`).style.visibility = "hidden"
document.getElementById(`btn-3`).style.visibility = "hidden"
document.getElementById(`btn-4`).style.visibility = "hidden"
document.getElementById(`btn-5`).style.visibility = "hidden"
document.getElementById(`btn-6`).style.visibility = "hidden"
// set question titles
document.getElementById("remQues").innerHTML = `Answer below question`
let str = user.questionList[countQuestion].ques
str = str.replace('USERNAME', user.name)
// set answer buttons to questions
let btnCount = 1
user.questionList[countQuestion].ans.forEach((value, index) => {
document.getElementById(`btn-${btnCount}`).innerHTML = `${value}`
document.getElementById(`btn-${btnCount}`).style.visibility = "visible"
btnCount++
})
document.getElementById("quesTitle").innerHTML = str
if (countQuestion > 9) {
showSnakBar("Hooray! answers completed")
console.log(user)
document.getElementById(`btn-1`).style.visibility = "hidden"
document.getElementById(`btn-2`).style.visibility = "hidden"
document.getElementById(`btn-3`).style.visibility = "hidden"
document.getElementById(`btn-4`).style.visibility = "hidden"
document.getElementById(`btn-5`).style.visibility = "hidden"
document.getElementById(`btn-6`).style.visibility = "hidden"
document.getElementById(`quesTitle`).style.visibility = "hidden"
document.getElementById(`remQues`).style.visibility = "hidden"
localStorage.setItem('recentScore', score)
responder.score = score;
uploadResponceToFireStone()
window.location.replace("https://omkarajagunde.github.io/responderResults.html");
return
}
countQuestion++;
document.getElementById(`checkCircle-${checkMarkCounter}`).style.visibility = "visible"
lineAnimation(`#line-${checkMarkCounter}`)
playProgressSound()
if (checkMarkCounter == 9) {
document.getElementById(`successVector`).style.visibility = "visible"
console.log(user.questionList)
}
checkMarkCounter++;
}
let addNewOption = (id, ansIndex) => {
let option = document.getElementById(id).value
if (option == '') {
showSnakBar('enter your answer please!')
} else {
user.questionList[countQuestion - 1].ans.push(option)
user.ansArr.push(user.questionList[countQuestion - 1].ans.length)
questionSetter()
document.getElementById(id).value = ''
mobileProgressBarUpdate()
}
}
let gameInitialiser = () => {
user.name = document.getElementById("nameInput").value;
if (user.name == '') {
showSnakBar("Please enter your name! ")
} else {
questionSetter()
}
}
let gamePlayInitialiser = () => {
responder.name = document.getElementById("nameInput").value;
if (responder.name == '') {
showSnakBar("Please enter your name! ")
} else {
answerValidator()
}
}
let showSnakBar = (message) => {
// Get the snackbar DIV
let x = document.getElementById("snackbar")
// Add the "show" class to DIV
x.className = "show";
x.innerHTML = message;
// After 3 seconds, remove the show class from DIV
setTimeout(function() { x.className = x.className.replace("show", ""); }, 3000);
}
let setAns = (ansIndex) => {
user.ansArr.push(ansIndex)
questionSetter()
mobileProgressBarUpdate()
}
let checkAns = (ansIndex) => {
if (user.ansArr[quesCounter] == ansIndex) {
score += 10;
console.log(quesCounter + ":" + user.ansArr[quesCounter])
}
console.log(quesCounter + ":" + user.ansArr[quesCounter])
quesCounter++;
answerValidator()
mobileProgressBarUpdate()
}
let setResponderResults = () => {
let vScore = localStorage.getItem('recentScore')
let correctAnsCount = vScore / 10;
if (vScore == 'null') {
showSnakBar("You have not played any Quiz")
}
document.getElementById("scoreText").innerHTML = `${vScore}`
document.getElementById("correctAnsText").innerHTML = `you got ${correctAnsCount} / 10 correct`
}
let createQuiz = () => {
window.location.replace("http://omkarajagunde.github.io/questions.html")
}
let answerInit = () => {
token = new Uri('/https://' + window.location.hostname + window.location.pathname + '/' + window.location.search).getQueryParamValue('identifier')
console.log("Token : ", token)
getFromFireStone()
}
let idGenerator = () => {
var ALPHABET = '0123456789';
var ID_LENGTH = 8;
var rtn = '';
for (var i = 0; i < ID_LENGTH; i++) {
rtn += ALPHABET.charAt(Math.floor(Math.random() * ALPHABET.length));
}
return rtn;
}
let uploadToFireStone = () => {
_uniqueID = idGenerator()
let db = firebase.database().ref("users/" + _uniqueID)
db.set(user).then(function() {
console.log("uploaded id :", _uniqueID)
makeQuestionURL()
localStorage.setItem("url", url)
window.location.replace("https://omkarajagunde.github.io/shareQuestionsPage.html");
}).catch(function(error) {
console.error("Error adding document: ", error);
});
return
}
let uploadResponceToFireStone = () => {
_responderID = idGenerator()
let db = firebase.database().ref("responderList/" + _responderID)
db.set(responder).then(function() {
console.log("uploaded responders id :", _responderID)
}).catch(function(error) {
console.error("Error adding document: ", error);
});
firebase.database().ref('/users/' + token).child('responders').push(_responderID)
}
let getFromFireStone = () => {
var doc = firebase.database().ref('users/' + token);
doc.on('value', function(snapshot) {
console.log(snapshot.val())
user = snapshot.val()
console.log(user)
});
return
}
let respondersList = []
let fillTable = () => {
let tableDb = firebase.database();
console.log("Filling Table")
let responders = firebase.database().ref("users/" + token).child('responders/')
responders.once('value', function(snapshot) {
snapshot.forEach(function(childSnapshot) {
tableDb.ref("responderList/" + childSnapshot.val()).on('value', function(snapshot) {
if (snapshot.val() != null) {
console.log(childSnapshot.val())
let string = `<tr>
<td >${snapshot.val().name}</td>
<td >${snapshot.val().score}</td>
</tr>`
document.getElementById('tableData').innerHTML += string
}
})
})
})
}
let privacyPageClicked = () => showSnakBar('privacy policy coming soon ...')
let aboutPageClicked = () => showSnakBar('about page coming soon ...')