"Are you done reading" choice

Ok, I had to make a few changes to that but I got it! If anyone else is having the same issue this is what I did:

@pause for 6

label QandA

   NARRATOR
Are you done reading?

choice
“Yes!” {
@pause for 0.1
} “I need more time!” {
@pause for 6
goto QandA
}