var fDesc=new Array(); fDesc[0] = "Create online quizzes and surveys with fast, full-featured Free QuizMaker.
Rapidly create quizzes and
surveys for free

Add formulas, images, videos and audio
to questions in your quiz
Insert images or formulas into
answer options
Add blank slides for additional information
Shuffle questions as well as question answers in a quiz
Mix graded and survey questions in a quiz
Track quiz results with an LMS"; 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 = ''; } }