Advertisement
piotranon

Untitled

Dec 15th, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var questions = [{
  2.     question: "What is 2*5?",
  3.     choices: ["przykladowa odp", 5, 10, 15],
  4.     correctAnswer: 2
  5.   }, {
  6.     question: "What is 3*6?",
  7.     choices: [3, 6, 9, 12, 18],
  8.     correctAnswer: 4
  9.   }, {
  10.     question: "What is 8*9?",
  11.     choices: [72, 99, 108, 134, 156, 112],
  12.     correctAnswer: 0
  13.   }, {
  14.     question: "What is 1*7?",
  15.     choices: [4, 5, 6, 7, 8],
  16.     correctAnswer: 3
  17.   }, {
  18.     question: "What is 8*8?",
  19.     choices: [20, 30, 40, 50, 64],
  20.     correctAnswer: 4
  21.   }];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement