View available modules for your course and control/mannage your time by viewing & calculating the required time to efficiently pass your modules. Built with C#, the ModuleCalculator is one of the most feature-rich unofficial application out now.
A few of the things you can do with ModuleCalculator:
- Register and View your course modules
- View allocated hours & credits for your course
- Calculate your time margins based on semester length
- Record your time spent on a module as you work
- Calculate how much time you need or have left for the specific module
- Open the "ModuleCalculator Database.sql" file first using any SQL supported program to get the required database for users and modules.
- You will also need to modify the Data Source in the Connection strings across the whole application to match your local machine so that it runs optimally. (see below)
- Once all tables are loaded, you will need to register and then once success, only then will you have access to the application's full potential.
-
Upon successful registration and login, you will be met with the "Select Modules" page which will require of the user to choose their modules etc. & then click "Submit" to display their total allocated hours and etc.
-
The user will then have to proceed to the next menu option on the far left named "Calculate Module Hours" where they will be able to record their times allocated to a certain module and see how much time they have left to be considered "efficient" enough for the module.
-
After all necessary information is entered and the user is satisfied with the output, they then have the option to exit the application with the last option on the bottom left corner.
- Thato Sebelemetja - Author of Initial Development
Thanks to my friend Ntsako for helping me with the Custom Class Library & displaying the input onto the TextBox.