home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
CMCD1203.ISO
/
Software
/
Shareware
/
Programare
/
toolkit
/
toolkitsetup.msi
/
Instal01.cab
/
_86C7095F1E7B4364B1E81CF2DBA11DC3
< prev
next >
Wrap
Text File
|
2003-08-22
|
6KB
|
109 lines
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 = "";