Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add in default 12 hours
  • Loading branch information
yyc committed Nov 19, 2018
commit 04c43cc84eecd12a40cdefbbc4988302c16d73c0
2 changes: 1 addition & 1 deletion claims/module-claims/claim-cs1101s.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ var config = {
// Mission authoring
var mission_hours = 12 + promptAndParse("How many hours did you spend preparing missions?");
// Consultation
var consultation_hours = promptAndParse("How many hours of consultation did you give? ")
var consultation_hours = 12 + promptAndParse("How many hours of consultation did you give? ")

var grading_hours_division = split_hours(grading_hours, 12);
var mission_hours_division = split_hours(mission_hours, 13);
Expand Down