home *** CD-ROM | disk | FTP | other *** search
- EvalID = arrQuestions.length;
- thisID = EvalID + 1;
- arrQuestions[EvalID] = new objEvalQuestion(thisID, "radio");
- arrQuestions[EvalID].evalQuestion = "Rate the relevance and quality of the content:";
- thisOpt = arrQuestions[EvalID].evalDistractors.length;
- arrQuestions[EvalID].addDistractor(true);
- arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 1;
- arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Excellent";
- thisOpt = arrQuestions[EvalID].evalDistractors.length;
- arrQuestions[EvalID].addDistractor(true);
- arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 2;
- arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Good";
- thisOpt = arrQuestions[EvalID].evalDistractors.length;
- arrQuestions[EvalID].addDistractor(true);
- arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 3;
- arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Average";
- thisOpt = arrQuestions[EvalID].evalDistractors.length;
- arrQuestions[EvalID].addDistractor(true);
- arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 4;
- arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Below Average";
- thisOpt = arrQuestions[EvalID].evalDistractors.length;
- arrQuestions[EvalID].addDistractor(true);
- arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 5;
- arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Poor";
-
-
- EvalID = arrQuestions.length;
- thisID = EvalID + 1;
- arrQuestions[EvalID] = new objEvalQuestion(thisID, "radio");
- arrQuestions[EvalID].evalQuestion = "Rate the presentation of the content:";
- thisOpt = arrQuestions[EvalID].evalDistractors.length;
- arrQuestions[EvalID].addDistractor(true);
- arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 1;
- arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Excellent";
- thisOpt = arrQuestions[EvalID].evalDistractors.length;
- arrQuestions[EvalID].addDistractor(true);
- arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 2;
- arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Good";
- thisOpt = arrQuestions[EvalID].evalDistractors.length;
- arrQuestions[EvalID].addDistractor(true);
- arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 3;
- arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Average";
- thisOpt = arrQuestions[EvalID].evalDistractors.length;
- arrQuestions[EvalID].addDistractor(true);
- arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 4;
- arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Below Average";
- thisOpt = arrQuestions[EvalID].evalDistractors.length;
- arrQuestions[EvalID].addDistractor(true);
- arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 5;
- arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Poor";
-
- EvalID = arrQuestions.length;
- thisID = EvalID + 1;
- arrQuestions[EvalID] = new objEvalQuestion(thisID, "radio");
- arrQuestions[EvalID].evalQuestion = "Rate how easy it was to use the course:";
- thisOpt = arrQuestions[EvalID].evalDistractors.length;
- arrQuestions[EvalID].addDistractor(true);
- arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 1;
- arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Excellent";
- thisOpt = arrQuestions[EvalID].evalDistractors.length;
- arrQuestions[EvalID].addDistractor(true);
- arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 2;
- arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Good";
- thisOpt = arrQuestions[EvalID].evalDistractors.length;
- arrQuestions[EvalID].addDistractor(true);
- arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 3;
- arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Average";
- thisOpt = arrQuestions[EvalID].evalDistractors.length;
- arrQuestions[EvalID].addDistractor(true);
- arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 4;
- arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Below Average";
- thisOpt = arrQuestions[EvalID].evalDistractors.length;
- arrQuestions[EvalID].addDistractor(true);
- arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 5;
- arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Poor";
-
- EvalID = arrQuestions.length;
- thisID = EvalID + 1;
- arrQuestions[EvalID] = new objEvalQuestion(thisID, "radio");
- arrQuestions[EvalID].evalQuestion = "Rate the course and content overall:";
- thisOpt = arrQuestions[EvalID].evalDistractors.length;
- arrQuestions[EvalID].addDistractor(true);
- arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 1;
- arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Excellent";
- thisOpt = arrQuestions[EvalID].evalDistractors.length;
- arrQuestions[EvalID].addDistractor(true);
- arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 2;
- arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Good";
- thisOpt = arrQuestions[EvalID].evalDistractors.length;
- arrQuestions[EvalID].addDistractor(true);
- arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 3;
- arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Average";
- thisOpt = arrQuestions[EvalID].evalDistractors.length;
- arrQuestions[EvalID].addDistractor(true);
- arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 4;
- arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Below Average";
- thisOpt = arrQuestions[EvalID].evalDistractors.length;
- arrQuestions[EvalID].addDistractor(true);
- arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 5;
- arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Poor";
-
- EvalID = arrQuestions.length;
- thisID = EvalID + 1;
- arrQuestions[EvalID] = new objEvalQuestion(thisID, "text");
- arrQuestions[EvalID].evalQuestion = "How long did it take to complete the course (<i>in minutes, please</i>)?";
- thisOpt = arrQuestions[EvalID].evalDistractors.length;
- arrQuestions[EvalID].addDistractor(true);
- arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = "^[0-9]*\\\\.?[0-9]+$";
- arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "";