11-24-2022, 12:57 AM
(11-23-2022, 05:04 PM)bplus Wrote: @NasaCow (< why isn't that turning blue? already have 1 call to this thread?)This is my redesign of my Grade Keeper. Trying to update it to the '00s (I hope) with a complete rewrite. In the long run, it will kick out a lot of reports, including monthly birthdays, call lists. etc. You know the drill I am sure. I know it would be *easier* in excel, but I also enjoy the challenge to improve my own programming skills as well. Well, my original idea was to stick with just the menu bar but it seems it can only be made once. That's when I came across your buttons, thought it would be a great addition. I'll keep tinkering around till I can figure something out. Great hobby we share here and always so much to learn from you guys all. Thanks for all the support and quick responses! I appreciate, truly do. I'll have to step through the library a bit more and see if there is anything I can think of...
To get started on something right now, make up class lists in your favorite WP.
We can load and sort names if needed with QB64.
Will use these lists for data entry app for recording grades for a given test.
Then we take the lists of tests and chart it out into a gradebook
Menu:
1. Make Class List this just needs a word processor
2. Record Test Grades needs class list and test name or date
3. Make Gradebook Page this is just loading tests data and laying out in columns and rows by class.
OR like I said checkout a spreadsheet app where you can do and see all in one step.
Basic programming skills will come in handy doing spread sheet formula.