Rosenberg Self-Esteem Scale (RSES)

rses()

Personality and Traits
Self-Esteem
One of the most popular self-esteem scales. Measures global self-esteem.

Module

velesresearch.questionnaires.pl.rses

Import

from velesresearch.questionnaires.pl.rses import rses

Original

Rosenberg, M. (2011). Rosenberg self-esteem scale [Database record]. APA PsycTests. https://doi.org/10.1037/t01038-000

Adaptation:

Dzwonkowska, I., Lachowicz-Tabaczek, K., & Łaguna, M. (2008). Samoocena i jej pomiar. Polska adaptacja skali SES M. Rosenberga. Podręcznik. Pracownia Testów Psychologicznych Polskiego Towarzystwa Psychologicznego.

Score calculation

A simple sum.

Reverse items

3, 5, 8, 9, 10

Subscales

None.

Reliability

α = .82

Implemented by

Jakub Jędrusiak (University of Wrocław)

Args

name : str
Base name for pages and questions. Defaults to “rses”.

instruction : str
Instruction for the questionnaire. None means that the default instruction will be used.

questionOptions : dict | None
Additional options for questions as a dictionary. Defaults to None.

pageOptions : dict | None
Additional options for pages as a dictionary. Defaults to None.

Returns

PageModel
PageModel with the RSES questionnaire. Use the * operator to unpack it to questions.