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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

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

Besides linking to images, you can<br />

also link to other types of web<br />

documents, everything <strong>from</strong> st<strong>and</strong>ard<br />

HTML pages, to audio files,<br />

video files, PowerPoint files, etc.<br />

These links can be to files within<br />

your course or to files external to<br />

your course. For example, I frequently<br />

provide a link to the Merriam-Webster<br />

Online Dictionary<br />

<strong>for</strong> many of my quizzes.<br />

A simple JavaScript to generate<br />

a pop-up window is shown here.<br />

[The code in red is not part of the<br />

JavaScript required to create the<br />

pop-up window link.]<br />

<br />

< !-- hide <strong>from</strong> old browsers<br />

function new_window(url) {<br />

link =<br />

window.open(url,"Link","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=yes,resi<br />

zable=yes,width=550,height=300,left=60,top=100");<br />

link.focus()<br />

}<br />

// end script hiding --><br />

< /SCRIPT><br />

< HR WIDTH=50% ALIGN=center SIZE=5 NOSHADE><br />

< H3 ALIGN=center>Reference Links<br />

< P ALIGN=center><br />

< a href="javascript:new_window('http://www.m-w.com/home.htm')">Merriam-Webster Online<br />

Dictionary<br />

< P><br />

< P ALIGN=justify>Say whether the item on the left is SUFFICIENT, or NECESSARY, or BOTH (necessary<br />

<strong>and</strong> sufficient), or NEITHER (necessary nor sufficient) <strong>for</strong> the item on the right.<br />

This script can be placed in the<br />

question field of a question template<br />

(only a portion of the<br />

JavaScript is shown in the following<br />

field).<br />

LINKS FROM THE WEBCT QUIZ MODULE<br />

The quiz module is created/edited through the Quizzes/Surveys<br />

link. Go to the Quizzes/Surveys page <strong>and</strong><br />

select the quiz. When you click on the quiz name you<br />

are automatically put into the quiz editor. The quiz editor<br />

assembles <strong>and</strong> connects the various parts of a quiz<br />

(which I am referring to as the quiz module). Most importantly,<br />

through the quiz editor you link the questions<br />

<strong>from</strong> the question database to a quiz. Here you can add<br />

questions, delete questions, modify the settings <strong>for</strong> a<br />

quiz, <strong>and</strong> preview the quiz, to name but a few of its<br />

functions. This is where you can program WebCT to<br />

r<strong>and</strong>omly generate a set of questions <strong>from</strong> a database of<br />

questions.<br />

232 <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!