var fDesc=new Array(); fDesc[0] = "An interactive initial assessment is in line with the updated Core Curriculum and also tracks the functional skills standards. It provides a clear indication of a learner’s current English and mathematics level.
fully interactive and self-marking
one assessment suitable for all learners
referenced to the Core Curriculum for both literacy and numeracy
tracks the functional skills standards in English and mathematics
gives a clear indication of current English and mathematics levels from pre-entry to level 3
signposts subsequent in-depth diagnostic assessments to be taken"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }