Plus two english synonyms
/****************************************************************************
Tamilnadu State board plustwo english synonyms quiz.
Feel free to use this online exams.
This quiz is provided by Rk Tuition Centre
Instruction: 1) Green background color indicates the correct answer.
2) If you interest to re-exam, Refresh the page.
****************************************************************************/
//highlight color of answer - can change this color to a hex code or recognized color name
var highlightColor = "#999999";
//this should not be changed
function checkQuestionDropDown(selectGroup) {
if (selectGroup[selectGroup.selectedIndex].value == "correct") {
return 1;
}
else {
return 0;
}
}
//this should not be changed
function...