.exam-detail
is an end page content module for exams. To begin, wrap the contents of the page in a <article class="exam-detail">
tag.
This module makes use of the <header>
tag and locates the h1 within it.
The exam detail module contains a number of predefined sections that may or may not be used. For example:
.description
- Should be included for every exam.presenter
- Contains the presenter's name, photo, and bio- Participants will recieve - Certificates and or credits
- Organizer - date, time, location and cost
Example Exam Detail:
Source Code:
NOTE: This module makes use of a datetime
property set in the ISO 8601 format. Be sure to set the time correctly.