GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
2
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
mark.george
/
marking
Browse code
Update properties file
1 parent
2b0fa04
commit
08cb49a4d65249f68a2682054d1f4c9912e0bba3
Mark George
authored
on 17 Jun 2022
Patch
Showing
1 changed file
src/main/resources/marking.properties
Ignore Space
Show notes
View
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
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=2 # submission key is id or username? submission.key.type=id #submission.key.type=username # 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
Show line notes below