npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@alheimsins/b5-johnson-120-ipip-neo-pi-r

v6.0.13

Published

Module for returning Big Five Johnson 120 IPIP-NEO-PI-R items

Downloads

188

Readme

Coverage Status js-standard-style

b5-johnson-120-ipip-neo-pi-r

Module for returning Big Five Johnson 120 IPIP-NEO-PI-R items

Installation

$ npm i @alheimsins/b5-johnson-120-ipip-neo-pi-r

Usage

const { getItems, getInfo, getChoices, getQuestions } = require('@alheimsins/b5-johnson-120-ipip-neo-pi-r')

console.log(getInfo()) // returns test info

console.log(getChoices()) // returns choices in English

console.log(getQuestions()) // returns questions in English

console.log(getItems()) // returns English

console.log(getItems('no')) // returns Norwegian

console.log(getItems('en', true)) // returns English shuffeled

returns an array with questions and choices

[
   {
       "id": "43c98ce8-a07a-4dc2-80f6-c1b2a2485f06",
       "text": "Worry about things",
       "keyed": "plus",
       "domain": "N",
       "facet": 1,
       "num": 1,
       "choices": [
         {
           "text": "Very Inaccurate",
           "score": 1,
           "color": 1
         },
         {
           "text": "Moderately Inaccurate",
           "score": 2,
           "color": 2
         },
         {
           "text": "Neither Accurate Nor Inaccurate",
           "score": 3,
           "color": 3
         },
         {
           "text": "Moderately Accurate",
           "score": 4,
           "color": 4
         },
         {
           "text": "Very Accurate",
           "score": 5,
           "color": 5
         }
       ]
    }
]

Supported languages

| Code | Name | Translator | | ---- | --------- | ---------- | | en | English | | | no | Norwegian | Eli Huseby | | es | Spanish | Eduardo Calle | | is | Icelandic | Franz Jónas Arnar Arnarson and Sigurður Kári Árnason | | it | Italian | Lorenzo Carducci | | nl | Dutch | Eus van Somerenk, Kim Dekker and Tessa Blanken | | se | Swedish | Martin Bäckström / SwedishBarbarossa | | hr | Croatian | Željko Jerneić | | fr | French | Mathew Gravel | | et | Estonian | René Mõttus, Helle Pullmann, Jüri Allik, Liina Haring, Kenn Konstabel, and Anu Realo | | de | German | Heinz Streib and Manuela Wiedmaier | | jp | Japanese | Omar Karlin | | ur | Urdru | Engr. Ahmad Khan | | pt-br| Portuguese (Brazil) | Grazziano Duarte | | ru | Russian | Javid Askerov, Olga V | | zh-cn| Simplified Chinese | Roy Jia | | th | Thai | Maneepailin Sriuthenchai | | fi | Finnish | Anastasia Tapper | | id | Indonesian| David Adi Nugroho | | hi | Hindi | Punit Singh | | uk | Ukrainian | Elena Kunina | | ar | Arabic | Rayan Khan | | he | Hebew | Ben Perry | | pl | Polish | Maryla Królikowska | | ko | Korean | TimeTREE | | ro | Romanian | Cătălin Topală | ca | Catalan | Èric Arnau Soler Professor de filosofia Institut el Joncar Barcelona |

Help wanted

If you want to help by translating the items to other languages there are two ways to do it.

Translate on GitHub

  • clone the repo
  • find a language you know in data
  • duplicate the folder and rename it to the language you will translate
  • use ISO 639-1 language code as folder name.
  • translate the "text"-property for choices.js and questions.json
  • don't change filenames, ids or any other properties
  • add your language code to the data/languages.json file
  • submit pull request
  • happiness :-)

Translate from the web

Related

License

MIT

About

Created with ❤ for Alheimsins