You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A browser based, nursing simulation to evaluate the common, but important task of administering oral medications to a patient, in an inpatient setting. Based on the 5 Nursing Rights of Medication Administation, [NCBI], this is meant to be a training tool to help prevent medication errors. Intended audience can include nurses, nursing students, educators, and healthcare administrators.
Built over 5 days as a school project during 3/7/22 - 3/11/22.
- Expect at least 3 pages of HTML, Intro/Instruction, Patient Room, and Evaluation/Results.
- CSS involved would involve styling for all pages, with most complex grid/flex on the Patient Room page.
- Mutiple elements to click/interact with, including a Patient, Chart/Computer, Medication, and MAR (Medication Admin Record). To reflect 5 Rights of Med Admin.
- Gameplay centered around making choices when interacting with elements on the page. E.g. asking the patient for double identifiers; verying the correct medication, dose, route, time; and assessing for the right indication and result of the medication. Points/Pass allotted to the correct choices. Deductions for wrong choices. Safe to assume wrong choices lead to automatic failure, as this simulation is meant to train on nursing standards of care.
- Once simulation complete in Patient Room, change to different page for an evaluation of the game. Constructive critical review of game with, pointing out areas of improvement. Incorporate retry of simulation.
Screenshots
Intro Page
Future Updates
- [x] Update 1 - Decide on creating own art, or using outside source.
- [x] Update 2 - Building basic framework of HTML, CSS Grid.
- [x] Update 3 - Build basic game logic for JS for win/lose conditions, event listeners for element intecaction.
- [x] Update 4 - 3/9/22 - MVP, Reset the game without having to do a hard reset or closing browser - Done.
- [ ] Update 5 - bonus features pending, return just one medication with button click, replace alert with modal window.