jalbertson
Technical User
I am new to this if/else statement thing, and I can not seem to get this part right. Thank you in advance.
Here is my code:
if (QuizTrack.total_correct<85) {
pass_or_fail.text="Sorry, you will have to go back and take the test again.";
} else {
pass_or_fail.text="Congradulations, you passed the test.";
}
Thanks again.
Here is my code:
if (QuizTrack.total_correct<85) {
pass_or_fail.text="Sorry, you will have to go back and take the test again.";
} else {
pass_or_fail.text="Congradulations, you passed the test.";
}
Thanks again.