# override the default settings of gradeAssignment # you may omit definitions of any values you do not want to override # if sideBySide is 0, users output followed by master output in grade file # is 1, use side by side diff to output results sideBySide=1 # flags passed to diff when checking output against master # checking also affected by stdFilter script stdDiffFlags="-w -B" # place to put moss files. Files places in $mossDir/$login directory # leave out/undefined if you don't want to create a moss directory # directories do NOT include any provided files # e.g. mossDir=/tmp/moss/$assignName # setting this value to 1 means that the submitted files will be fetched, # but NOT compiled or graded. This is useful in conjunction with setting # the mossDir. By combining the two, you can gather all the submissions # for moss independently of the actual grading. skipGrading=0