[moodle] / contrib / plugins / question / type / sojunit / EXAMPLE_FILES / studentresponse.java Repository:

View of /contrib/plugins/question/type/sojunit/EXAMPLE_FILES/studentresponse.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (download) (annotate)
Sun Oct 26 08:48:51 2008 WST (12 months, 3 weeks ago) by arborrow
Branch: MAIN
CVS Tags: HEAD
CONTRIB-689 - adding sojunit question type. Thanks to Süreç Özcan for contributing and maintaining this code.
  if (i==0) return 1.0;
  //if (i==1) return 2.0;   //uncomment to get execution failure
  return i * factorial(i-1); // remove e.g. the ';' to get compilation failure

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.7