Moodle Plugins directory: Application Form: Versions: 1.5.2 | Moodle.org
Application Form
Activities ::: mod_apply
Maintained by
Fumikazu Iseki
This module is for submission of the application form.
Application Form 1.5.2
Moodle 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 4.0, 4.1, 4.2, 4.3, 4.4, 4.5
Released: Thursday, 6 February 2025, 9:06 AM
mod_apply
OverView
- This module is for submission of the application form.
- This module has been created by modifying the feedback module of Andreas Grabs created.
- This application form module, you will be able to create a simple application form and to submit it to the user.
- Teacher checks the submitted application and processes it as "accepted" or "reject".
- On the other hand user can "update" of the submitted application form, and "withdrawn", to perform the "cancellation".
Moodle plugins
Install
git clone https://github.com/moodle-fumihax/mod_apply.git apply
chown -R apache.apache apply
The difference with the Feedback module
- You can not post as anonymous (guest).
- You can post more than one.
- Teacher can perform any actions on the application form was submitted.
Processing content: accept/reject, notification of execution, add to comment. - During the creation of the application documents, you can use special label that have a special role to each item.
- Template functions are not implemented, yet.
Special Labels
- By specifying the following reserved words as the label of an item, it is possible to assign a special role to an item.
submit_title
When this label is attached to the textfield (Short text answer), it is treated as a title of an application.
submit_only
This is an item displayed only at the time of an application. This is used for use consent etc.
admin_reply
Although not displayed on a user at the time of an application, it is displayed after an application. Since the administrator can edit, This is uses for the comment from an administrator, etc.
admin_only
This is an item which can be displayed to only an administrator and can be edited by only an administrator. It is used for an administrator's memo etc.
Version information
- Version build number
- 2025020401
- Version release name
- 1.5.2
- Maturity
- Stable version
- MD5 Sum
- 984536b5593e691ae19788041e0aa752
- Supported software
- Moodle 3.0, Moodle 3.1, Moodle 3.2, Moodle 3.3, Moodle 3.4, Moodle 3.5, Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10, Moodle 3.11, Moodle 4.0, Moodle 4.1, Moodle 4.2, Moodle 4.3, Moodle 4.4, Moodle 4.5
- Latest release for Moodle 3.0
- Latest release for Moodle 3.1
- Latest release for Moodle 3.2
- Latest release for Moodle 3.3
- Latest release for Moodle 3.4
- Latest release for Moodle 3.5
- Latest release for Moodle 3.6
- Latest release for Moodle 3.7
- Latest release for Moodle 3.8
- Latest release for Moodle 3.9
- Latest release for Moodle 3.10
- Latest release for Moodle 3.11
- Latest release for Moodle 4.0
- Latest release for Moodle 4.1
- Latest release for Moodle 4.2
- Latest release for Moodle 4.3
- Latest release for Moodle 4.4
- Latest release for Moodle 4.5
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Activities
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "assignment") in the "mod" subdirectory.
- Visit http://yoursite.com/admin to finish the installation