#author("2024-02-06T11:32:44+00:00","default:iseki","iseki") #author("2024-02-06T11:32:51+00:00","default:iseki","iseki") ** mod_apply (Moodle module) [#zcf77e21] [[日本語(Japanese Text)>mod_apply (J)]] (Japanese text is more detailed) [[日本語 (Japanese Text)>mod_apply (J)]] (Japanese text is more detailed) *** Overview [#jfd6cdac] - This is Moodle2.x, 3.x module that is for submission of the application form. - This module has been created by modifying the feedback module of Andreas Grabs created. - Latest Version is ''1.3.4'' - 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''. *** Change Log [#k64cafd5] *** The difference with the Feedback module [#n1a34c31] - 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. - Enable Table (from 1.3.0) - Enable accept only (from 1.3.0) - Template functions and analysed function are not implemented, yet. *** Download [#qe34fd4e] - Release Version: https://moodle.org/plugins/view.php?plugin=mod_apply - Devel Version (Subversion): http://www.nsl.tuis.ac.jp/svn/php/mod_apply/trunk *** Special Labels [#ie3953d2] 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. #br