questions1 = [
{
time: "3:32",
question: "What is findable from s?",
answers: [],
correct: "1, 2, 3"
},
{
time: "3:56",
question: "What is findable from s?",
answers: [],
correct: "1, 3"
},
{
time: "4:43",
question: "What is findable from s?",
answers: [],
correct: "a, b, c, d, e"
},
]
yt1 = new YtQuiz("j9kO1O7bqcY", questions1);
yt1.html();