06.09.2021 Views

Education for a Digital World Advice, Guidelines and Effective Practice from Around Globe, 2008a

Education for a Digital World Advice, Guidelines and Effective Practice from Around Globe, 2008a

Education for a Digital World Advice, Guidelines and Effective Practice from Around Globe, 2008a

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

14 – Assessment <strong>and</strong> Evaluation<br />

linking <strong>from</strong> the quiz module to other files. JavaScript<br />

can be used in this linking process to significantly enhance<br />

quiz presentation.<br />

There are five different types of quizzes in WebCT,<br />

<strong>and</strong> one type, the short answer quiz, allows the student<br />

to enter either a single word or a more complex longer<br />

phrase as answer. The answers <strong>for</strong> these quizzes can be<br />

parsed using RegularExpression coding. This means that<br />

immaterial or trivial typing mistakes on the part of a<br />

student, such as an extra space between words, can be<br />

identified <strong>and</strong> will not be penalized. This reduces some<br />

of the anxiety often experienced with online testing.<br />

After discussing linking to files, I examine RegularExpression<br />

coding in some detail.<br />

THE WEBCT QUESTION DATABASE<br />

There are five different types of WebCT questions:<br />

• Multiple Choice: MC questions are of two types,<br />

students are allowed to select either you or multiple<br />

answers to a question. The following example only<br />

demonstrates the one answer type.<br />

• Matching: Students match items in relation to two<br />

columns. This type of question uses a pull-down menu.<br />

• Short Answer: Students enter a word, phrase or short<br />

sentence, which is then matched against possible answers.<br />

Short answer types of questions can use the<br />

RegularExpression feature <strong>for</strong> evaluating answers<br />

(more on this feature later).<br />

• Paragraph: Students answer the question using a longer<br />

essay-type <strong>for</strong>mat. The instructor or the teaching assistant<br />

must grade this type of question manually.<br />

226 <strong>Education</strong> <strong>for</strong> a <strong>Digital</strong> <strong>World</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!