Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
courses:cs101-201804:assignments [2018/09/02 17:26]
sellis created
courses:cs101-201804:assignments [2018/09/20 23:22]
sellis [Table]
Line 7: Line 7:
  
 Weekly assignments will appear here. Weekly assignments will appear here.
 +
 +^ Asmt  ^  Date out                  ^  Date due                  Specification                                                                    ^  Sample solutions                                                                                          ^
 +|  1    |  Thursday, 13th September  |  Tuesday, 18th September  | [[https://www.cs.vassar.edu/~cs101/ell-fal-2018/asmts/asmt01.txt|Assignment 01]]  | [[https://www.cs.vassar.edu/~cs101/ell-fal-2018/asmts/solns/asmt01_soln.txt|Solutions for Assignment 01]]  |
 +|  2    |  Thursday, 20th September  |  Tuesday, 25th September  | [[https://www.cs.vassar.edu/~cs101/ell-fal-2018/asmts/asmt02.txt|Assignment 02]]  |                                                                                                            |
 +
 +
 +==== Submission Guidelines ====
 +
 +=== General ===
 +
 +  - Always use a new directory for each week's assignment. When you submit your work you submit an entire directory, not just an individual file.
 +  - It helps to save your work incrementally, especially if you make major changes to your file. In other words, save your first work as ''Homework 1'', then when you have made some changes save it as ''Homework 2'', then ''Homework 3'', and so on.
 +
 +=== Schedule ===
 +
 +Assignments are due at the beginning of the class following the one where it was issued. (Labs do not count for this.) So if an assignment is given out on Thursday, it is due the following Tuesday.
 +
 +You must submit your work both electronically and as a paper print-out. If you are unsure how to do either of these things, please ask a coach for help.
 +
 +The late policy for assignments is described [[top#late policy|here]].
 +
 +==== Assignment Helper ====
 +
 +This file contains three functions which will help to make your output easier to read and grade. To use it, make sure there is a copy of the file ''asmt-helper.txt'' in the directory you are using for the assignment. Then, at the top of the file, include the following instruction:
 +
 +''(load "asmt-helper.txt")''
 +
 +This will cause the Assignment Helper file to be loaded automatically whenever you click the ''Run|>'' button.