Details
Description
Currently there is a great amount of badly duplicated code between the original grader report and its newer fixed students version. The visual improvements (CSS classes etc.) given to the newer version have not been copied over to the older view, which now suffers from inconsistent and broken CSS rules.
Solution: refactor the duplicated parts to bring consistency and maintainability to these two different versions of the report
Refactoring complete. The entire table(s) is/are generated through the new OUTPUT libs, and there is no more duplication of code