This project is a single page application written in Vue that assesses personality under the big-five OCEAN. Tests items were drawn from the International Personality Item Pool 100.
At the moment, all items are only available in Brazilian Portuguese. If you're interested in translating into your language, drop me a message.
You can use this page to show students a personality test. Subjects will receive a feedback after completion, which might increase classroom satisfaction. You also can use the subjects anonymazed data to teach psychometrics and statistics.
You can drop me a message and we can collaborate on research as well. Depending on your goals, we may go pro bono or under a consulting fee.
Feel free to extend the code to your project. Don't forget to cite me though.
Requirements. You need to know some html and javascript to surf the project code. Knowing Vue.Js is a plus.
npm install
npm run serve
npm run build
npm run test
npm run lint