Students should submit their final by providing a github url to their forked
copy of this repository. At that URL, click on Actions
and then click on the
most recent workflow run. Click on Maven Tests
on the left navigation area,
and you will be presented with an overview of test passes/failures for various
end points that the student was to provide for this project.
You should note the percentage of tests that passed and use the grading criteria below to assess the student's understanding of the topics covered in this module.
The student's understanding of java, Spring Boot, and RESTful services will be evident in these test results:
Score | Description |
---|---|
0 | Student likely failed to submit anything or provided a project that did not compile |
1-25 | Student failed to demonstrate any understanding of the topics covered in this module. Course should be retaken |
26-50 | Student demonstrated some understanding of the topics covered in this module, but not enough to pass. Course should be reviewed. |
51-75 | Student demonstrated a passing understanding of the topics covered in this module, but should be encouraged to review and resubmit |
76-100 | Student demonstrated a strong understanding of the topics covered in this module |
Test file contents in the src/test/java/
directory may be verified against
the main repository to ensure that the student did not modify the tests to
pass. The main repository is located at
https://github.com/LaunchCodeEducation/flexpath-unit-2-final/tree/main/java-springboot-final/