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]]
Our self-esteem test is built on the Rosenberg Self-Esteem Scale—one of the most trusted tools in psychology. It's been reviewed by psychology and statistics experts from institutions like [[wikipedia:Seoul_National_University|Seoul National University]] and the [[wikipedia:University_of_Illinois_Urbana-Champaign|University of Illinois]] to ensure it’s both reliable and valid.
자존감이란 자기 자신을 얼마나 가치 있고 사랑할 만한 사람으로 여기는지를 나타내는 마음의 척도입니다. 안녕하세요.
 
'''<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.


Why does self-esteem matter? Because low self-esteem is often tied to things like anxiety, depression, and trouble in relationships. For young people, it can also affect emotional health, school performance, and how they fit in socially.
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.


Catching signs of low self-esteem early can make a real difference. That’s why tools like the Rosenberg Scale remain essential in both mental health care and education.
<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-korean/" style="width:100%; height:270px; border:none; margin:0; padding:0;"></iframe>


== Disclaimer ==
== Disclaimer ==
Line 21: Line 21:
Source: Magazine Difference
Source: Magazine Difference


<html lang="ko">
<html lang="en">
<head>
<head>
   <meta charset="UTF-8" />
   <meta charset="UTF-8" />
   <title>자존감 점수 분포 (7점 단위)</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 = [13, 11, 39, 84, 119, 209, 395, 831, 299, 226, 82];
     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 `빈도: ${context.parsed.y}`;
                 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(`점수 구간: ${range}\n빈도: ${freq}`);
             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]]