javaunittest

Question types ::: qtype_javaunittest
Maintained by Gergely Bertalan, Michael Rumler
Hallo Moodle Users. We have developed a new question-type called javaunittest and want to share it with the community. The plugin is a new version of the sojunit questtion type developed by Süreç Özcan for Moodle 1.8 (https://moodle.org/mod/forum/discuss.php?d=102690).

javaunittest 1.02

Moodle 2.3, 2.4, 2.5, 2.6
Released: Sunday, 23 March 2014, 12:56 AM
==========================================================
Todo in order to get this question type running properly:
==========================================================

1. Module Path:
Put this module into this sub directory: moodle/question/type/

2. Compilation and execution:
In config.php set the proper 'PATH_TO_JAVAC', 'PATH_TO_JAVA' and 'PATH_TO_JUNIT' !!!
Note: There is also a security manager which checks for non-proper student-responses.
This way you should not worry about the student messing up the system (polfile-file).

3. EXAMPLE_FILES/readme.txt explains how to create a question with this question type.

Version information

Version build number
2014030100
Version release name
1.02
Can be updated to
2.00 (2014092401), 2.03 (2016031401), 2.03 (2016031600), 2.03 (2016031700)
Maturity
Stable version
MD5 Sum
5aad52d2da12f1fa3fc5dc3da85ce7e6
Supported software
PHP 5.3, PHP 5.4, Moodle 2.3, Moodle 2.4, Moodle 2.5, Moodle 2.6
  • Latest release for Moodle 2.3
  • Latest release for Moodle 2.4
  • Latest release for Moodle 2.5
  • Latest release for Moodle 2.6

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Question types

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myquestiontype") in the "question/type" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation