Show More
Commit Description:
handle the case when problem id or submission id is null. Grader will simply skip such request. Add more report on console (for command line grading)...
Commit Description:
handle the case when problem id or submission id is null. Grader will simply skip such request. Add more report on console (for command line grading) (mercurial grafted from d233105d3965c5368c9b33125f390e39b25f910e)
File last commit:
Show/Diff file:
Action:
config/env_exam.rb.SAMPLE | 20 lines | 611 B | text/plain | TextLexer |
jittat
[grader] [MERGED] Merged new-arch-branch changes 74:105 into the trunk...
r23 #
# See documentation in lib/configuration.rb
#
jittat
Merged new-arch-branch changes 61:73 into the trunk...
r22 Grader::Initializer.run do |config|
jittat
changed default dir for ev-exam...
r74 config.problems_dir = GRADER_ROOT + "/../ev-exam"
jittat
[grader] [MERGED] Merged new-arch-branch changes 74:105 into the trunk...
r23 config.user_result_dir = GRADER_ROOT + "/../result"
jittat
Merged new-arch-branch changes 61:73 into the trunk...
r22
config.talkative = true
jittat
[grader] [MERGED] Merged new-arch-branch changes 74:105 into the trunk...
r23 config.logging = true
config.log_dir = GRADER_ROOT + "/../log"
jittat
Merged new-arch-branch changes 61:73 into the trunk...
r22
config.report_grader = true
jittat
[grader] [MERGED] Merged new-arch-branch changes 74:105 into the trunk...
r23
config.test_request_input_base_dir = RAILS_ROOT + "/data/test_request/input"
config.test_request_output_base_dir = RAILS_ROOT + "/data/test_request/output"
config.test_request_problem_templates_dir = config.problems_dir + "/test_request"
config.comment_report_style = :short
jittat
Merged new-arch-branch changes 61:73 into the trunk...
r22 end