The Need for Closure Scale (NFCS)
nfcs()
Module
veleslibrary.questionnaires.nfcs
Import
from veleslibrary.questionnaires.nfcs import nfcs
Original
You need to cite both papers if you use the NFCS in your research.
Score calculation
A simple sum.
Reverse items
2, 5, 18, 19, 20, 24, 27, 28, 34, 37, 41
Subscales
- Need for order: 1, 6, 10, 20, 23, 27, 32, 33, 35, 41
- Need for predictability: 5, 7, 11, 18, 19, 25, 26, 40
- Decisiveness: 12, 13, 15, 16, 17, 22
- Avoidance of ambiguity: 3, 8, 14, 21, 29, 30, 31, 36, 38
- Closed mindedness: 2, 4, 9, 24, 28, 34, 37, 39
Reliability
α = .84
Subscales
- Need for order: α = .82
- Need for predictability: α = .79
- Decisiveness: α = .70
- Avoidance of ambiguity: α = .67
- Closed mindedness: α = .62
Implemented by
Jędrusiak, Jakub (University of Wrocław)
Args
name
: str
Base name for pages and questions. Defaults to “NFCS”.
instruction
: str
Instruction for the questionnaire. None
means that the default instruction will be used.
title
: str
Title for the matrix. Defaults to None.
matrixOptions
: dict | None
Additional options for the matrixDropdown as a dictionary. Defaults to None.
ratingOptions
: dict | None
Additional options for the rating column as a dictionary. Defaults to None.
pageOptions
: dict | None
Additional options for pages as a dictionary. Defaults to None.
Returns
PageModel
PageModel with the NFCS long questionnaire. Use the *
operator to unpack it to questions.