Description
Web Development – Exam 1 (first chance) Student number: ______________
Surname/Name: _______________
Case description and the link:
Download the application from: https://github.com/hogeschool/development-web/20-21/chance-1
The provided application for the exam is a simple family preview application, where a user is able to visit the families stored in the database (see below figures). In this application we see two entities: mother and child. A mother has a 1-to-Many relationship with children, i.e. a mother is parent to many children and a child has only one mother.
Description of the view:
The layout of this application (see image above) contains a home-button. In home you can see the families stored in the database. For each mother the list of her children is displayed underneath it. Note, to surround an element with a box (like in the figure above) you will need to add a styling to the container div. Example,
<div style={{border:”solid”}}>..</div> will display a solid border around the elements contained in the div. You do not need to implement the exact above styling to score points. We will only score the functionalities.
We provide you an exam application, which is missing a series of code blocks. Each code block is mapped to specific points. To get the points for a specific block you need to fill it with valid/correct code. To pass the exam you need to acquire at least 5.5 points. The missing code blocks are marked in the exam application by a TODO comment . In a TODO item you will also find the associated points. Note each TODO has a specific number necessary later for the submission (see submission rules in the following page). TODOs are distributed in the exam application as follows:
➢ Models o 5 TODOs 2.5 points ➢ Controllers: o 6 TODOs 2.5 points
➢ Views:
o 7 TODO 5 points
Submission form and rules
As you can see below (and in the application) each TODO is identified with a unique number. To accept your solution, you must write below the code you implemented in your exam application in the respective TODO slot. For example, if you wrote some code for TODO 5 in the exam application then you must copy it below in the TODO 5 slot. For this exam you do not need to upload the solution on N@tschool, but give these papers back to the attendant present in the room.
NB. Unreadable text in a TODO slot will give you 0 points for that specific TODO.
TODO 1 (1pt):
TODO 2 (0.5pt):
TODO 3 (0.25pt):
TODO 4 (0.5pt):
TODO 5 (0.25pt):
TODO 6 (0.25pt):
TODO 7 (1pt):
TODO 8 (0.25pt):
TODO 9 (0.5pt):
TODO 10 (0.25pt):
TODO 11 (0.25pt):
TODO 12 (0.5pt):
TODO 13 (0.5pt):
TODO 14 (1pt):
TODO 15 (1pt):
TODO 16 (0.5pt):
TODO 17 (0.25pt):
TODO 18 (1.25pt):




Reviews
There are no reviews yet.