Grade Login | Date |
---|---|
94 | Never |
89 | 08Mar |
84 | Never |
84 | 08Mar |
82 | never |
80 | 07Mar |
80 | 06Mar |
79 | never |
76 | 07Feb |
76 | never |
70 | 14Mar |
68 | 12Mar |
66 | never |
66 | never |
64 | 07Feb |
62 | 07Feb |
60 | never |
58 | never |
54 | never |
42 | never |
Paralleling the earlier, general correlation of class standing with electronic submission of extra-credit work, the examination grade appears to correlate roughly with the likelihood of a continuing interest in logging in. I find it disappointing to be unable to induce lower-achieving students to use electronic communication, even though I have tried a variety of inducements. As a new form of motivation, I recently developed a rapid and easy method for converting multiple choice examinations into practice tests that can be placed on a Web page. Now students can not only gain access to file examinations posted on the Chemistry Web page, but they can take these examinations for practice at their convenience. (I have not yet worked out a satisfactory method to record a score or grade. Also, in what follows it's important to recognize that any student who wishes to and who knows the ways of the Web can read the html coding to uncover all the right answers quickly.) Briefly, once the examination is at hand the process starts with a series of macros written for the word processing program I use. The general strategy involves:
1. Writing and using a macro that formats the multiplechoice answers for each question into a unnumbered list.
2. Applying a macro that produces a NO (wrong) html code for each one of the multiple choice answers.
3. Manually converting each correct answer from the NO into a YES (right) html code.
4. Using a macro to write an html NAME for each question.
5. Writing a small set of NO files, each of which states that an answer is wrong and allows return to the question.
6. Writing one YES file for each correct answer to provide a link to the next question (or, for the last question, to another portion of the Web page) via a NAME link. I have converted nine file examinations into three sets of three practice examinations each and have placed them in a Web page:
http://www .ir.miami.edu/CHM/L0/1 02unit2a/quiz.html
... /1 02unit2b/quiz.html
... /1 02unit2c/quiz.html
Using Web utilities to examine these quizzes and the related set of YES and NO files will reveal the details of the strategy. I have only recently placed these quizzes on the Web page, and am about to announce their presence to the class. Whether the availability of these quizzes on the Web page will motivate weaker students to log in and to use electronic communication will be the subject of a future article. Meanwhile, they are available for general examination and might serve as models for more sophisticated programs.