| 1 |
|
| 2 |
DESCRIPTION
|
| 3 |
------------
|
| 4 |
|
| 5 |
This module creates interactive checklists for users.
|
| 6 |
Checklists appear in the user menu under "my checklists".
|
| 7 |
Checklist items are created by admins and grouped according to taxonomy.
|
| 8 |
Users login and edit their checklists and save the data for later use.
|
| 9 |
Checklist items display a teaser in the checklist itself. Users click "read more" to view a full node.
|
| 10 |
Anonymous users cannot use checklists.
|
| 11 |
Includes a CSS file and 2 icons.
|
| 12 |
|
| 13 |
INSTRUCTIONS
|
| 14 |
------------
|
| 15 |
|
| 16 |
To create a checklist, navigate to administer > checklists. Click the "create" tab.
|
| 17 |
Specify a name, description and weight. Check off roles to use the checklist.
|
| 18 |
Click "edit checklist" next to a checklist name to edit its details.
|
| 19 |
TIP: Leave roles unchecked until you are done with the checklist so users do not see a half-baked one.
|
| 20 |
|
| 21 |
Click "create groups" next to your checklist in the checklist overview page.
|
| 22 |
Specify a name, description and weight for as many groups as desire.
|
| 23 |
Click the "view groups" tab to see a group overview list. Click "edit" next to the group name to edit its details.
|
| 24 |
TIP: Click "checklists" in the breadcrumbs to get back to the checklist overview page.
|
| 25 |
|
| 26 |
To create checklist items, navigate to create content > checklist item.
|
| 27 |
Specify a title, checklist group, body and weight. Specify other node details as desired.
|
| 28 |
If you haven't already, navigate to administer > checklists and click "edit checklist" next to the checklist name.
|
| 29 |
Enable the role(s) to use the checklist.
|
| 30 |
TIP: Go to administer > menus to enable, disable or customize the checklist menu items.
|
| 31 |
|
| 32 |
|