Program: PinnacleHandler
While working at the 21st Century After School Program, student’s missing assignments are handed out as an update, to see where they are academically.
Problem:
We have students from three different schools that attend the After School Program. The grading application, Pinnacle, has different logins for each school. It is also built on the Java environment. The nature of the application does not allow for multiple instances of the application to be open at the same time, vis a vis, it is necessary to log in and out of different school, depending on where the student is educated.
Solution:
An application written in Visual Basic 2010, that we call PinnacleHandler, that easily manages and allows for more than one school to be open at once, by opening separate Java environments for each school. This slows down the computer, but allows for all schools to be opened and viewed at once.
More info: PinnacleHandler