|
|
Wytheville Community College Blackboard Quiz Generator |
| Blackboard Services: About || Create Quiz || Background || Tips and Tricks || Help |
If you're want to use one of my bookmarklets, you might find it helpful to read How to use a bookmarklet. These tips are all for version 5.6 or earlier. I now have access to version 6 and am working on updating them. Because of various changes some of them no longer apply.
I have not examined whether this needs updating for Blackboard 6.
Solution: Here's a bookmarklet that asks for a point value and assigns it to all the questions.
Just drag the Do Points link to somewhere in your favorites/bookmarks/links. When you get to the screen with all the questions, just click the button and it'll ask for the points to assign. Then it does it for you. See How to use a bookmarklet.
Note: Blackboard 6 doesn't have a place where this makes sense, but you do have a default points assignment option in a test's settings. It doesn't, however, work with questions that come over from a pool.
Solution: Open a floater window behind the test window that refreshes every x minutes (3 in our case).
The code I use is here. There is now an extensive ReadMe for administrators on implementing this. Instructors put <script language=javascript src=/path/to/quiz.js></script> in the first question for a quiz (not a pool). The rest is taken care of for them.
If you're feeling lazy, you can just use my server and put the following in the first question of your quiz (click the Advanced button and then the HTML radio button to make sure this works properly):
<script language="Javascript">
function maker(durl) {
r = window.open(durl,"rwin","width=100,height=200,resizable=yes");
r.location.href = durl;
self.focus();
}
maker("http://www.wcc.vccs.edu/stayalive/page.html");
</script>
<link rel="stylesheet" href="http://www.wcc.vccs.edu/css/noprint.css" type="text/css" media="print" />
It's a CSS trick so it won't work in browsers that don't support the print media method for imported stylesheets, but that's only Netscape 4.x basically.
If you have a problem linking to our server, just put it on yours - the whole stylesheet consists of:
BODY {
display:none;
}
... or use the alternative (less comprehensive) approach:
<style type="text/css">@media print {BODY {display:none}}</style>
<script language="Javascript" src="http://www.wcc.vccs.edu/services/Blackboard/nocopy.js"></script>
In a question. Actually you can put it in any web page anywhere and it will work. It's on this page as a demo. You may copy the script to your server if you wish, but keep the attribution intact, please.
Solution: Here's a bookmarklet that checks all the questions (Blackboard 4 and 5.02 - use the next one below for Blackboard 6)
Just drag the Check All Questions link to somewhere in your favorites/bookmarks/links (see How to use a bookmarklet) .
If you're looking for something similar for other checkbox situations, here's a bookmarklet that Checks or Unchecks all the elements in any Blackboard form (and perhaps elsewhere too). This works in Blackboard 6 for checking all questions.
| Blackboard Services: About || Create Quiz || Background || Tips and Tricks || Help |
David Carter-Tod
Wytheville Community College