Warning: After saving changes to the Lessons Page, be sure to wait for the Lessons Page Updated page to fully reload, to ensure correct updating. Also, you are advised to scroll down the page to check for any messages concerning your entries. Error messages are incomplete, however, so be sure to view the Lessons Page in order to confirm that all information displays as intended.
Some possible problems you may observe:
Note: It is no longer required that quizzes and course material be placed within lessons. However, it may generally be advisable to do so in order to ensure expected "current lesson" behavior.
Group
A lesson group is a "book" of lessons and appears on the Lessons Page
with a book icon. You may also nest groups within groups.
When a book is
closed, no lessons and/or groups within that group are
shown. When a book is open, the lessons and/or groups within it are
displayed. Click on a closed book to open it; click on an open book
to close it.
To place a lesson group on the Lessons Page, use the group tag and place lessons inside. The group tag creates a "book" of lessons.Closed book: no lessons or groups within this group are displayed.
Open Book: lessons or groups within this group are displayed.
<group title='Title of Lesson Group'
status='available|construction|invisible'
duedate='mm/dd/yy h:m'>
Lesson tags for lessons in group
</group>
The following parameters are specified inside the group tag:
A partial example is given below (a more complete example is given later). There is a group called "My First Lesson Group" which contains lessons, a group called "A Nested Group: Test", and more lessons. My First Lesson Group has no status specified and hence is available to students. It has no specific duedate but will inherit a duedate from the lessons and groups within it. The (sub)group entitled "A Nested Group" is invisible and has a duedate of 7/28/97 at 2:30 p.m. There are lessons contained within it. (Note: no lessons were specifically shown in this partial example.)
<group title='My First Lesson Group'>
Lesson tags for lessons in group
<group title='A Nested Group: Test'
status='invisible'
duedate='7/28/97 14:30'>
Lesson tags for lessons in nested group
</group>
Lesson tags for lessons in group
</group>
Lesson
The lesson tag is used to create an individual lesson on the Lessons
Page.
<lesson title='Title of Lesson'
status='available|construction|invisible'
duedate='mm/dd/yy h:m'>
Course material and quiz tags
</lesson>
The following parameters are specified inside the lesson tag:
Quiz
A quiz is placed on the Lessons Page by use of the quiz tag.
<quiz title='Title of Quiz'
src=quiz_id
status=available|construction|invisible
duedate='mm/dd/yy h:m'>
The following parameters are specified inside the quiz tag:
Course Material
Course material is placed on the Lessons Page by use of the material tag.
<material type=material_type
title='Title of Course Material'
src=material_id
status=available|construction|invisible
duedate='mm/dd/yy h:m'>
Status
A course director can choose to make any group, lesson, quiz, or
course material available, under construction, or invisible.
The status is indicated by an
icon. If not specified, the (default) status is available. The status
codes are:
Duedate
The duedate is specified by giving the date (mm/dd/yy) and also
the time (h:m). The time is given as 24-hour time: e.g., 16:43 is
displayed on the Lessons Page as 4:43 pm. If a duedate specifies a day
but no time, 0:00 is assumed (the very beginning of the day).
The time may also be specified as "noon" or "midnight".
Duedates are required for quizzes but optional for course material. A lesson duedate is automatically calculated from the duedates of the quizzes and course material it contains; if there are no duedates within a lesson, then a user-specified lesson duedate can be displayed. Similarly, a group duedate is automatically calculated from the duedates of the lessons inside it. If and only if the lessons have no duedates, then a specified group duedate will be displayed.
New feature: If no duedates are specified, the current lesson will be considered to be the next uncompleted lesson on the page. This is useful for independent or distance education courses where there are no fixed duedates.
<lesson title='Introduction to Mallard' status=available>
<material type=lecture src=intro title='An Introduction to Mallard'
status=available>
<quiz src=Mallard_intro duedate='8/30/98 Midnight' status=available>
</lesson>
<group title='This is my first group!' status=available>
<lesson title='Lesson #1: Binary Numbers and Codes' status=available>
<material type=lecture src=Binary status=available>
<quiz src=Bin_Arith duedate='8/31/98 22:00' status=available>
</lesson>
<lesson title='Lesson #2: Boolean Algebra' status=construction>
<quiz src=Bool_Id duedate='9/15/98 Midnight' status=available>
<quiz src=Bool_Word duedate='9/16/98 14:30' status=available>
</lesson>
<lesson title='Lesson #3: Karnaugh Maps' status=invisible>
<quiz src=Kmap_Min_I duedate='10/1/98 8:00'>
<quiz duedate='10/1/98 8:00' src=Kmap_Min_II>
</lesson>
</group>
<lesson title='Another Lesson' status='construction'>
<material type=lecture src=first_summary title='Review for Exam'>
<quiz duedate='10/15/98 noon' src=Exam1A>
</lesson>
Introduction to Mallard
8/30/98 Midnight
This is my first group!
Lesson #1: Binary Numbers and Codes
8/31/98 10:00 pm![]()
Lesson #2: Boolean Algebra
9/15/98 Midnight![]()
Lesson #3: Karnaugh Maps
10/1/98 8:00 am
Another Lesson
10/15/98 Noon