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

  1. EvalID = arrQuestions.length;
  2. thisID = EvalID + 1;
  3. arrQuestions[EvalID] = new objEvalQuestion(thisID, "radio");
  4. arrQuestions[EvalID].evalQuestion = "Rate the relevance and quality of the content:";
  5. thisOpt = arrQuestions[EvalID].evalDistractors.length;
  6. arrQuestions[EvalID].addDistractor(true);
  7. arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 1;
  8. arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Excellent";
  9. thisOpt = arrQuestions[EvalID].evalDistractors.length;
  10. arrQuestions[EvalID].addDistractor(true);
  11. arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 2;
  12. arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Good";
  13. thisOpt = arrQuestions[EvalID].evalDistractors.length;
  14. arrQuestions[EvalID].addDistractor(true);
  15. arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 3;
  16. arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Average";
  17. thisOpt = arrQuestions[EvalID].evalDistractors.length;
  18. arrQuestions[EvalID].addDistractor(true);
  19. arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 4;
  20. arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Below Average";
  21. thisOpt = arrQuestions[EvalID].evalDistractors.length;
  22. arrQuestions[EvalID].addDistractor(true);
  23. arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 5;
  24. arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Poor";
  25.  
  26.  
  27. EvalID = arrQuestions.length;
  28. thisID = EvalID + 1;
  29. arrQuestions[EvalID] = new objEvalQuestion(thisID, "radio");
  30. arrQuestions[EvalID].evalQuestion = "Rate the presentation of the content:";
  31. thisOpt = arrQuestions[EvalID].evalDistractors.length;
  32. arrQuestions[EvalID].addDistractor(true);
  33. arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 1;
  34. arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Excellent";
  35. thisOpt = arrQuestions[EvalID].evalDistractors.length;
  36. arrQuestions[EvalID].addDistractor(true);
  37. arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 2;
  38. arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Good";
  39. thisOpt = arrQuestions[EvalID].evalDistractors.length;
  40. arrQuestions[EvalID].addDistractor(true);
  41. arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 3;
  42. arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Average";
  43. thisOpt = arrQuestions[EvalID].evalDistractors.length;
  44. arrQuestions[EvalID].addDistractor(true);
  45. arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 4;
  46. arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Below Average";
  47. thisOpt = arrQuestions[EvalID].evalDistractors.length;
  48. arrQuestions[EvalID].addDistractor(true);
  49. arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 5;
  50. arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Poor";
  51.  
  52. EvalID = arrQuestions.length;
  53. thisID = EvalID + 1;
  54. arrQuestions[EvalID] = new objEvalQuestion(thisID, "radio");
  55. arrQuestions[EvalID].evalQuestion = "Rate how easy it was to use the course:";
  56. thisOpt = arrQuestions[EvalID].evalDistractors.length;
  57. arrQuestions[EvalID].addDistractor(true);
  58. arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 1;
  59. arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Excellent";
  60. thisOpt = arrQuestions[EvalID].evalDistractors.length;
  61. arrQuestions[EvalID].addDistractor(true);
  62. arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 2;
  63. arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Good";
  64. thisOpt = arrQuestions[EvalID].evalDistractors.length;
  65. arrQuestions[EvalID].addDistractor(true);
  66. arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 3;
  67. arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Average";
  68. thisOpt = arrQuestions[EvalID].evalDistractors.length;
  69. arrQuestions[EvalID].addDistractor(true);
  70. arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 4;
  71. arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Below Average";
  72. thisOpt = arrQuestions[EvalID].evalDistractors.length;
  73. arrQuestions[EvalID].addDistractor(true);
  74. arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 5;
  75. arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Poor";
  76.  
  77. EvalID = arrQuestions.length;
  78. thisID = EvalID + 1;
  79. arrQuestions[EvalID] = new objEvalQuestion(thisID, "radio");
  80. arrQuestions[EvalID].evalQuestion = "Rate the course and content overall:";
  81. thisOpt = arrQuestions[EvalID].evalDistractors.length;
  82. arrQuestions[EvalID].addDistractor(true);
  83. arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 1;
  84. arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Excellent";
  85. thisOpt = arrQuestions[EvalID].evalDistractors.length;
  86. arrQuestions[EvalID].addDistractor(true);
  87. arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 2;
  88. arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Good";
  89. thisOpt = arrQuestions[EvalID].evalDistractors.length;
  90. arrQuestions[EvalID].addDistractor(true);
  91. arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 3;
  92. arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Average";
  93. thisOpt = arrQuestions[EvalID].evalDistractors.length;
  94. arrQuestions[EvalID].addDistractor(true);
  95. arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 4;
  96. arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Below Average";
  97. thisOpt = arrQuestions[EvalID].evalDistractors.length;
  98. arrQuestions[EvalID].addDistractor(true);
  99. arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = 5;
  100. arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "Poor";
  101.  
  102. EvalID = arrQuestions.length;
  103. thisID = EvalID + 1;
  104. arrQuestions[EvalID] = new objEvalQuestion(thisID, "text");
  105. arrQuestions[EvalID].evalQuestion = "How long did it take to complete the course (<i>in minutes, please</i>)?";
  106. thisOpt = arrQuestions[EvalID].evalDistractors.length;
  107. arrQuestions[EvalID].addDistractor(true);
  108. arrQuestions[EvalID].evalDistractors[thisOpt].txtValue = "^[0-9]*\\\\.?[0-9]+$";
  109. arrQuestions[EvalID].evalDistractors[thisOpt].txtDisplay = "";