Fix #63 #64
A simple page is created viewing the grades of each student. The cards are clickable, and the page leads the "candidate page" which is where you can see all the answers and score (which is editable) to the student.
testing purposes
One check to get the tasks is commented out and the task numbers to be viewed are set manually so it is easier to test (aka you don't need to assess ALL of the tasks to view completion page with grades).
Fix #63 #64 A simple page is created viewing the grades of each student. The cards are clickable, and the page leads the "candidate page" which is where you can see all the answers and score (which is editable) to the student.
testing purposes
One check to get the tasks is commented out and the task numbers to be viewed are set manually so it is easier to test (aka you don't need to assess ALL of the tasks to view completion page with grades).
warning in console
There is one warning in the console: Warning: Expected server HTML to contain a matching
<div>
in<div>
. A solutions is probably here: https://localcoder.org/react-16-warning-expected-server-html-to-contain-a-matching-div-in-body, but it took me some time trying to understand so I'll rather prioritise other development.