True/False question type issue

Re: True/False question type issue

by Cory Gordon -
Number of replies: 0

Well, will you look at that! Sometimes I surprise myself at my own brilliance!

This is what I needed:

if ($response == $trueanswer) {

$truefeedbackimg = "";

} else {

$falsefeedbackimg = "";

}

Threw that in, and it works a charm!

Thanks for all your help on this one Jeff, couldn't have sorted it out without your help!

Cory