Note: You are currently viewing documentation for Moodle 3.3. Up-to-date documentation for the latest stable version of Moodle is probably available here: Registration module.

Registration module: Difference between revisions

From MoodleDocs
Registration module
Type Activity
Set N/A
Downloads https://moodle.org/plugins/view.php?plugin=mod_registration
Issues
Discussion http://moodle.org/mod/forum/view.php?id=44
Maintainer(s) Marc-Robin Wendt
(new features in version 1.3.4)
(copying updates from 23 wiki)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox plugin
|type = Activity
|entry = https://moodle.org/plugins/view.php?plugin=mod_registration
|tracker =
|discussion = http://moodle.org/mod/forum/view.php?id=44
|maintainer = Marc-Robin Wendt
|float = right
}}
__NOTOC__
__NOTOC__


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


== Basic functionality of the module ==
== Basic functionality of the module ==
Line 11: Line 20:
=== Teachers ===
=== 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.
* Teachers can create some examination dates. They define date, time, and place of the examination and the last date for submission. 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.
* 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.
* If the maximum number of points is zero (no grade) grade columns are not displayed (this is default setting).
* If the maximum number of points is zero (no grade) grade columns are not displayed (this is default setting).
Line 19: Line 28:
=== Students ===
=== 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.
* 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. This can be customized by setting rights to respective roles.
* 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.
* 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.  
* Each student can be registered only on one date within one week/topic.  
Line 26: Line 35:
=== Other ===
=== 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.
* Registration list shows total number of students registered for all dates, for students also their booked dates.


Line 37: Line 45:
To install and use, unzip the zip file to directory mod within your Moodle root directory.  
To install and use, unzip the zip file to directory mod within your Moodle root directory.  


Moodle 1.8: leave all language files at original locations.
Moodle 1.8+: leave all language files at original locations.


Moodle 1.6-1.7: copy the file registration/lang/en_utf8/registration.php into your moodledata/lang/en_utf8/ directory.  
Moodle 1.6-1.7: copy the file registration/lang/en_utf8/registration.php into your moodledata/lang/en_utf8/ directory.  
Line 52: Line 60:
* Miroslav Fikar - Slovak Technical University in Bratislava > design concept
* Miroslav Fikar - Slovak Technical University in Bratislava > design concept
* Richard Haywood  > multiple registrations in one session
* Richard Haywood  > multiple registrations in one session
* Pascal Maury > reset-functions
* Marc-Robin Wendt - Technical University Berlin > development


==To do==
==To do==
Line 60: Line 71:


* start/end dates
* start/end dates
* multiple waiting lists and correct handling of terminating conditions
* multiple waiting lists
* XLS export
* XLS export
* selection of groups or students who can register
* selection of groups or students who can register
* display grades at course grades


==Links==
==Links==


* [http://www.kirp.chtf.stuba.sk/moodle/file.php/1/registration.zip Download]
* [http://moodle.org/plugins/view.php?plugin=mod_registration Registration-Plugin at Moodle-Plugin-Database]
* [http://www.kirp.chtf.stuba.sk/moodle/file.php/1/ChangeLog.txt ChangeLog]
* [[Face-to-face module|Face-to-Face contributed module (1.9)]]- allows student registration for an activity at multiple times/sites. Could be used for exams.


[[Category:Teacher]]
[[Category:Contributed code]]
[[Category:Modules (non-standard)]]

Latest revision as of 11:25, 8 February 2013


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

Basic functionality of the module

Administrator

  • Administrator can set the maximum number of students from a list in the module configuration page.

Teachers

  • Teachers can create some examination dates. They define date, time, and place of the examination and the last date for submission. 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.
  • If the maximum number of points is zero (no grade) grade columns are not displayed (this is default setting).
  • Teacher can register/unregister students directly and anytime - even after the deadline.
  • 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. This can be customized by setting rights to respective roles.
  • 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

  • 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.

Moodle 1.8+: leave all language files at original locations.

Moodle 1.6-1.7: copy the file registration/lang/en_utf8/registration.php into your moodledata/lang/en_utf8/ directory.

Moodle 1.5: copy registration/lang/en/registration.php to moodle/lang/en/ directory.

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
  • Pascal Maury > reset-functions
  • Marc-Robin Wendt - Technical University Berlin > development


To do

  • Upgrade to UTF8 does not work

Wanted features

  • start/end dates
  • multiple waiting lists
  • XLS export
  • selection of groups or students who can register
  • display grades at course grades

Links