mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Initial help files for data module. Need tidying up.
This commit is contained in:
parent
b827a98e10
commit
ef3d770bfa
7 changed files with 34 additions and 0 deletions
4
lang/en_utf8/help/data/comments.html
Normal file
4
lang/en_utf8/help/data/comments.html
Normal 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>
|
||||
|
5
lang/en_utf8/help/data/fields.html
Normal file
5
lang/en_utf8/help/data/fields.html
Normal 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>
|
||||
|
4
lang/en_utf8/help/data/maxentries.html
Normal file
4
lang/en_utf8/help/data/maxentries.html
Normal 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>
|
||||
|
4
lang/en_utf8/help/data/participants.html
Normal file
4
lang/en_utf8/help/data/participants.html
Normal 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>
|
||||
|
5
lang/en_utf8/help/data/requireapproval.html
Normal file
5
lang/en_utf8/help/data/requireapproval.html
Normal 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>
|
||||
|
7
lang/en_utf8/help/data/requiredentries.html
Normal file
7
lang/en_utf8/help/data/requiredentries.html
Normal 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>
|
||||
|
5
lang/en_utf8/help/data/requiredentriestoview.html
Normal file
5
lang/en_utf8/help/data/requiredentriestoview.html
Normal 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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue