i have this sort of quiz thing with multiple choise.
when you click one of the 3 choices i have a code:
meaning result = "correct"; but in dutch.Code:resultaat1 = "juist";
now to do something later on with it, i need to check the awsners of all my questions so i have this on the top frame:
is this correct ? should i use && or || ?function bereken(){
if(resultaat1 == "juist" && resultaat2 == "juist"){
do something
}
}
anyway all i know is, it's not working for me :p





Reply With Quote
