msg("first question:")
answer= GetInput()
if (answer="....") {
counter=counter+1
}
msg("secondquestion:")
answer= GetInput()
if (answer="....") {
counter=counter+1
}
msg("thirdquestion:")
answer= GetInput()
if (answer="....") {
counter=counter+1
}
if (counter=1) {
...
} else if (counter=2) {
...
} else if (counter=3) {
...
}