By Dara

label QandA

        NARRATOR
    What questions would you like to ask?

choice
"What is the 1st question?" {
NARRATOR
The answer goes here.

goto QandA

} "What is the 2nd question?" {
NARRATOR
The answer goes here.

goto QandA

} "What is the 3rd question?" {
NARRATOR
The answer goes here.

goto QandA

} "What is the 4th question?" {
NARRATOR
The answer goes here.

goto QandA

} <GREEN> "I'm done asking questions." {

		NARRATOR
	Are you sure you’re done asking questions?
choice
<GREEN>“Yes, I'm done.” {
} “No, take me back.” {
goto QandA
}}