This is an old website! For the current version, visit: http://www.cse.chalmers.se/edu/course/TIN172/
The course consists of two parts: a written examination (2.5 hp/hecr) and a course project (5.0 hp/hecr). Both CTH and GU students will recieve an individudal grade 3, 4 or 5 for each part. The final grade for the course will then be calculated like this, in Pythonic notation:
def final_grade(school, project_grade, examination_grade):
if school == "GU":
project_grade = "VG" if project_grade >= 5 else "G"
examination_grade = "VG" if examination_grade >= 4 else "G"
return min(project_grade, examination_grade)
Note that CTH grade 4 corresponds to VG for the written exam, but only to G for the project.
The written examination will be about the course literature, not about the project. Here are the exam dates:
There is a list of example examination questions, including some extra information.
You will work in teams of four students each, and submit all your work as a team. The project has two deadlines:
The first is 13 April, just before the Easter break. This will not be graded, but you have to submit something so that your supervisor can see that you are on track!
The final submission is 18 May, and this deadline is strict! This is the version that will be graded, and that you will present during the oral examination the week after.
Each submission must include the written report (as PDF) and the complete source code (as a ZIP archive). Furthermore, each group participant should write one page where they describe their own contributions to the project work. These pages should be included as appendices to the project report.
Given that all group members contributed equally, the grade for all group member equals the grade of the group. If it turns out that one or more group members contributed substantially more, or less, than the rest of the group, we will adjust the grade accordingly. A group or individual may fail the course (get “underkänt”) if the contribution is too low.
To assess your individual contribution we will look at:
Read the project description for information about different grade levels.
The oral examination is during week 21, the following times and locations. The groups present in numeric order, unless something special happens. Note that you only have to attend your own session!
Please sign up for the project presentation in the following Doodle (now closed):
Each group selects one of these time slots, which means that each presentation time will consist of 5–6 groups. Each group will give a 10–15 minutes presentation of their project, and then there is 5–10 minutes for questions.
It is pretty much up to you what you present, but please think about the audience: