Wednesday, February 4, 2015

TRIVIA BOT MAYHEM!!!

Would you like to write trivia questions? Here is the format.

TriviaBot_Questions[1]['Question'][1] = "Question here?";
TriviaBot_Questions[1]['Answers'][1] = {"Answer 1", "Answer1", "answer one"};
TriviaBot_Questions[1]['Category'][1] = 1;
TriviaBot_Questions[1]['Points'][1] = 5;
TriviaBot_Questions[1]['Hints'][1] = {};

Change each question and answer. Each one can have more or less answers by adding ,""
The format of the doc is like this:

TriviaBot_Questions[1]['Question'][1] = "Question here?";
TriviaBot_Questions[1]['Answers'][1] = {"Answer 1", "Answer1", "answer one"};
TriviaBot_Questions[1]['Category'][1] = 1;
TriviaBot_Questions[1]['Points'][1] = 5;
TriviaBot_Questions[1]['Hints'][1] = {};

TriviaBot_Questions[1]['Question'][2] = "Question here?";
TriviaBot_Questions[1]['Answers'][2] = {"Answer 1", "Answer1", "answer one"};
TriviaBot_Questions[1]['Category'][2] = 1;
TriviaBot_Questions[1]['Points'][2] = 5;
TriviaBot_Questions[1]['Hints'][2] = {};

Each new question needs an additional number.

No comments:

Post a Comment