Task | Weight |
---|---|
Assessment 1 (individual) | 60% |
Assessment 2 (team) | 40% |
Total | 100% |
if (!a1 && !a2) {
grade = 'GR'
} else if (a1 < 5.5 || a2 < 5.5) {
grade = 1
} else {
grade = (a1 * 0.6) + (a2 * 0.4)
}
You can find your feedback and final calculated grade in Brightspace under
administration > grades
.
The main goals in this course:
- You can build web apps with Node and use packages from NPM
- You can communicate over HTTP and understand the client / server flow
- You can render data server-side with a templating engine
- You can store data in a database and update that data
- You can write documentation that other developers understand
- You can explain your code and the cohesion (flow) of your application
This is an oral test where you individually present the feature you created for back-end. 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.
Plagiarism is presenting someone else’s work as though it were your own. We report it to our assessment committee (examencommissie in Dutch). For more on plagiarism read our statement of academic integrity.
Grades will be published and communicated in Brightspace.
- Final grades will be published ~one week after test date.
- Final grades will be put in SIS ~two weeks after test date.
After the first oral test you can request viewing time for additional feedback, this can be useful for a resit. Feel free to contact your lecturer trough MS Teams if you want to do so.