HTML Head Tags

  1. Overview
  2. Editing Head Tags

1. Overview

You may need to define HTML head tags for your activity if you use character sets for different languages.

You can include head tags for each activity, or a default set of head tags for all course activities. If a student activity or an instructor screen does not have head tags defined, the default is used.

Before creating head tags for a specific activity, you must have already created activity settings for that activity so that the activity name will appear in the list of choices.

2. Editing Head Tags

  1. From the QuizSite Main Menu, in the Activities column, select Head Tags and click Proceed.
  2. Select the activity name from the list, or select DEFAULT to edit the default head tags, and click Proceed.
  3. Type the HTML head tags for the activity into the large text box.

    Here are some examples:

    • <meta http-equiv="content-type" content="charset=gb2312">
      displays the simplified Chinese character set.
    • <meta http-equiv="content-type" content="charset=big5">
      displays the traditional Chinese character set.

    To remove the head tags, click anywhere in the box, press Ctrl-A to select all the text, and press the Delete key.

  4. If you need to undo your changes and start over, click the Reset button.
  5. Click the Save button.