8c8 < var isize=1, validtolook=false, hasbeenclicked=false, origfs="6px", smallfs="6px", candidate=false; --- > var isize=1, validtolook=false, hasbeenclicked=false, origfs="6px", smallfs="6px"; 13c13 < var thismeaning="", qprefix="", qsuffix=""; --- > var thismeaning=""; 15c15 < var meaninginfo=["arthro-;joint;arthroscopy", --- > var meaninginfo=["arthro-;joint", 228,232d227 < question=meaninginfo[mychoice].split(";")[1]; < answer=meaninginfo[mychoice].split(";")[0]; < qprefix='"medical terms '; < qsuffix='"'; < document.getElementById('hint').innerHTML=''; 234a230,233 > document.getElementById('root_prefix_suffix').style.fontSize=smallfs; > question=meaninginfo[mychoice].split(";")[1]; > answer=meaninginfo[mychoice].split(";")[0]; > document.getElementById('root_prefix_suffix').value=''; 236,238c235 < candidate=true; < document.getElementById('root_prefix_suffix').style.fontSize=smallfs; < document.getElementById('myh4').innerHTML='Please select from undefined dropdown with correct matching value(s). 📹 Hint?'; --- > document.getElementById('myh4').innerHTML='Please correctly select from undefined dropdown with correct matching value(s).'; 240,241c237 < candidate=false; < document.getElementById('myh4').innerHTML='Please select from undefined dropdown with a correct matching value. 📹 Hint?'; --- > document.getElementById('myh4').innerHTML='Please correctly select from undefined dropdown with a correct matching value.'; 243d238 < document.getElementById('root_prefix_suffix').value=''; 248,262c243 < candidate=false; < question=meaninginfo[mychoice].split(";")[0]; < answer=meaninginfo[mychoice].split(";")[1]; < if (question.indexOf('-') == -1) { < qprefix='"medical terms root '; < qsuffix='"'; < } else if (question.indexOf('-') != 0) { < qprefix='"medical terms prefix '; < qsuffix='"'; < } else { < qprefix='"medical terms suffix '; < qsuffix='"'; < } < document.getElementById('hint').innerHTML=''; < document.getElementById('myh4').innerHTML='Please select from undefined dropdown with a correct matching value. 📹 Hint?'; --- > document.getElementById('myh4').innerHTML='Please correctly select from undefined dropdown with a correct matching value.'; 265a247,248 > question=meaninginfo[mychoice].split(";")[0]; > answer=meaninginfo[mychoice].split(";")[1]; 272,276d254 < < function bringiton() { < document.getElementById('hint').innerHTML=''; < if (candidate) document.getElementById('root_prefix_suffix').style.fontSize=origfs; < } 280d257 < vertical-align: top; 286d262 < background: url('medical-563427_640.jpg'); 294,295c270,271 <