Newer
Older
marking / src / main / resources / marking.properties
jdbc.url=jdbc:h2:./db/testing;IFEXISTS=TRUE;AUTO_SERVER=TRUE

# output dir for generated reports
report.dir=/tmp/reports

# local testing
smtp.host=localhost
smtp.port=2525
smtp.user.name=na
smtp.tls=false

# real server
#smtp.host=smtp.staff.otago.ac.nz
#smtp.port=587
#smtp.user.name=geoma48p
#smtp.tls=true

marker.name=Mark George
marker.email=mark.george@otago.ac.nz

attachment.email.name=testing.pdf
attachment.file.prefix=milestone2

assessment.description=Milestone 2

# does email button appear in UI
enable.email=true

# email delay in seconds (rate limiting)
email.delay=4

# show maximum on report
report.showmax=true

report.title=INFO202: Developing Information Systems 2\nAssessment Feedback
report.footer=Your mark is calculated by dividing the mark for each criterion by the maximum for that criterion, then multiplying by a weight (not shown in this report, but available on request), and then adding all of the weighted marks together.  The weightings are based on the size, complexity, and importance of the criterion.

paper.code=INFO202