JSignature
Maintained by
Andrei
A field type for Moodle database activities that allows on-screen signatures (using jSignature)
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
(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!
I would like to give it a try.
Does it work for Moodle 4.0 onwards?
Thanks again
thanks for the help
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
Related to custom user profile field, I can do it, but when I get some free time (in a week or two).