HARP (heightening awareness of research philosophy) is a questionnaire to help researchers understand their own personal biases towards specific research philosophies.
This project draws a spider diagram showing the overall research philosophy and also for each research philosophy, the amount of support from each element of research theories.
A free version of this project is hosted on tallentire.dev/harp
This project uses vuejs and graph.js.
This project will run the HARP questionnaire and allow you to modify it.
The file public/data.json
contains the questions. You can edit the statements, elements and what philosophy it supports.
The following actions take place from the HARP subfolder.
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint