Initial help files for data module. Will need cleaning up.

This commit is contained in:
ikawhero
2006-02-03 09:27:37 +00:00
parent 173b1b1261
commit 26aae788ba
6 changed files with 27 additions and 0 deletions
+4
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>
@@ -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>
@@ -0,0 +1,3 @@
<p align="center"><strong>Participants</strong></p>
<p>Who can add entries to this database? This does not restrict who can view entries</p>
@@ -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>
@@ -0,0 +1,6 @@
<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>
@@ -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>