Using C# and Windows Presentation Foundation (WPF)1. The user able to add multiple modules for semester. The following data stored for each module: a.Code b.Name, c.Number of credits d.Class hours per week 2.The user must be able to enter the number of weeks in the semester. 3.The user must be able to enter a start date for the first week of the semester. 4.The software shall display a list of the modules with the number of hours of self-study that is required for each module per week. The number calculated: self-study hours per week= number of credits × 10 / number of weeks − class hours per week 5.The user must record the number of hours that they spend working on specific module on a certain date. 6.The software shall display how many hours of self-study remains for each module for the current week. This calculated based on the number of hours already recorded on days during the current week. 7.The software not persist user data between runs. shall only be stored in memory while software running
Comments
Leave a comment