| Contents |
| 1. Overview | Unlike the roster and question files, which can
be viewed as passive repositories of information, the values you place in
the Activity Settings File control the behavior of QuizSite. The
information you place in the Activity Settings File specifies which students
are eligible to take certain quizzes, specifies how individual questions
should be assembled into a test or quiz, specifies a scoring scheme, when a
test should begin and end, and other important aspects of QuizSite
operation. Before you begin to write an Activity Settings File, you should answer the following questions:
The answers to these questions become the Activity Settings. Using standard database terminology, the Activity Settings file consists of one or more records. Each record defines an activity and consists of six fields, separated by commas. The field names, and the order in which they must be entered, are:
We must map the answers for the above questions into 6 fields. Definitions for multiple activities can be included in one file, with each activity on a separate line. The file must be a plain text file residing on your microcomputer. Each time you upload the Activity Settings file for a particular course, it completely overwrites the previous Activity Settings file.
|
| 2. Activity Settings Examples | Here are example settings for seven activities. For illustrative purposes, the field names are listed above these activities. In actual practice, you do not type in the field names. Note that in this example the settings in each field are padded with blanks. However, you do not need to pad fields with blanks in the files you upload. |
| |
| Activity | , | Section | , | Disclosure | , | Assembly | , | Attempts/Score | , | Begin_Time-End_Time | ||
| quiz1 | , | 9999 | , | -- | , | ALL(Chapter1) | , | 4=first | , | 01.14.16:00-01.17.17:00 | ||
| quiz_2 | , | ALL | , | d=30 | , | ALL(Review) | , | 3=max | , | 10.12.09:00-10.19.17:00 | ||
| quiz_3 | , | ALL | , | d=7 | , | RAND(5=nutrition) | , | 10=avfm | , | 01.20.08:00-01.29.17:00 | ||
| quiz_4 | , | ALL | , | -- | , | STICKY(12=history) | , | 5=average | , | 10.12.09:00-10.19.17:00 | ||
| quiz_5 | , | 1673 | , | -- | , | ALL(corr_quiz) | , | 1=first | , | 10.12.09:00-10.19.17:00 | ||
| quiz_6 | , | 5238 | , | -- | , | RAND(15=grammar_quiz) | , | 1=first | , | 10.12.09:00-10.19.17:00 | ||
| quiz_7 | , | ALL | , | -- | , | STICKY(5=personality) | , | 1=first | , | 10.12.09:00-10.19.17:00 |
| |
| Activity | , | Section | , | Disclosure | , | Assembly | , | Attempts/Score | , | Begin_time-End_time | ||
| quiz1 | , | 9999 | , | -- | , | ALL(Chapter1) | , | 4=first | , | 01.14.16:00-01.17.17:00 |
| Case Sensitivity |
The following are case insensitive. All other characters that you enter in the activity settings file are case sensitive. |
| Activity | , | Section | , | Disclosure | , | Assembly | , | Attempts/Score | , | Begin_time-End_time | ||
| , | all | , | d= -- | , |
all rand sticky
| , |
first average max
avfm
| , |
| 4. Summary of Activity Settings |
Each row of the Activity Settings file consists of six fields, separated by commas. In the following example the field names are listed along with two activities, each on a separate row. Note that in this example the settings in each field are padded with blanks. However, you do not need to pad fields with blanks in the files you upload: |
| |
| Activity | , | Section | , | Disclosure | , | Assembly | , | Attempts/Score | , | Begin_time-End_time | ||
| quiz1 | , | 9999 | , | -- | , | ALL(Chapter1) | , | 4=avfm | , | 01.14.16:00-01.17.17:00 | ||
| quiz2 | , | ALL | , | d=30 | , | ALL(Review) | , | 3=max | , | 10.12.09:00-10.19.17:00 |
| |
| Field | Values | Comments |
|---|---|---|
| Activity | quiz_1 |
Any combination of characters and digits. No embedded blanks. Case sensitive. |
| Section | ALL9999 |
|
| Disclosure | d=n-- |
d=n
specifies the number of days n after the activity ends
that students may continue to view the answer key.
-- specifies that students cannot view the answer key.
|
| Assembly | ALL(topic)
RAND(n=topic)
STICKY(n=topic)
|
ALL(topic) to include all items with the specified
topic in the test.
RAND(n=topic)
to randomly select a subset of n questions for presentation.
A new subset is randomly selected each time the student logs on or clicks the
browser's "Reload" button.
sticky(n=topic)
to randomly select a subset of n questions
the first time a student logs on, and
to preserve this same subset so that the student sees the same questions
for all subsequent logons.
|
| Attempts/ Score | nof
1=first
2=first
|
nof means "no feedback," and automatically sets the
number of attempts to one.
1=first means each student is
permitted one attempt and the score recorded for them is what they earn on
the single attempt. When the number of attempts is greater than one,
the first scoring method can be used but so can other
scoring methods.
average means that the score recorded for
the student is the average of all attempts.
max means the student's best score is recorded.
avfm means the score recorded is the average
of the students first attempt and the maximum of subsequent attempts.
|
| Begin_time- End_time | mm.dd.hh:mm- mm.dd.hh:mm | Specify the start month and day (mm.dd) and time (hh:mm). Use the 24 hour clock. The hypen separates the beginning time from the ending time. |
| 5. Changing Activity Settings | First, be aware that the activity name is the
key field in the activity settings file. This means you cannot use duplicate
activity names. When you upload an activity settings file, QuizSite
checks to see if the activity names contained in the file are unique. If they
are, then the new activities are appended to the existing activities. If, however, an activity name is not unique, QuizSite replaces the older values for that activity with the values just uploaded. Changes to the activity settings file are conditional depending upon several factors. These are summarized in the following table. The columns indicate what can happen before the starting time of an activity ("Pre-Activity"), when the activity is current ("During Activity"), and when the activity ends ("Post-Activity"). The rows are the fields in the activity settings file. The values in the cells indicate that you can change any setting (except the activity name) before the activity begins. During the activity you can change the section number, you can close the activity or extend the end point by changing the end time. After the activity is concluded, you cannot change the values for any fields. The information in the preceding paragraph is based on the assumption that at the beginning of an activity, one or more students will immediately log on and view questions.
|