6.0.13 • Published 26 days ago

@alheimsins/b5-johnson-120-ipip-neo-pi-r v6.0.13

Weekly downloads
102
License
MIT
Repository
github
Last release
26 days ago

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

CodeNameTranslator
enEnglish
noNorwegianEli Huseby
esSpanishEduardo Calle
isIcelandicFranz Jónas Arnar Arnarson and Sigurður Kári Árnason
itItalianLorenzo Carducci
nlDutchEus van Somerenk, Kim Dekker and Tessa Blanken
seSwedishMartin Bäckström / SwedishBarbarossa
hrCroatianŽeljko Jerneić
frFrenchMathew Gravel
etEstonianRené Mõttus, Helle Pullmann, Jüri Allik, Liina Haring, Kenn Konstabel, and Anu Realo
deGermanHeinz Streib and Manuela Wiedmaier
jpJapaneseOmar Karlin
urUrdruEngr. Ahmad Khan
pt-brPortuguese (Brazil)Grazziano Duarte
ruRussianJavid Askerov, Olga V
zh-cnSimplified ChineseRoy Jia
thThaiManeepailin Sriuthenchai
fiFinnishAnastasia Tapper
idIndonesianDavid Adi Nugroho
hiHindiPunit Singh
ukUkrainianElena Kunina
arArabicRayan Khan
heHebewBen Perry
plPolishMaryla Królikowska
koKoreanTimeTREE
roRomanianCătălin Topală
caCatalanÈ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

6.0.13

26 days ago

6.0.12

1 month ago

6.0.9

1 month ago

6.0.11

1 month ago

6.0.6

8 months ago

6.0.5

2 years ago

6.0.4

3 years ago

6.0.3

3 years ago

6.0.1

3 years ago

6.0.2

3 years ago

6.0.0

3 years ago

5.2.9

3 years ago

5.2.8

3 years ago

5.2.7

3 years ago

5.2.6

3 years ago

5.2.5

3 years ago

5.2.4

4 years ago

5.2.3

4 years ago

5.2.1

4 years ago

5.2.0

4 years ago

5.1.1

4 years ago

5.1.0

4 years ago

5.0.6

4 years ago

5.0.5

4 years ago

5.0.4

4 years ago

5.0.3

4 years ago

5.0.2

4 years ago

5.0.1

4 years ago

5.0.0

4 years ago

4.0.3

4 years ago

4.0.2

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.1.10

4 years ago

2.1.10

4 years ago

2.1.9

4 years ago

2.1.8

5 years ago

2.1.7

5 years ago

2.1.5

5 years ago

2.1.4

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago