Correction to Short answers, now checks the answers in order (first to

last) and stops checking if a match is found.
This commit is contained in:
rkingdon 2004-09-10 20:58:50 +00:00
parent 414f3a1938
commit c02f173799

View File

@ -354,6 +354,7 @@
if (trim(strip_tags($answer->response))) {
$response = $answer->response;
}
break;
}
} else {
// case insensitive
@ -363,6 +364,7 @@
if (trim(strip_tags($answer->response))) {
$response = $answer->response;
}
break;
}
}
} else {