elderissuesdresser-pack
v0.2.0
Published
Interactive to help understand issues faced by older adults
Downloads
170
Readme
Elder Issues: Cluttered Dresser Exercise
Background
Older Adults module
This interactive is a small piece of the larger Older Adults module of PASS, a population-based approach to patient services and professional success. PASS was a five-year project to build a website with tools to educate pre-doctoral dental students about patient populations and how demographics play into decision of building a successful dental practice. The PASS content and interactives are being migrated to a sustainable home in the Health Resources and Services Administration Train environment.
This and other interactives were developed by the Columbia University College of Dental Medicine in collaboration with the Columbia University Center ror Teaching & Learning (CTL).
REQUIREMENTS
npm webpack
DEV INSTALLATION
- Clone the repository
- Type make runserver. This command will install the necessary npm modules, build the bundle and spin up Webpack's dev server.
- Navigate to http://localhost:8080.
- Play around with the interactive!
NPM INSTALLATION
- npm install elderissuesdresser-pack
- ./node_modules/webpack/webpack.js --output-path <output_path> --config ./node_modules/elderissuesdresser-pack/webpack.config.js
- Embed the interactive via an iframe.
<code>
<iframe src="<server>/<output_path>/index.html"></iframe>
</code>
Configuration
The interactive will alert the user on page navigation if the activity is not yet complete. To turn off this behavior, add a quiet=1
parameter to the url. For example:
<code>
<iframe src="<server>/<output_path>/?quiet=1"></iframe>
</code>