Split up the index.html and mods.html to take advantage of the new
/help.php Some of these are still empty and will be fixed with text soon.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<p>Assignments</p>
|
||||
<ul>
|
||||
<li><a href="help.php?module=assignment&file=assignmenttype.html">Assignment type</a>
|
||||
<li><a href="help.php?module=assignment&file=resubmit.html">Re-submit</a>
|
||||
</ul>
|
||||
@@ -0,0 +1,7 @@
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/assignment/icon.gif"> <B>Assignments</B></P>
|
||||
<UL>
|
||||
<P>Assignments allow the teacher to specify a task that requires students
|
||||
to prepare digital content (any format) and submit it by uploading it
|
||||
to the server. Typical assignments include essays, projects, reports
|
||||
and so on. This module includes grading facilities.</P>
|
||||
</UL>
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/chat/icon.gif"> <B>Chats</B></P>
|
||||
<UL>
|
||||
<P>The Chat module allows participants to have a real-time synchronous
|
||||
discussion via the web. This is a useful way to get a different
|
||||
understanding of each other and the topic being discussed - the mode
|
||||
of using a chat room is quite different from the asynchronous forums.
|
||||
The Chat module contains a number of features for managing and
|
||||
reviewing chat discussions.</P>
|
||||
</UL>
|
||||
@@ -0,0 +1,4 @@
|
||||
<p>Choices</p>
|
||||
<ul>
|
||||
<li><a href="help.php?module=choice&file=options.html">Options</a>
|
||||
</ul>
|
||||
@@ -0,0 +1,7 @@
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/choice/icon.gif"> <B>Choices</B></P>
|
||||
<UL>
|
||||
<P>A choice activity is very simple - the teacher asks a question and specifies a
|
||||
choice of multiple responses. It can be useful as a quick poll to
|
||||
stimulate thinking about a topic; to allow the class to vote on
|
||||
a direction for the course; or to gather research consent.
|
||||
</UL>
|
||||
@@ -0,0 +1,8 @@
|
||||
<p>Forums</p>
|
||||
<ul>
|
||||
<li><a href="help.php?module=forum&file=allowdiscussions.html">Allow discussions</a>
|
||||
<li><a href="help.php?module=forum&file=attachment.html">Attachment</a>
|
||||
<li><a href="help.php?module=forum&file=forumtype.html">Forum type</a>
|
||||
<li><a href="help.php?module=forum&file=ratings.html">Ratings</a>
|
||||
<li><a href="help.php?module=forum&file=subscription.html">Subscription</a>
|
||||
</ul>
|
||||
@@ -0,0 +1,9 @@
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/journal/icon.gif"> <B>Journals</B></P>
|
||||
<UL>
|
||||
<P>This module is a very important reflective activity. The teacher
|
||||
asks the student to reflect on a particular topic, and the student can
|
||||
edit and refine their answer over time. This answer is private and
|
||||
can only be seen by the teacher, who can offer feedback and a grade
|
||||
on each journal entry. It's usually a good idea to have about one
|
||||
Journal activity per week.</P>
|
||||
</UL>
|
||||
+38
-101
@@ -1,101 +1,38 @@
|
||||
|
||||
<p><b>Index of Help files</b></p>
|
||||
|
||||
<p>Administration</p>
|
||||
<ul>
|
||||
<li><a href="help.php?file=langedit.html">Language editing</a>
|
||||
</ul>
|
||||
|
||||
<p>Setting up courses</p>
|
||||
<ul>
|
||||
<li><a href="help.php?file=mods.html">Activity Modules</a>
|
||||
<li><a href="help.php?file=coursecategory.html">Course categories</a>
|
||||
<li><a href="help.php?file=courseformats.html">Course formats</a>
|
||||
<li><a href="help.php?file=coursefullname.html">Course fullname</a>
|
||||
<li><a href="help.php?file=coursenewsitems.html">Course news items</a>
|
||||
<li><a href="help.php?file=coursenumsections.html">Course number of weeks/topics</a>
|
||||
<li><a href="help.php?file=courseshortname.html">Course short name</a>
|
||||
<li><a href="help.php?file=coursestartdate.html">Course start date</a>
|
||||
<li><a href="help.php?file=enrolmentkey.html">Enrollment keys</a>
|
||||
<li><a href="help.php?file=guestaccess.html">Guest access</a>
|
||||
<li><a href="help.php?file=courserecent.html">Recent Activity</a>
|
||||
<li><a href="help.php?file=summaries.html">Section summaries</a>
|
||||
<li><a href="help.php?file=teachers.html">Teachers</a>
|
||||
<li><a href="help.php?file=picture.html">Uploading a picture</a>
|
||||
</ul>
|
||||
|
||||
<p>Reading and Writing</p>
|
||||
<ul>
|
||||
<li><a href="help.php?file=questions.html">Asking Questions</a>
|
||||
<li><a href="help.php?file=reading.html">Reading</a>
|
||||
<li><a href="help.php?file=writing.html">Writing</a>
|
||||
<li><a href="help.php?file=textformat.html">Formatting Text</a>
|
||||
<li><a href="help.php?file=html.html">Editing HTML format</a>
|
||||
<li><a href="help.php?file=text.html">Edting Text format</a>
|
||||
<li><a href="help.php?file=wiki.html">Editing Wiki format</a>
|
||||
<li><a href="help.php?file=richtext.html">Using the Richtext HTML editor</a>
|
||||
<li><a href="help.php?file=emoticons.html">Using Smilies (emoticons)</a>
|
||||
</ul>
|
||||
|
||||
<p>Assignments</p>
|
||||
<ul>
|
||||
<li><a href="help.php?module=assignment&file=assignmenttype.html">Assignment type</a>
|
||||
<li><a href="help.php?module=assignment&file=resubmit.html">Re-submit</a>
|
||||
</ul>
|
||||
|
||||
<p>Choices</p>
|
||||
<ul>
|
||||
<li><a href="help.php?module=choice&file=options.html">Options</a>
|
||||
</ul>
|
||||
|
||||
<p>Forums</p>
|
||||
<ul>
|
||||
<li><a href="help.php?module=forum&file=allowdiscussions.html">Allow discussions</a>
|
||||
<li><a href="help.php?module=forum&file=attachment.html">Attachment</a>
|
||||
<li><a href="help.php?module=forum&file=forumtype.html">Forum type</a>
|
||||
<li><a href="help.php?module=forum&file=ratings.html">Ratings</a>
|
||||
<li><a href="help.php?module=forum&file=subscription.html">Subscription</a>
|
||||
</ul>
|
||||
|
||||
|
||||
<p>Quizzes</p>
|
||||
<ul>
|
||||
<li><a href="help.php?module=quiz&file=review.html">Allow review once quiz is closed</a>
|
||||
<li><a href="help.php?module=quiz&file=attempts.html">Attempts</a>
|
||||
<li><a href="help.php?module=quiz&file=categories.html">Categories</a>
|
||||
<li><a href="help.php?module=quiz&file=correctanswers.html">Correct answers</a>
|
||||
<li><a href="help.php?module=quiz&file=createmultiple.html">Creating multiple quizzes</a>
|
||||
<li><a href="help.php?module=quiz&file=description.html">Descriptions</a>
|
||||
<li><a href="help.php?module=quiz&file=grademethod.html">Grading method</a>
|
||||
<li><a href="help.php?module=quiz&file=import.html">Importing questions</a>
|
||||
<li><a href="help.php?module=quiz&file=match.html">Matching questions</a>
|
||||
<li><a href="help.php?module=quiz&file=maxgrade.html">Maximum grade</a>
|
||||
<li><a href="help.php?module=quiz&file=multichoice.html">Multiple choice questions</a>
|
||||
<li><a href="help.php?module=quiz&file=numerical.html">Numerical questions</a>
|
||||
<li><a href="help.php?module=quiz&file=timeopen.html">Opening and closing the quiz</a>
|
||||
<li><a href="help.php?module=quiz&file=feedback.html">Question Feedback</a>
|
||||
<li><a href="help.php?module=quiz&file=questiontypes.html">Question types- creating a new question</a>
|
||||
<li><a href="help.php?module=quiz&file=random.html">Random questions</a>
|
||||
<li><a href="help.php?module=quiz&file=randomsamatch.html">Random Short-Answer Matching questions</a>
|
||||
<li><a href="help.php?module=quiz&file=shortanswer.html">Short Answer questions</a>
|
||||
<li><a href="help.php?module=quiz&file=shuffleanswers.html">Shuffle answers</a>
|
||||
<li><a href="help.php?module=quiz&file=shufflequestions.html">Shuffle questions</a>
|
||||
<li><a href="help.php?module=quiz&file=truefalse.html">True/False questions</a>
|
||||
</ul>
|
||||
|
||||
<p>Resource module</p>
|
||||
<ul>
|
||||
<li><a href="help.php?module=resource&file=resourcetype.html">Resource Type</a>
|
||||
<li><a href="help.php?module=resource&file=summary.html">Reading Summary</a>
|
||||
<li><a href="help.php?module=resource&file=program.html">Program resources</a>
|
||||
</ul>
|
||||
|
||||
<p>Survey module</p>
|
||||
<ul>
|
||||
<li><a href="help.php?file=surveys.html">Available surveys</a>
|
||||
</ul>
|
||||
|
||||
<p>Workshop module</p>
|
||||
<ul>
|
||||
<li>coming soon...
|
||||
</ul>
|
||||
|
||||
<p><b>Index of Help files</b></p>
|
||||
|
||||
<p>Administration</p>
|
||||
<ul>
|
||||
<li><a href="help.php?file=langedit.html">Language editing</a>
|
||||
</ul>
|
||||
|
||||
<p>Setting up courses</p>
|
||||
<ul>
|
||||
<li><a href="help.php?file=mods.html">Activity Modules</a>
|
||||
<li><a href="help.php?file=coursecategory.html">Course categories</a>
|
||||
<li><a href="help.php?file=courseformats.html">Course formats</a>
|
||||
<li><a href="help.php?file=coursefullname.html">Course fullname</a>
|
||||
<li><a href="help.php?file=coursenewsitems.html">Course news items</a>
|
||||
<li><a href="help.php?file=coursenumsections.html">Course number of weeks/topics</a>
|
||||
<li><a href="help.php?file=courseshortname.html">Course short name</a>
|
||||
<li><a href="help.php?file=coursestartdate.html">Course start date</a>
|
||||
<li><a href="help.php?file=enrolmentkey.html">Enrollment keys</a>
|
||||
<li><a href="help.php?file=guestaccess.html">Guest access</a>
|
||||
<li><a href="help.php?file=courserecent.html">Recent Activity</a>
|
||||
<li><a href="help.php?file=summaries.html">Section summaries</a>
|
||||
<li><a href="help.php?file=teachers.html">Teachers</a>
|
||||
<li><a href="help.php?file=picture.html">Uploading a picture</a>
|
||||
</ul>
|
||||
|
||||
<p>Reading and Writing</p>
|
||||
<ul>
|
||||
<li><a href="help.php?file=questions.html">Asking Questions</a>
|
||||
<li><a href="help.php?file=reading.html">Reading</a>
|
||||
<li><a href="help.php?file=writing.html">Writing</a>
|
||||
<li><a href="help.php?file=textformat.html">Formatting Text</a>
|
||||
<li><a href="help.php?file=html.html">Editing HTML format</a>
|
||||
<li><a href="help.php?file=text.html">Edting Text format</a>
|
||||
<li><a href="help.php?file=wiki.html">Editing Wiki format</a>
|
||||
<li><a href="help.php?file=richtext.html">Using the Richtext HTML editor</a>
|
||||
<li><a href="help.php?file=emoticons.html">Using Smilies (emoticons)</a>
|
||||
</ul>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/journal/icon.gif"> <B>Journals</B></P>
|
||||
<UL>
|
||||
<P>This module is a very important reflective activity. The teacher
|
||||
asks the student to reflect on a particular topic, and the student can
|
||||
edit and refine their answer over time. This answer is private and
|
||||
can only be seen by the teacher, who can offer feedback and a grade
|
||||
on each journal entry. It's usually a good idea to have about one
|
||||
Journal activity per week.</P>
|
||||
</UL>
|
||||
|
||||
@@ -2,68 +2,3 @@
|
||||
|
||||
<P>Moodle contains a wide range of activity modules that can be used to
|
||||
build up any type of course.</P>
|
||||
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/forum/icon.gif"> <B>Forums</B></P>
|
||||
<UL>
|
||||
<P>This activity can be the most important - it is here that most discussion takes place.
|
||||
Forums can be structured in different ways, and can include peer rating of each posting.
|
||||
The postings can be viewed in a variety for formats, and can include attachments.
|
||||
By subscribing to a forum, participants will receive copies of each new posting
|
||||
in their email. A teacher can impose subscription on everyone if they want to.
|
||||
</UL>
|
||||
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/journal/icon.gif"> <B>Journals</B></P>
|
||||
<UL>
|
||||
<P>This module is a very important reflective activity. The teacher
|
||||
asks the student to reflect on a particular topic, and the student can
|
||||
edit and refine their answer over time. This answer is private and
|
||||
can only be seen by the teacher, who can offer feedback and a grade
|
||||
on each journal entry. It's usually a good idea to have about one
|
||||
Journal activity per week.</P>
|
||||
</UL>
|
||||
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/resource/icon.gif"> <B>Resources</B></P>
|
||||
<UL>
|
||||
<P>Resources are content: information the teacher wants to bring into the
|
||||
course. These can be prepared files uploaded to the course
|
||||
server; pages edited directly in Moodle; or external web pages
|
||||
made to appear part of this course.</P>
|
||||
</UL>
|
||||
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/assignment/icon.gif"> <B>Assignments</B></P>
|
||||
<UL>
|
||||
<P>Assignments allow the teacher to specify a task that requires students
|
||||
to prepare digital content (any format) and submit it by uploading it
|
||||
to the server. Typical assignments include essays, projects, reports
|
||||
and so on. This module includes grading facilities.</P>
|
||||
</UL>
|
||||
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/quiz/icon.gif"> <B>Quizzes</B></P>
|
||||
<UL>
|
||||
<P>This module allows the teacher to design and set quiz tests, consisting of
|
||||
multiple choice, true-false, and short answer questions. These
|
||||
questions are kept in a categorised database, and can be re-used
|
||||
within courses and even between courses. Quizzes can allow
|
||||
multiple attempts. Each attempt is automatically marked, and the
|
||||
teacher can choose whether to give feedback or to show correct answers.
|
||||
This module includes grading facilities.</P>
|
||||
</UL>
|
||||
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/choice/icon.gif"> <B>Choices</B></P>
|
||||
<UL>
|
||||
<P>A choice activity is very simple - the teacher asks a question and specifies a
|
||||
choice of multiple responses. It can be useful as a quick poll to
|
||||
stimulate thinking about a topic; to allow the class to vote on
|
||||
a direction for the course; or to gather research consent.
|
||||
</UL>
|
||||
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/survey/icon.gif"> <B>Surveys</B></P>
|
||||
<UL>
|
||||
<P>The Survey module provides a number of verified survey instruments that
|
||||
have been found useful in assessing and stimulating learning in
|
||||
online environments. Teachers can use these to gather data from their
|
||||
students that will help them learn about their class and reflect
|
||||
on their own teaching.</P>
|
||||
</UL>
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
<p>Quizzes</p>
|
||||
<ul>
|
||||
<li><a href="help.php?module=quiz&file=review.html">Allow review once quiz is closed</a>
|
||||
<li><a href="help.php?module=quiz&file=attempts.html">Attempts</a>
|
||||
<li><a href="help.php?module=quiz&file=categories.html">Categories</a>
|
||||
<li><a href="help.php?module=quiz&file=correctanswers.html">Correct answers</a>
|
||||
<li><a href="help.php?module=quiz&file=createmultiple.html">Creating multiple quizzes</a>
|
||||
<li><a href="help.php?module=quiz&file=description.html">Descriptions</a>
|
||||
<li><a href="help.php?module=quiz&file=grademethod.html">Grading method</a>
|
||||
<li><a href="help.php?module=quiz&file=import.html">Importing questions</a>
|
||||
<li><a href="help.php?module=quiz&file=match.html">Matching questions</a>
|
||||
<li><a href="help.php?module=quiz&file=maxgrade.html">Maximum grade</a>
|
||||
<li><a href="help.php?module=quiz&file=multichoice.html">Multiple choice questions</a>
|
||||
<li><a href="help.php?module=quiz&file=numerical.html">Numerical questions</a>
|
||||
<li><a href="help.php?module=quiz&file=timeopen.html">Opening and closing the quiz</a>
|
||||
<li><a href="help.php?module=quiz&file=feedback.html">Question Feedback</a>
|
||||
<li><a href="help.php?module=quiz&file=questiontypes.html">Question types- creating a new question</a>
|
||||
<li><a href="help.php?module=quiz&file=random.html">Random questions</a>
|
||||
<li><a href="help.php?module=quiz&file=randomsamatch.html">Random Short-Answer Matching questions</a>
|
||||
<li><a href="help.php?module=quiz&file=shortanswer.html">Short Answer questions</a>
|
||||
<li><a href="help.php?module=quiz&file=shuffleanswers.html">Shuffle answers</a>
|
||||
<li><a href="help.php?module=quiz&file=shufflequestions.html">Shuffle questions</a>
|
||||
<li><a href="help.php?module=quiz&file=truefalse.html">True/False questions</a>
|
||||
</ul>
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/quiz/icon.gif"> <B>Quizzes</B></P>
|
||||
<UL>
|
||||
<P>This module allows the teacher to design and set quiz tests, consisting of
|
||||
multiple choice, true-false, and short answer questions. These
|
||||
questions are kept in a categorised database, and can be re-used
|
||||
within courses and even between courses. Quizzes can allow
|
||||
multiple attempts. Each attempt is automatically marked, and the
|
||||
teacher can choose whether to give feedback or to show correct answers.
|
||||
This module includes grading facilities.</P>
|
||||
</UL>
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
<p>Resource module</p>
|
||||
<ul>
|
||||
<li><a href="help.php?module=resource&file=resourcetype.html">Resource Type</a>
|
||||
<li><a href="help.php?module=resource&file=summary.html">Reading Summary</a>
|
||||
<li><a href="help.php?module=resource&file=program.html">Program resources</a>
|
||||
</ul>
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/resource/icon.gif"> <B>Resources</B></P>
|
||||
<UL>
|
||||
<P>Resources are content: information the teacher wants to bring into the
|
||||
course. These can be prepared files uploaded to the course
|
||||
server; pages edited directly in Moodle; or external web pages
|
||||
made to appear part of this course.</P>
|
||||
</UL>
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
<p>Survey module</p>
|
||||
<ul>
|
||||
<li><a href="help.php?file=surveys.html">Available surveys</a>
|
||||
</ul>
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/survey/icon.gif"> <B>Surveys</B></P>
|
||||
<UL>
|
||||
<P>The Survey module provides a number of verified survey instruments that
|
||||
have been found useful in assessing and stimulating learning in
|
||||
online environments. Teachers can use these to gather data from their
|
||||
students that will help them learn about their class and reflect
|
||||
on their own teaching.</P>
|
||||
</UL>
|
||||
@@ -0,0 +1,4 @@
|
||||
<p>Workshop module</p>
|
||||
<ul>
|
||||
<li>coming soon...
|
||||
</ul>
|
||||
@@ -0,0 +1,9 @@
|
||||
<P><IMG VALIGN=absmiddle SRC="<?=$CFG->wwwroot?>/mod/workshop/icon.gif"> <B>Workshop</B></P>
|
||||
<UL>
|
||||
<P>A Workshop is a peer assessment activity with a huge array of options.
|
||||
It allows participants to assess each other's projects, as well as
|
||||
exemplar projects, in a number of ways. It also coordinates the
|
||||
collection and distribution of these assessments in a variety of ways.
|
||||
The Workshop module is contributed by Ray Kingdon.
|
||||
</P>
|
||||
</UL>
|
||||
Reference in New Issue
Block a user