A school app for writting report cards.
- Import report cards
- Modify report cards
- Export report cards
All the data is imported and exported from the app in an XML file of the following format:
<root>
<report>
<studFN>Student first name</studFN>
<studLN>Student last name</studLN>
<year>Year of the report card</year>
<term>Term of the report card</term>
<sectName>D</sectName>
<courseName>Course name</courseName>
<bin1>First grade</bin1>
<bin2>Second grade grade</bin2>
<bin3>Third grade</bin3>
...
<binN>Nth grade</binN>
<coef>Subject coefficient</coef>
<comment>Report card comment</comment>
</report>
</root>
- Derby Database
- Java AWT
- Mig Layout