CS 115 Lab 5, Part E: Submit the assignment

[Back to lab instructions]


Instructions

  1. If you are using Mac OS in Darwin 25, email yourself your Lab 5 files just in case.
  2. Open FileZilla. Fill out the blanks at the top of the screen as follows:
    Host: cwolf.cs.sonoma.edu
    User: your cwolf username
    Password: your cwolf password
    Port: 22
    Then click "QuickConnect".
  3. The left half of the screen shows the files on your local machine. Navigate the directory tree to find your program(s): You should be able to see your Lab 5 Python files in the file listing at the lower left.
  4. The right half of the screen shows your files on cwolf. Navigate to your cs115/lab05 subfolder.
  5. Drag your Lab 5 Python file(s) from the left-hand window to the empty directory in the right-hand window. When you see all of your files listed in the right-hand window, you can exit FileZilla.
  6. Log back into cwolf: Then, navigate to your Lab 5 directory by typing in the command:
    cd cs115/lab05
  7. Make sure you are in your Lab 5 directory by typing pwd. The output should be:
    /home/student/yourusername/cs115/lab05
  8. Verify that you copied your files correctly by typing ls (lowercase L-S). You should see all of your Lab 5 Python files.
  9. Once your program works, type the following command on cwolf to submit your program:
    ~srivoire/bin/submit 115
    When prompted for the assignment, type
    L05
    When prompted for the file to submit, you can hit ENTER to submit lab05d.py. If your file has a different name, type that name and then hit ENTER.
  10. Wait about two minutes, and then check the submission web page to verify that your file has been submitted correctly:
    http://rivoire.cs.sonoma.edu/cs115/submit/lab05.txt
    The filename will have changed slightly to include your last name, your username, and a timestamp. If your file does not show up on this page after two minutes, talk to the instructor. Leave this page open in a browser tab.
  11. Log out of cwolf:
    logout
  12. Answer the last question in your Moodle writeup. Review your answers, and then click the "Next" button at the bottom of the quiz. Once you do that, you should see a "Summary of Attempt" screen.
  13. Click the "Submit all and finish" button. You MUST hit "Submit all and finish" so that your writeup can be graded! It is not submitted until you do this. Once you have submitted your quiz, you should see something similar to this at the top of your Moodle window. The important part is that the State shows up as Finished.
    Quiz confirmation
    Please leave this tab open in your browser.