You are on page 1of 1

I need the program to load the first question on the start of the app

after hitting submit


-reload the question
-verify if the checked boxes were the correct answers

correctAnswer = answer1;answer2
2 rasp corecte

rasp 1 exista/bifat exista/nebifat nuExista/bifat nuExista/nebifat


rasp 2
rasp 3
rasp 4

if ((_correctAnswer.Contains("answer1") && Answer1Checked) &&


(_correctAnswer.Contains("answer2") && Answer2Checked) &&
(_correctAnswer.Contains("answer3") && Answer3Checked)

You might also like