1. Overview
  2. Example Items
  3. Syntax of Items
  4. HTML and Links
  5. Images
  6. Sounds and Videos
  7. Uploading Items
  8. Adding Items
  9. Deleting Items
  10. Displaying and Downloading Items
  11. Editing Items
  12. Composing Items
  13. Online Syntax Checker
  14. Writing Good Test Items

1. Overview

In QuizSite instructors maintain a database of items, group them in activities (exams, quizzes, or surveys) and schedule the activities for on-line administration.

The items supported by this version of QuizSite are mostly objective (multiple-choice, matching, numeric, and fill-in-the-blanks, which can be graded automatically by the system) but essays and short answers can also be collected by QuizSite and graded by instructors on-line.

Items are kept in item banks and they can be indexed by topic or by any other criteria on a which a suitable taxonomy is based; instructors have the freedom to base their item banks on any taxonomy they like.

2. Example Items

Here are a few examples of questions to get you started.

3. Syntax of QuizSite Question Items

See the complete description of the item types.
(This document is 92 kilobytes and may take awhile to load in your browser.)

4. HTML and Links in QuizSite

Almost any HTML code can appear in the stem of questions.

Links to external web pages can be used to refer to large amounts of content. You can make external pages pop up in a separate window by using a TARGET attribute.

Here is an example of the HTML code for a new window:

<a href="http://www.indiana.edu/~best/" TARGET="mywindow">BEST</a>
Here is how it would look to the user:

BEST

5. Images in QuizSite

Images, photographs, charts, graphs, and other visual displays can be included in all questions that QuizSite displays.

Remember that QuizSite is offered over SSL (encrypted line) so if your images are also stored on a secure server all you have to do is to include the reference to the image through a regular <img src=...> tag.

To illustrate here is a RADIO display type with such an image:

RADIO[1](demo) This image 
<img src=https://accounts.ucs.indiana.edu/icons/KeyLogo.gif> <p> 
@- the image of a lock with two keys
@- the image of a lock with three keys
@+ the image of a lock with one key
@- the image of a lock with five key

In the example above the URL of the image indicates it is coming over an encrypted channel (https). For an image whose URL does not indicate encryption use the following QuizSite tag to include the image as part of the question:

(IMAGE URL=<url>)
where <url> is an actual URL.

For example:

SELECT[1](demo)
(IMAGE URL=http://www.indiana.edu/~iuadmit/admissions/tbarbor.gif)
<p>This pastoral locale,once the site of IU's Memorial 
Stadium, is called
@- The IU Airport
@- Camp Swampy     
@+ The Arboretum       
@- The Spaghetti Bowl  

Images can appear in the alternatives of a multiple-choice item.

Note that students can see the file name by viewing the HTML source in their browser, so you may want to rename the file if you do not want to give the file name as a hint.

6. Sounds and Videos in QuizSite

QuizSite questions can link to sound or video files that you put on the Web. This could be useful for language listening comprehension, for example.

Here is an example of a question using a sound file:

RADIO[24616](media)
What sound is <a href="http://www.indiana.edu/~best/quizsite/drip.au">
this</a>?<br>
@- Gong
@- Clink
@+ Drip
@- Swoosh

Here is how the question will appear for students:

What sound is this?
Gong
Clink
Drip
Swoosh

Notes:

7. Uploading Items

To upload your file with questions, from the Main Menu please follow these steps:

8. Adding Items

To add questions, simply add them to your question file and upload the file again.

You can have as many question files as you want, but for simplicity of organization we recommend keeping all questions in a single file for your course unless your file becomes very large. You could then use one question file per activity.

9. Deleting Items

You cannot completely delete a question, but you can make it invisible by uploading it again with no topics (an empty list of topics). Such a question will never be selected as part of an activity and will therefore be invisible. For example, if you had a question like this:
RADIO[1](geography,capitals)
Quel est le capital de la Belgique?
@- Frankfurt
@- Prague
@+ Bruxelles
@- Strasbourg
you could "disable" the question by removing the topics geography and capitals and uploading it:
RADIO[1]()
Quel est le capital de la Belgique?
@- Frankfurt
@- Prague
@+ Bruxelles
@- Strasbourg

This version of question 1 will replace the previous question 1. Since there are no topics, it will not appear in any activity, even if the activity is about geography or capitals.

Note that you do not have to use the same question type to eliminate the question. You could use this, for example, which is equivalent but shorter:

ESSAY[1]()
@!

10. Displaying and Downloading Items

Follow these steps to display or download a set of items:

  1. On the Main Menu screen, under Questions select Display.
    Click Proceed

  2. Identify the items by their topics or IDs, or choose All questions.
    Click Proceed.

  3. In your broswer click File | Save As ... and save as text (.txt).

11. Editing Items

Warning: If you use this editing feature, it is your responsibility to make sure that you keep the questions in your question file on your computer the same as the edited questions in QuizSite.
There is a danger that you might accidentally overwrite your edits by uploading an older version of your question file.
After editing the questions, you might want to download them.

Follow these steps to edit a set of items:

  1. On the Main Menu screen, under Questions select Edit.
    Click Proceed

  2. Identify the items by their topics or IDs, or choose All questions.
    Click Proceed.

  3. Make changes to the questions and click Preview.

  4. If there are no problems, click Upload.

12. Composing Items

With this feature, you can quickly add one question at a time without having to remember the syntax of question items or upload a question file.

Once you create the question, you can:

  1. From the Main Menu, under Questions select Compose and click Proceed.
  2. You should now see the Question: Select Type screen.
    Select the type of question you want (multiple choice, true-false, etc.).
    You may want to change any of the options or select extras, but normally you can just ignore them and accept the defaults.
    Click Proceed.
  3. You should now see the Question: Compose screen.
    Type in the Question ID, topics and question stem.
    If the question has items, type in the text of the items.
    If the question has choices, type in the text of the choices and click the choice that should be scored as the correct answer.
    Click Proceed.
  4. You should now see the Question: Upload screen.
    QuizSite has generated the proper syntax for the question.
    Check that the question is correctly typed and that any choices and items are completed.
    Click Proceed.
    QuizSite will double-check the syntax for blank items or choices.
  5. You should now see the Questions: Upload screen.
    If there is a syntax error, click the Back button of your browser and make corrections.
    To upload the question to QuizSite, click Proceed.

13. Online Syntax Checker

To practice the use of question syntax, or if you are unsure of the exact syntax but have a good guess and don't want to look up the question format in the on-line documentation, you can use the On-line Syntax Checker, which parses one or more questions and provides instantaneous feedback without causing any harm to your account or databank.

  • You cannot upload questions from this screen.
  • 14. Writing Good Test Items

    It is important not only to be able to create a quiz, but to be able to create a good quiz. For helpful tips, see the articles How to Write Better Tests and Test Reliability.