Skip to content
csusbdt edited this page Sep 26, 2014 · 21 revisions

Overview

This course can be completed 100% online. Just complete the activities on the course schedule. There are no required meetings and no exams. There is an optional meeting on campus on Fridays; feel free to come to this or to skip it if it does not help you develop mastery of the course material.

Read the course syllabus for additional information about this course.

Feel free to email Andrew if you have any questions.

Group Email

We will use the Google group 322-2014 to communicate with each other as a group. If you are not yet a member of this group, then follow this link and submit a request to join the group. Non-campus email works better with Google Groups, so if you have one, use it for this purpose.

Grades

You can keep track of your progress through the course by checking my record of student work. This spreadsheet includes all the students in the course. Ask me for your code to locate who you are in this spreadsheet if I haven't sent it to you yet.

Repositories

Each student will have a remote Git repository. After you send me your ssh public key, I will create a remote repository for you. I'll send you an email with the following clone command (with the username replaced with a username I create for you).

git clone username@139.182.134.81:repo.git 322

This will result in a folder named 322 in your local system. This folder contains your local repository. You will submit work by pushing changes from your local repository to your remote repository.

Clone this wiki locally