שאלון: האם בת הזוג שלך נרקסיסטית?

מאפייני אישיות נרקסיסטית של בת זוג.

אישיות נרקסיסטית מאופיינת בתחושת חשיבות עצמית מוגזמת, צורך מתמיד בהערצה, וחוסר אמפתיה כלפי אחרים (Narcisistic Personality Disorder- NPD)


לפניך שאלון קצר בין 20 שאלות, בסופו תקבל תשובה. להלן הסבר לסרגל התשובה:
1 (לא מסכים) לא מאפיין אותה.
5 (מסכים מאוד) מאפיין אותה.

1. בת הזוג שלי מתרגזת כשאני לא מסכים למה שהיא רוצה.
לא כן
1 2 3 4 5
2. כשאנחנו יוצאים, נראה שבת הזוג שלי מצפה ליחס מיוחד מכל מי שאנחנו פוגשים.
לא כן
1 2 3 4 5
3. היא מתלוננת לעתים קרובות שהכישרון שלה לא זוכה להכרה.
לא כן
1 2 3 4 5
4. בת הזוג שלי שמחה לחלוק את תשומת הלב עם אחרים.
לא כן
1 2 3 4 5
5. אני מרגיש שבת הזוג שלי מעדיפה את הרגשות שלה על פני שלי.
לא כן
1 2 3 4 5
6. אני יודע שאני יכול לסמוך על בת הזוג שלי לתמיכה רגשית.
לא כן
1 2 3 4 5
7. בת הזוג שלי גורמת לכל בעיה שאנחנו נתקלים בה להיראות כאילו היא באשמתי.
לא כן
1 2 3 4 5
8. נראה שבת הזוג שלי שמחה כשאנשים אחרים נכשלים.
לא כן
1 2 3 4 5
9. ביקורת, אפילו קלה, גורמת לבת הזוג שלי לתקוף.
לא כן
1 2 3 4 5
10. נראה שבת הזוג שלי לא אכפת במיוחד כשאני מוטרד.
לא כן
1 2 3 4 5
11. בת הזוג שלי לעולם לא לוקחת אחריות כשדברים משתבשים.
לא כן
1 2 3 4 5
12. אני אף פעם לא מרגיש מספיק טוב בשביל בת הזוג שלי.
לא כן
1 2 3 4 5
13. בת הזוג שלי מתלונת לעתים קרובות שלא מתייחסים אליה כפי שמגיע לה.
לא כן
1 2 3 4 5
14. להיות מפורסמת היה גורם לבת הזוג שלי אי-נוחות.
לא כן
1 2 3 4 5
15. היא מאמינה שרק אנשים "מיוחדים" יכולים להבין אותה.
לא כן
1 2 3 4 5
16. בת הזוג שלי נעלבת כשהיא מרגישה שאני לא נותן לה מספיק תשומת לב.
לא כן
1 2 3 4 5
17. אני יכול לראות שבת הזוג שלי מניפולטיבית כדי להשיג את מה שהיא רוצה.
לא כן
1 2 3 4 5
18. היא מתנהגת כאילו החוקים לא חלים עליו/עליה.
לא כן
1 2 3 4 5
19. כשאני משיג משהו גדול, בת הזוג שלי מקנאת.
לא כן
1 2 3 4 5
20. היא יכולה להיות מקסימה במיוחד כשהיא רוצה להיות.
לא כן
1 2 3 4 5
חשב תוצאה
#narcissism-questionnaire { font-family: Arial, sans-serif; max-width: 600px; margin: 0 auto; padding: 20px; background-color: #f9f9f9; border-radius: 10px; } .question { margin-bottom: 20px; } .range-container { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; } input[type="range"] { flex-grow: 1; margin: 0 10px; } .range-labels { display: flex; justify-content: space-between; margin-top: 5px; } .range-labels span { flex: 1; text-align: center; } button { display: block; width: 100%; padding: 10px; background-color: #4CAF50; color: white; border: none; border-radius: 5px; cursor: pointer; font-size: 16px; margin-top: 20px; } button:hover { background-color: #45a049; } #result { margin-top: 20px; text-align: center; } .traffic-light { width: 200px; height: 50px; background-color: #f9f9f9; border-radius: 10px; display: flex; justify-content: space-around; align-items: center; margin: 20px auto; } .light { width: 30px; height: 30px; border-radius: 50%; opacity: 0.3; } .light.active { opacity: 1; } .light:nth-child(3) { background-color: green; } .light:nth-child(2) { background-color: yellow; } .light:nth-child(1) { background-color:red; } .disclaimer { font-size: 0.8em; font-style: italic; color: #666; } document.addEventListener('DOMContentLoaded', function() { const form = document.getElementById('narcissism-form'); const resultDiv = document.getElementById('result'); // עדכון רמזורים בזמן אמת form.querySelectorAll('input[type="range"]').forEach(input => { input.addEventListener('input', function() { updateTrafficLight(this); }); updateTrafficLight(input); // אתחול ראשוני }); form.addEventListener('submit', function(e) { e.preventDefault(); calculateResult(); }); function updateTrafficLight(input) { const value = parseInt(input.value); const lights = input.closest('.question').querySelector('.traffic-light').children; lights[0].classList.toggle('active', value > 3); lights[1].classList.toggle('active', value === 3); lights[2].classList.toggle('active', value { let value = parseInt(answer.value); // ניקוד הפוך לשאלות 4, 6, ו-14 if ([3, 5, 13].includes(index)) { value = 6 – value; } total += value; }); displayResult(total); } function displayResult(score) { let category, color, message; if (score >= 20 && score = 41 && score = 61 && score <= 80) { category = "גבוה"; color = "orange"; message = "סבירות גבוהה למאפיינים נרקיסיסטיים משמעותיים"; } else { category = "גבוה מאוד"; color = "red"; message = "מאפיינים נרקיסיסטיים מובהקים מאוד"; } resultDiv.innerHTML = `

תוצאה: ${score}

קטגוריה: ${category}

פירוש: ${message}

:

`; } });

חשוב לזכור: זהו כלי להערכה עצמית בלבד האם בת הזוג שלך בעלת אישיות נרקסיסטית . אם יש לך חששות שאומתו לאחר ביצוע השאלון, פנה לאיש מקצוע מוסמך.