A variable number of students in a class. The class studies a number of subjects. The curriculum extends over several periods. The number of subjects varies dependent on the period of the curriculum. At any given time there are classes at a different point in the curriculum.
For the teacher conference for each class a report should be generated.The pdf report must show the marks for all students and all subjects of a class.
I try to use “pdf report” for this report, The marks of a student for a variable number of subjects is stored in a blob that is part of the mysql table for this report. (Column_Create(“1”,<mark1>,“2”, <mark2> …)
Because the number of subjects not only varies during the curriculum but also for the curriculum offered over time, creating an app for each curriculum and class is not an option for the customer as he would need to pay for later modifications of the project in the future.
How to solve this requirement with scriptcase?