You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The autograder will grade based on these eight components:
300
-
301
-
Handwritten Tests (proportionally graded)
302
-
303
-
@itemlist[
304
-
305
-
@item{(50%) Public and non-public handwritten tests: Gradescope's @tt{all.rkt} will contain additional private tests that does not match the ones in the publicly given file}
306
-
307
-
]
308
-
309
-
Randomized Property Testing (must pass all the associated tests for each property)
You should submit on Gradescope. You should submit a zip file with
334
-
exactly the same structure that the stub contains (a dupe-plus
335
-
folder). We will only use the @tt{parse.rkt}, @tt{ast.rkt},
336
-
@tt{compile.rkt}, @tt{interp.rkt}, and @tt{interp-prim.rkt} files for
337
-
grading, so make sure all your work is contained there! The autograder will fail if it does not contain a dupe-plus folder with these files or there is a syntax error.
294
+
Submit a zip file containing your work to Gradescope. Use @tt{make
295
+
submit.zip} from within the @tt{dupe-plus} directory to create a zip
0 commit comments