Self-Esteem Test: Difference between revisions
No edit summary |
No edit summary |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[File:Selfesteem icon v1.png|alt=Self-Esteem Icon|thumb]] | [[File:Selfesteem icon v1.png|alt=Self-Esteem Icon|thumb|256x256px]] | ||
자존감이란 자기 자신을 얼마나 가치 있고 사랑할 만한 사람으로 여기는지를 나타내는 마음의 척도입니다. 안녕하세요. | |||
'''<big>Self-Esteem Test by SNU & UIUC Experts</big>''' | |||
The Rosenberg Scale is widely used in therapy, counseling, and academic research around the world. Developed by sociologist Morris Rosenberg in the 1960s, the scale includes just 10 simple questions that offer a quick but powerful look at how people see themselves. | The Rosenberg Scale is widely used in therapy, counseling, and academic research around the world. Developed by sociologist Morris Rosenberg in the 1960s, the scale includes just 10 simple questions that offer a quick but powerful look at how people see themselves. | ||
Our self-esteem test is based on the Rosenberg Self-Esteem Scale—one of the most trusted tools in psychology—and our adaptation has been reviewed by psychology and statistics experts from institutions like [https://en.snu.ac.kr/ Seoul National University] and the [https://illinois.edu/ University of Illinois] to ensure reliability and validity. | |||
<iframe src="https://test.magazine-d.com/self-esteem-test-english/" style="width:100%; height:300px; border:none; margin:0; padding:0;"></iframe> | |||
<iframe src="https://test.magazine-d.com/self-esteem-test- | |||
== Disclaimer == | == Disclaimer == | ||
Line 21: | Line 21: | ||
Source: Magazine Difference | Source: Magazine Difference | ||
<html lang=" | <html lang="en"> | ||
<head> | <head> | ||
<meta charset="UTF-8" /> | <meta charset="UTF-8" /> | ||
<title> | <title>Self-Esteem Score Distribution (7-point intervals)</title> | ||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script> | <script src="https://cdn.jsdelivr.net/npm/chart.js"></script> | ||
<style> | <style> | ||
#chart-container { | #chart-container { | ||
width: 100%; | width: 100%; | ||
height: 300px; /* | height: 300px; /* Set desired height */ | ||
max-width: 700px; /* | max-width: 700px; /* Maximum width limit (optional) */ | ||
margin: auto; /* | margin: auto; /* Center alignment (optional) */ | ||
} | } | ||
</style> | </style> | ||
Line 45: | Line 45: | ||
const labels = ["0~30", "31~37", "38~44", "45~51", "52~58", "59~65", "66~72", "73~79", "80~86", "87~93", "94~100"]; | const labels = ["0~30", "31~37", "38~44", "45~51", "52~58", "59~65", "66~72", "73~79", "80~86", "87~93", "94~100"]; | ||
const dataValues = [ | const dataValues = [322, 289, 978, 2124, 3045, 5314, 10023, 21026, 8437, 6003, 2449]; | ||
const backgroundColors = labels.map(label => label === selectedRange ? '#8bc34a' : '#ededed'); | const backgroundColors = labels.map(label => label === selectedRange ? '#8bc34a' : '#ededed'); | ||
Line 54: | Line 54: | ||
labels: labels, | labels: labels, | ||
datasets: [{ | datasets: [{ | ||
label: ' | label: 'Frequency by Self-Esteem Score Range', | ||
data: dataValues, | data: dataValues, | ||
backgroundColor: backgroundColors, | backgroundColor: backgroundColors, | ||
Line 63: | Line 63: | ||
options: { | options: { | ||
responsive: true, | responsive: true, | ||
maintainAspectRatio: false, // | maintainAspectRatio: false, // key option | ||
plugins: { | plugins: { | ||
title: { | title: { | ||
display: true, | display: true, | ||
text: ' | text: 'Self-Esteem Score Distribution' | ||
}, | }, | ||
legend: { display: false }, | legend: { display: false }, | ||
Line 73: | Line 73: | ||
callbacks: { | callbacks: { | ||
label: function(context) { | label: function(context) { | ||
return ` | return `Frequency: ${context.parsed.y}`; | ||
} | } | ||
} | } | ||
Line 83: | Line 83: | ||
const range = labels[index]; | const range = labels[index]; | ||
const freq = dataValues[index]; | const freq = dataValues[index]; | ||
alert(` | alert(`Score Range: ${range}\nFrequency: ${freq}`); | ||
} | } | ||
}, | }, | ||
scales: { | scales: { | ||
x: { | x: { | ||
title: { display: true, text: ' | title: { display: true, text: 'Score Range' } | ||
}, | }, | ||
y: { | y: { | ||
Line 168: | Line 168: | ||
| }} | | }} | ||
}} | }} | ||
[[:Category:Psychological Test in English|Explore more psychological tests in English]] | |||
== Author's Note == | == Author's Note == | ||
Line 236: | Line 237: | ||
[[ko:자존감 테스트]] | [[ko:자존감 테스트]] | ||
[[Category:Psychological Test in English]] | |||
[[Category:English]] |