Skip to content
This repository has been archived by the owner on Apr 9, 2018. It is now read-only.
/ AWESOME Public archive

Aberystwyth Web Evaluation Surveys Of Module Experiences (AWESOME)

License

Notifications You must be signed in to change notification settings

bbrks/AWESOME

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWESOME - Aberystwyth Web Evaluation Surveys Of Module Experiences

Build Status


AWESOME is a web-based module evaluation questionnaire generator for the monitoring and evaluation of teaching.

Installation

Clone the repo, copy config.sample.php to config.php and edit

Apache

Make sure .htaccess rules are allowed and mod_rewrite is enabled.

Lighttpd

Use the following rewrite rule in place of the .htaccess rules

url.rewrite-if-not-file = (
  "^/admin/?$" => "$0",
  "^/admin/([^?]*)(\?.*)?$" => "/admin/$1.php$2",
  "^/([^?]*)(\?(.*))?$" => "/index.php?url=$1&$3"
)

Database

Run the SQL dump in src/db to populate table structure.

Devblog

http://diss.bbrks.me

Authors

  • Hannah Dee
  • Keiron O'Shea
  • Ben Brooks
  • Joseph Carter

Copyright and License

Code and documentation copyright 2014-2015.

Code released under the MIT license.

About

Aberystwyth Web Evaluation Surveys Of Module Experiences (AWESOME)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages