Remix this and add more questions and answers. Every question can have 4 answers and you can set the probability of each answer. It automatically removes any punctuation. So make sure the questions you add does not contain any punctuation. When adding the question, use spaces instead of punctuation. you can also insert variables in the answer. Just put a number in the middle of Two anglebrackets <> and it will replace it with that position in the assistant variables list. And yes you can use multiple variables in a single answer. Put something in this [] like this [function] to perform a function. if it is [openClock] and that answer is selected it will set variable assistant-function to openCLock. we can detect that from the clock sprite and open the clock. You can make special functions so that the assistant will go to the next question you specify by putting an 'a-' in the function. rest of the instructions in project(a single 'a-' is not enough)
Working on going to another question from one question using the function feature. The addQ block can be used to add a question. The first input is the question next 4 are the probability of the four answers. the last 4 are the answers of the question.