From b28afcdfaa4e3f057240d4ff0a77c12a5cea6919 Mon Sep 17 00:00:00 2001
From: moodler With that done, you should have all the permissions you need, so you just
need to set up your machine and download the current sources so you can start
working on them. Below are instructions for Unix and Windows systems. Sourceforge CVS uses ssh as a transport layer for security, so you will
have to set this CVS_RSH environment variable in your Unix shell: Try 'cvs help' for more details ... First, you need to download a completely fresh copy of Moodle using your
developer account. This page is a quick guide to creating online courses with Moodle. It outlines
- the main functions that are available, as well as some of the main decisions
- you'll need to make. This page is a very quick guide to creating online courses with Moodle. It
+ outlines the main functions that are available, as well as some of the main
+ decisions you'll need to make. Sections in this document:Using CVS to access and update Moodle source code
@@ -29,7 +41,7 @@
1. Using CVS on Unix
+ 1. Using CVS on Unix
- 2. Using CVS on Windows
+ 2. Using CVS on Windows
Teacher Manual
-
@@ -49,6 +48,10 @@
lets you edit whatever it is next to.
- the help
icon will provide you with a popup help window
- the open-eye
+ icon will let you hide something from students
- the closed-eye
+ icon will make a hidden item available
+ +The first thing you should do is look under the "Administration" @@ -91,8 +94,8 @@ format doesn't use much content at all and is based around just one forum - this is displayed on the main page.
See the help buttons on the Course Settings page for more details.
-
-
+ +You may have existing content that you want to add to your course, such as @@ -123,8 +126,8 @@
A final note: if your content resides out on the web then you don't need to upload the files at all - you can link directly to them from inside the course (see the Resources module and the next section).
-
-
+ +Building a course involves adding course activity modules to the main page @@ -144,14 +147,14 @@ date they upload their file is recorded. Afterwards, you will have a single page on which ou can view each file (and how late or early it is), and then record a grade and a comment. Half an hour after you grade any particular - student, Moodle will automatically email that student a notification.
+ student, Moodle will automatically email that student a notification. +
Choice A choice activity is very simple - you ask a question and specify a choice - of responses. Students can make their choice, and you - have a report screen where you can see the results. I use it to gather research - consent from my students, but you could use it for quick polls or class - votes. + of responses. Students can make their choice, and you have a report screen + where you can see the results. I use it to gather research consent from + my students, but you could use it for quick polls or class votes.
Forum @@ -165,34 +168,36 @@Each journal activity is an entry in the whole course journal. For each one you can specify an open-ended question that guides what students write, as well as a window of time in which the journal is open (weekly course - format only). Encourage students to write reflectively and critically in - these journals, as they are only available to them and you. Afterwards, - you will be able to grade and comment all the entries for that week or topic, - and students will receive an automatic email informing them of your feedback. + format only). A general rule of thumb is to create one journal per week. + Encourage students to write reflectively and critically in these journals, + as they are only available to them and you. Afterwards, you will be able + to grade and comment all the entries for that week or topic, and students + will receive an automatic email informing them of your feedback. Journals + are not designed to be continually added to - if you need to do that then + add more journal activities.
Resource Resources are the content of your course. Each resource can be any file - you have uploaded or can point to using a URL. You can also maintain simple text-based pages by typing them - directly into a form. + you have uploaded or can point to using a URL. You can also maintain simple + text-based pages by typing them directly into a form.
Quiz -This module allows you 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. - +This module allows you 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.
Survey -The survey module provides a number of predefined survey instruments that are useful in - evaluating and understanding your class. Currently they include the COLLES and the ATTLS instruments. - They can be given to students early in the course as a diagnostic tool and at the end of the - course as an evaluation tool (I use one every week in my courses). +The survey module provides a number of predefined survey instruments that + are useful in evaluating and understanding your class. Currently they include + the COLLES and the ATTLS instruments. They can be given to students early + in the course as a diagnostic tool and at the end of the course as an evaluation + tool (I use one every week in my courses).
After adding your activities you can move them up and down in your course @@ -200,17 +205,18 @@
-) next to each one. You can also delete them using the cross icon
, and re-edit them using the edit icon
.
-
-+ +I could write a thesis about this. Actually I am writing - a thesis about this.
-Until then here are just a few quick pointers:
+There are some big plans to extend this document into a more comprehensive + tutorial. Until then here are a few ideas:
-
-- Subscribe yourself to all the forums.
+- Subscribe yourself to all the forums so you keep in touch with your class + activity.
- Encourage all the students fill out their user profile (including photos) - and read them all - this will help provide some context to their later writings.
+ and read them all - this will help provide some context to their later writings + and help you to respond in ways that are tailored to their own needs.- Keep notes to yourself in the private "Teacher's Forum" (under Administration). This is especially useful when team teaching.
- Use the "Logs" link (under Administration) @@ -226,20 +232,20 @@ but it's a crucial part of building and maintaining a community feel in your course.
-
-- 2.39.5If you have any particular problems with your site, you should contact your local site administrator.
If you have some great ideas for improvements to Moodle, or even some good - stories, come over to moodle.org and join - in the course called "Using Moodle". - We'd love to hear from you, and you can help Moodle improve.
+ stories, come over to moodle.org + and join us in the course called "Using + Moodle". We'd love to hear from you, and you can help Moodle improve.If you want to contribute to coding new modules, or writing documentation, or papers, contact me: Martin Dougiamas or browse the "bug tracker" site for Moodle, at moodle.org/bugs
-Thanks for using Moodle - good luck!
+Thanks for using Moodle - and good luck with your teaching!