Initial help files for data module. Need tidying up.

This commit is contained in:
ikawhero 2006-02-08 06:10:16 +00:00
parent b827a98e10
commit ef3d770bfa
7 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,4 @@
<p align="center"><strong>Allow Comments</strong></p>
<p>Can users make comments on the entries while viewing them.</p>

View file

@ -0,0 +1,5 @@
<p align="center"><strong>Fields</strong></p>
<p>On this screen you can select the fields that will be a part of your database.
The field types are pluggable.</p>

View file

@ -0,0 +1,4 @@
<p align="center"><strong>Maximum Entries</strong></p>
<p>The maximum number of entries a participant can submit for this activity</p>

View file

@ -0,0 +1,4 @@
<p align="center"><strong>Participants</strong></p>
<p>Who can add entries to this database? This does not restrict who can view entries</p>

View file

@ -0,0 +1,5 @@
<p align="center"><strong>Require Approval</strong></p>
<p>Should entries be approved by a teacher before they are viewable to students. This is useful
for moderating content that may be potentially offensive or inappropriate.</p>

View file

@ -0,0 +1,7 @@
<p align="center"><strong>Required Entries</strong></p>
<p>The number of entries a participant is required to submit.
Users will see a reminder message displayed while viewing if they have not submitted the required number of entries.</p>
<p>Also the activity will not be considered complete until the user has submitted the required number of entries</p>

View file

@ -0,0 +1,5 @@
<p align="center"><strong>Required Entries Before Viewing</strong></p>
<p>The number of entries a participant is required to submit before they are allowed to view
any entries in this database activity.</p>