Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Make sure that you have followed the homework submission guidelines.
  • Check the header comments in your Scheme (.ss) file and/or your text (.txt) file. (Some assignments may not include both programming and free response quesions.) . Recall that you should only submit one file that is a legal Scheme program. The header and answers to free response questions should be formatted as comments (either as comment boxes or semi-colon tagged comments).
    The header should contain:
    • the assignment number,
    • your name and email address, and
    • your partner's name and email address.
  • For your Scheme file, check Check that your submitted programs run correctly in DrScheme. By using check-expect for testing, you can simply run your entire Scheme homework file. If you have constructed thorough test suites, DrScheme will report any errors as failed tests.
  • You can refer to data and function definitions from previous problems without redefining them.
  • Any non-primitive data type that you use in your function contracts must be defined documented (at least once) by a definition written as a comment in your file, and before they are used. The definition must occur before that form of data is used in program code.
  • Make sure that your submit one, text-formatted .ss file for all the required programs and one, .txt file for all the assigned free response problems.

Submitting your homework

For submission instructionsTo submit your homework, please see the SVN Turnin tutorial.

Access Permissions (Please don't edit)

...

use OwlSpace. You can simply write "See attached" in the submission box, attach the .ss file described above, and hit the submit button.