This repository has been archived by the owner on Feb 19, 2021. It is now read-only.
-
hi and I have used your npm package, now, i have this code: client.on("QuestionStart", (question) => {
var list = question.quizQuestionAnswers;
var index = question.questionIndex;
console.log(`question ${index + 1} started. ready for answering.`);
// and so on
}); here I have the list variable and the index variable, now i need to
|
Beta Was this translation helpful? Give feedback.
Answered by
theusaf
Dec 23, 2020
Replies: 1 comment 1 reply
-
It does not contain the correct answers. You need to search for the quizzes yourself given the quiz name from user input or search through a premade list of kahoots. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zplusfour
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
quizQuestionAnswers
is a list containing the number of choices per question.It does not contain the correct answers. You need to search for the quizzes yourself given the quiz name from user input or search through a premade list of kahoots.