Note: You are currently viewing documentation for Moodle 4.0. Up-to-date documentation for the latest stable version of Moodle may be available here: Registration module.

Registration module: Difference between revisions

From MoodleDocs
Line 23: Line 23:
* The term of the examination is closed at 00:00 on the day of the examination.
* The term of the examination is closed at 00:00 on the day of the examination.
* Registration list shows total number of students registered for all dates, for students also their booked dates
* Registration list shows total number of students registered for all dates, for students also their booked dates
=== Tip ===
If a teacher wants to register a student enrolled to course to an examination, he/she uses the Search button(First name or Surname). A small tip: use percent (%) to show all who are not yet registered. A list of students appears and one of them can be selected. Use the Sign in button afterwards.


==Installation==
==Installation==

Revision as of 19:05, 20 September 2006


The module Registration is a Moodle activity add-on for registration of students for examination at institutions that have not central registration system.

Basic functionality of the module

Teachers

  • Teachers can create some examination dates. They define date, time, and place of the examination. Furthermore they define maximum number of students and maximum number of points.
  • Actual number of points can be entered and lists with points with our without student names can be viewed/printed. The list without names uses student IDs if defined. If not, names are still used.
  • Teacher can register/unregister students directly.
  • List of all students with their respective registrations.

Students

  • Each student can registered/unregistered only himself/herself. For other students at the same date, only IDs are seen, or names if an ID is not set.
  • If the date is fully occupied, students can sign in to queue and wait if there will be someone that signs out. In that case, the first in the queue will be notified by mail.
  • Each student can be registered only on one date within one week/topic.
  • After examination, each student can see only his/her total evaluation based on the results of examination.

Other

  • The term of the examination is closed at 00:00 on the day of the examination.
  • Registration list shows total number of students registered for all dates, for students also their booked dates

Tip

If a teacher wants to register a student enrolled to course to an examination, he/she uses the Search button(First name or Surname). A small tip: use percent (%) to show all who are not yet registered. A list of students appears and one of them can be selected. Use the Sign in button afterwards.

Installation

To install and use, unzip the zip file to directory mod within your Moodle root directory. In addition, copy the file registration/lan/en_utf8/registration.php into your moodledata/lang/en_utf8/ directory (Moodle 1.6). Afterwards, visit your admin screen to finish installation.

Credits

The registration mod has been designed and built with the contributions of the following people:

  • Lubos Cirka - Slovak Technical University in Bratislava > development
  • Miroslav Fikar - Slovak Technical University in Bratislava > design concept
  • Richard Haywood > multiple registrations in one session

To do

  • Upgrade to UTF8 does not work

Links