You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Scheme Homework submission checklist

Please go over these instructions carefully before submitting each homework. \
Keep in mind that they may be updated between homeworks.

The file that you submit

  • 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.) 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 that your submitted programs run correctly in DrScheme. By using check-expect for testing, you can simply run your entire Scheme 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 (at least once) in your file, and before they are used.
  • 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 instructions, please see the SVN Turnin tutorial.

Access Permissions (Please don't edit)

  • Set ALLOWTOPICCHANGE = Main.TeachersComp211Group
  • No labels