Function to print in the console the item and collect the answer.
print_question(
TextQuestion,
TextResponse = list(correct = "correct", incorrect = c("wrong1", "wrong2", "wrong3"))
)The answers of the question as numeric (1) if is correct and (0) if is false.
A character contain the text of the question.
A list containing for each question the correct and incorrect answers.