Moodle Plugins directory: JSignature | Moodle.org

JSignature
Database fields ::: datafield_jsignature
Maintained by
Andrei Băutu
A field type for Moodle database activities that allows on-screen signatures (using jSignature)
Latest release:
241 sites
104 downloads
9 fans
Current versions available: 1
A field type for Moodle database activities that allows signatures (using jSignature)
Extract the plugin files into <wwwroot>/mod/data/field/jsignature/ and install the plugin via Moodle admin page. Optionally, you can fix the text strings and plugin icon by running:
Extract the plugin files into <wwwroot>/mod/data/field/jsignature/ and install the plugin via Moodle admin page. Optionally, you can fix the text strings and plugin icon by running:
php <wwwroot>/mod/data/field/jsignature/cli/installhacks.php
Useful links
Contributors
Andrei Băutu (Lead maintainer)
Please login to view contributors details and/or to contact them
Related to custom user profile field, I can do it, but when I get some free time (in a week or two).
I would appreciate it if you can create a Jsignature type custom user profile field. This may help to get the signature of users on the user registration form and in other many scenarios. My email for a conversation on it is ratishksaini@gmail.com
thanks for the help
I would like to give it a try.
Does it work for Moodle 4.0 onwards?
Thanks again
(PS, im not a coder and i did this with chat gpt)
.jsignaturefield_editor {
width: 90vw;
min-width: 90vw;
border: 2px solid #000; /* Adds a 2px solid black border */
box-sizing: border-box; /* Ensures border is included in width calculation */
}
it will keep the signature section to 90% of your screen size and i added a black border to the section so you are also aware of where the border is and where it cuts off..
This helped me and now my students can easily submit signatures on mobile. (Moodle 4.4.1)
Thanks Andrei Băutu, great plugin!