Moodle Plugins directory: Freehand Drawing | Moodle.org
Freehand Drawing
Question types ::: qtype_freehanddrawing
Maintained by
Jacob Shapiro
Freehand Drawing is a question type for Moodle which allows examinees to draw their solution in a quiz.
Latest release:
230 sites
44 downloads
21 fans
Current versions available: 1
Useful links
Contributors
Jacob Shapiro (Lead maintainer)
Please login to view contributors details and/or to contact them
Documentation for this plugin is available at https://docs.moodle.org/33/en/Freehand_drawing_question_type
This is a great plugin and works with moodle 3.5 as I have had no problem with it so far.Is there a way we can add an option where students can draw straight lines. I have made a questions where students need to draw a rectangle, however they found it very hard to do so with mouse. The lines are not that straight when using mouse to draw. Is there a way to add an option where users can draw straight lines .
That is such a pity. With pen/stylus input, quizzes could really enable online examination in STEM classes...
The major problem reported concerns the CRON job. Here is what they say about it in another plugin (Offline Quiz):
"
The automatic analysis of questionnaires requires the activation of an appropriate cronjob.
The plugin uses a cron job for evaluating the answer forms. If you didn't configure the offline-quiz
cron job, the automated analysis of answer forms is not going work! Information about how to
configure cron jobs can be found at https://docs.moodle.org/en/Cron
Before Version 3.2 there was an additional cron job required. This cron job is no longer necessary,
unless you intend to run the cron job on a separate server.
Since the evaluation of answer forms usually takes a lot of system resources, it is recommended to
run this cron job on a separate application server to take load from the frontend servers.
If you want to run the cron job on a dedicated server you have to disable it in the moodle settings
and create an additional job on the dedicated server looking like this:
*/10 * * * * DATE=`date +\%Y\%m\%d`; php /mod/offlinequiz/cron.php --cli=1 >> /var/log/moodle/cron-olq.log.$DATE 2>&1
"
Is there a possible solution here for the Freehand Drawing plugin?
https://moodle.org/plugins/qtype_drawing
I have a further patch to get it working with the Moodle mobile app for students: https://github.com/nstefanski/moodle-qtype_freehanddrawing/tree/nstefanski-patch-1
This works at least up to Moodle 3.10, I haven't noticed any cron issues as others have reported with earlier 3.x versions.