this is the WWTBAM question picker, the way it will work is it will pick a random question from a list (each list is named after the value of the questions it contains) and it will parse the text from the question then when it detects the star (aka *) it sets the value (the full question) to a variable. the same will be done for the answers, it will separate the wrong answers and put them in a list
TL;DR this is basically a parser which separates the answer and the question from one string TODO add a script that removes the left over symbols (done)