Thank you for taking the time to evaluate your CS courses. On the next page, you will be asked to select all of the courses you have taken at the U in the CS department. For each course, you will be asked (a) what semester you took it in, (b) who taught it and (c) how much you liked it.

If you have taken a large number of classes, it might take a while to select all of them from the drop down list. We can auto-populate the course numbers and semesters for you based on your unofficial transcript. Of course, you probably do not want us to have your grades, so here is a solution. If you go here and click on unofficial transcript, you can save your transcript as a text file. If you save it as "transcript.txt" then run it through the following command:

cat transcript.txt | grep -E '^(C[PS]|  )'| cut -c1-50
and you'll just get the parts out that are not sensitive. You can then paste the results in the following text box. (Actually, you can just paste the whole thing -- we throw the rest away anyway -- only do the above if you're untrusting.

If you leave the text box blank, you will have to populate your course list manually.