Skip to content

lieblb/assPaintQuestion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

assPaintQuestion

Paint-Questiontypeplugin for ILIAS 5.2.x

For ILIAS 4.3, 4.4, 5.0 and 5.1 see the Releases

Questiontype that allows drawing on a backgroundimage or a plain canvas

This plugin will add a questiontype, that allows:

  • drawing on a canvas
  • adding a backgroundimage and drawing on it
  • changing the color
  • changing the pensize
  • undo/redo/delete painted lines

Installation

  • Customizing/global/plugins/Modules/TestQuestionPool/Questions
mkdir -p Customizing/global/plugins/Modules/TestQuestionPool/Questions  
cd Customizing/global/plugins/Modules/TestQuestionPool/Questions
git clone https://github.com/kyro46/assPaintQuestion.git

and activate it in the ILIAS-Admin-GUI. Manual correction has to be enabled for this question type.

Known Problems

  • gd-jpeg, libjpeg: recoverable error - Please check "gd.jpeg_ignore_warning" in your php.ini, see PHP Docs
  • Due to a Bug in ILIAS 5.1+, the PDF-Archive for Tests is no longer usable. This affects this Questiontype as well.

Credits

  • Development of plugin-draft for ILIAS 4.4 by Yves Annanias, University Halle, 2014
  • Further development by Christoph Jobst, University Halle, 2014/2015/2016

About

Questiontype that allows free painting on a browsercanvas in ILIAS 4.3 to 5.2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 86.3%
  • JavaScript 9.1%
  • HTML 4.6%