| Task | Weight |
|---|---|
| Participation | 10% |
| Assesment 1 (oral test) | 60% |
| Assesment 2 (oral test) | 30% |
| Total | 100% |
if (!participation && !a1 && !a2) {
grade = 'GR'
} else if (a1 < 5.5 || a2 < 5.5) {
grade = 1
} else {
grade = (participation * 0.1) + (a1 * 0.6) + (a2 * 0.3)
}The below table breaks down the general time needed to complete activities.
| Activity | Effort |
|---|---|
| Lecture (6 × 1:40h) | 10:00h |
| Lab (8 × 1:40h) | 13:20h |
| Assessment 1 | 40:00h |
| Assessment 2 | 20:40h |
| Total | 84:00h |
Participation makes up 10% of your final grade. It’s calculated based on how students engage in class and if you completed the JS Bootcamp assignments. Each assignment is graded ok or not ok.
This is an oral test where you individually present the feature you created. You will show you can create a quality project in which you apply the subject matter of this course and that you understand it. You will answer questions in such a way as to demonstrate sufficient knowledge of our goals.
This is an oral test where you present your prototype with your team. You will show how you contributed to the project and explain if you reached your own goals you've set at the beginning of the project.