Skip to content

The Evaluation System is designed specifically for conducting formative and summative (end of term) evaluations of your course sites. However, it can also be used for more general surveys. An evaluation consists of a series of scaled (i.e. rating) questions, multiple choice with single answer questions, multiple choice with multiple answer quest…

License

simondoboug/evaluation

 
 

Repository files navigation

Sakai Evaluation System (EVALSYS)

This version of Evaluation is only compatible with Sakai 11 and Java 8

Please see branches in subversion for older versions

To see a demo of this please go to nightly experimental

  • Login as admin
  • And add the Evaluation tool to any site (You can use Mercury and just click Site Info-> Manage Tools -> Evaluation System)

Please submit any pull requests directly here. Issues submitted here would probably be noticed faster than issues submitted against the existing project in jira

In Sakai 11 no external dependencies should be needed since hierarchy is included, just drop it in the source and compile.

mvn clean install

Or to deploy to your sakai instance at ${SAKAI_DIRECTORY}

mvn clean install sakai:deploy -Dmaven.tomcat.home=${SAKAI_DIRECTORY}

Most of the properties are defined in the Administrate UI except for a few used by quartz jobs, including a new export feature EVALSYS-1453

To configure that feature you have to set up the property

evaluation.exportjob.outputlocation={location on disk that's writable by the process Sakai is running as}

About

The Evaluation System is designed specifically for conducting formative and summative (end of term) evaluations of your course sites. However, it can also be used for more general surveys. An evaluation consists of a series of scaled (i.e. rating) questions, multiple choice with single answer questions, multiple choice with multiple answer quest…

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 80.2%
  • HTML 9.9%
  • JavaScript 7.2%
  • CSS 2.3%
  • Other 0.4%