Quick 36-item health status check across physical, emotional, and social function over the past four weeks.

  • Most items use the past four weeks; item 2 separately compares your health with one year ago.
  • The report keeps all eight RAND-36 domains visible and marks the profile, physical, and mental means as within-tool summaries.
  • Your responses stay only in this browser unless you export or share the encoded result.
RAND-36 question flow
{{ progressPercent }}%
{{ answeredCount }}/{{ questions.length }} answered
  • {{ question.id }}. {{ question.navText }}
RAND-36 health profile
{{ format(profileMean) }}
Within-tool mean across the eight RAND-36 domains; item 2 stays separate as a one-year change note.
Physical {{ format(physicalMean) }} Mental {{ format(mentalMean) }} {{ balanceLabel }} Change vs prior: {{ healthChangeShortLabel }} Best anchor: {{ topDomainRow ? topDomainRow.name : '—' }} Top burden: {{ lowDomainRow ? lowDomainRow.name : '—' }}
{{ card.label }}
{{ card.value }}
{{ card.note }}
RAND-36 Domain Function Ladder

Lower-scored domains appear first, stronger anchors appear later, and the dashed line marks the within-tool profile mean.

{{ interpretationLead }}

Change and balance context
  • {{ fact }}
Higher-burden vs better-function anchors
# Better-function anchor Lower-function area Why it stands out Next move Copy
{{ row.id }} {{ row.anchorLabel }} {{ row.focusLabel }} {{ row.whyItMatters }} {{ row.nextMove }}
Top priorities
  1. {{ item }}
Practical adjustments
  • {{ item }}
What to bring into follow-up
  • {{ item }}

When to bring in extra help: {{ followUpNote }}

Answered-item review

The response ledger keeps every recoded item visible. Item 2 remains a separate health-change note and does not enter the eight domain means.

# Domain Item Response 0-100 Profile use Copy
{{ row.id }} {{ row.domainLabel }} {{ row.text }} {{ row.answer }} {{ row.scoreText }} {{ row.profileUse }}
JSON snapshot

The payload includes the function/QoL subtype, domain rankings, follow-up lists, and the answered-item ledger.


                        
:

Introduction:

Health-related quality of life is a broad description of how health affects movement, pain, energy, mood, social life, and everyday roles. People use that kind of profile when a single symptom score feels too narrow and the more useful question is how different parts of daily life are holding up together.

This package presents a 36-question profile and turns the completed answers into eight domain scores on a 0 to 100 scale, plus top-level Mean, Physical, and Mental badges. It also draws a radar chart, a domain bar chart, a highlights panel, a ranked domain list, and an answer table that can be exported to CSV or DOCX.

That makes it useful for reflective self-tracking and for preparing a clearer conversation with a clinician, therapist, coach, or caregiver. A person recovering from illness, burnout, injury, or prolonged stress may care less about one global number than about whether physical functioning is improving while energy, mood, or social participation are still lagging behind.

The package is best read as a structured snapshot of self-reported status, not as a diagnosis or a treatment decision by itself. One answer asks how health compares with one year ago, but in the shipped scoring logic that response does not feed into the main eight-domain profile, so the most meaningful comparisons come from repeating the whole survey under similar conditions and watching how the profile changes over time.

A more important boundary is questionnaire fidelity. Official SF-36 and RAND-36 materials publish specific item wording, response ladders, and scoring methods. This package uses its own client-side question map and simple summary means, so it should not replace a formally administered instrument when exact research, clinic, insurer, or norm-table comparability matters.

Everyday Use & Decision Guide:

The cleanest first pass is to answer the full survey in one sitting and keep the recall frame steady. Most questions refer to the past four weeks, so the result is easier to interpret when you do not mix different time windows, unfinished drafts, or half-remembered periods in the same run.

  • Watch the progress bar and the question list together. The results panel does not appear until all 36 items have a selected response.
  • Read the lowest domains first, not just the top badge values. A moderate-looking Mean can still hide a sharp weakness in Energy / Fatigue, Pain, or Social Functioning.
  • Treat the balance pill carefully. Balanced physical and mental scores only means the two summary means are within five points of each other, not that either one is high.
  • Do not overread the one-year comparison answer. In this implementation it does not change Mean, Physical, Mental, or the domain charts.

If you plan to repeat the tool, keep the comparison honest by using the same package, the same recall style, and roughly the same interpretation habits each time. That is especially important here because the page stores answer state in the address bar, so a copied link can recreate the response pattern later, but it can also spread sensitive information if you share it casually.

Before you trust the result, read Mean, Physical, Mental, the lowest-ranked domains, and the support note together. That combined view is much harder to misread than any one badge or chart by itself.

Technical Details:

The domain model follows the familiar SF-36 idea of splitting self-reported health across eight areas: Physical Functioning, Role-Physical, Pain, General Health, Emotional Well-being, Role-Emotional, Social Functioning, and Energy / Fatigue. In this package, each scored response is transformed onto a 0 to 100 scale where higher means better perceived status on that item, then the transformed items inside each domain are averaged to produce the domain score shown in the charts and summary panels.

The transformation is linear within each item's answer ladder. If higher raw choices reflect better status, the package maps the lowest category to 0 and the highest category to 100. If higher raw choices reflect worse status, it reverses the ladder first and then applies the same 0 to 100 spacing. That means the package treats the distance between adjacent answer categories as evenly spaced for scoring purposes, even though real human experience is not always that tidy.

Above the eight domains, the page computes three summary fields of its own. Physical is the simple mean of Physical Functioning, Role-Physical, Pain, and General Health. Mental is the simple mean of Emotional Well-being, Role-Emotional, Social Functioning, and Energy / Fatigue. Mean is the simple mean across all eight domain scores. The balance note then compares Physical and Mental and labels them as balanced when the absolute difference is 5 points or less.

Those choices make the page easy to understand, but they also define its limits. The one-year comparison item is rendered but not added into the profile. The package mirrors responses into a shareable URL state string, so privacy depends partly on how you handle the page link. Most importantly, the published SF-36 literature also describes official questionnaires, scoring instructions, and norm-based component methods that are not reproduced here. The outputs on this page are best treated as a local profile generator built around SF-36-style domains, not as an official replacement for published RAND-36 or SF-36 scoring workflows.

The core scoring logic can be summarized with two steps: transform each answered item to 0 to 100, then average within the relevant domain.

ti = ( vi - 1 ni - 1 ) 100 Dd = i=1 kd ti kd
RAND SF-36 package outputs and derivation
Output field How this package derives it What to keep in mind
Mean Average of all eight domain scores Useful for a broad snapshot, but it can hide sharp lows in one domain
Physical Average of Physical Functioning, Role-Physical, Pain, and General Health A simple domain mean, not an official norm-based component score
Mental Average of Emotional Well-being, Role-Emotional, Social Functioning, and Energy / Fatigue Also a simple domain mean, not an official norm-based component score
Balance note Compare Physical and Mental with a 5-point threshold Balanced means similar, not necessarily high
Your Answers Plain-text record of the chosen response label for each prompt The best place to verify that the profile matches what you intended to answer
Important implementation boundaries
Boundary Package behavior Interpretation effect
One-year comparison item Rendered in the questionnaire but not added to any domain average It can inform your reading, but it does not move the displayed profile
Privacy Answers stay in the browser, but the address bar stores an encoded response string Sharing the link can recreate the result set
Official comparability The page uses its own item map and summary math Do not substitute these outputs for published RAND-36 or SF-36 administration where fidelity matters

Step-by-Step Guide:

Use this flow when you want a complete profile and a clean export you can review later.

  1. Press Start Survey and read the brief instructions first. They establish the usual four-week recall window and remind you that the page will not score until every item is answered.
  2. Work through the radio-button choices one question at a time. The progress bar and the question list show how many items are complete and which prompt is active.
  3. If the results do not appear, check the progress label before doing anything else. A missing response leaves the page at less than 36/36 answered, and the summary, charts, and exports stay locked until the final item is selected.
  4. Once the result panel appears, read the summary box first. The top line gives you Mean, Physical, Mental, and the balance pill in one glance.
  5. Then review the deeper views in order: Highlights, Next steps, Subscores, Domain ranking, the radar chart, the bar chart, and finally Your Answers to confirm the result matches what you meant to report.
  6. Use Copy CSV, Download CSV, or Export DOCX if you need a record. If privacy matters, treat the page URL and exported answer files as sensitive because they can preserve the same response pattern you just entered.

Interpreting Results:

Higher scores mean better self-reported status in this package, but the most informative part of the output is usually the shape of the profile rather than the overall average. The lowest domain, the gap between highest and lowest domains, and the direction of the physical-versus-mental tilt usually tell you more than the headline Mean alone.

  • Balanced physical and mental scores means the two summary means are within 5 points. It does not mean the profile is strong. A low physical mean and a low mental mean can still count as balanced.
  • Physical > Mental by x or Mental > Physical by x is a relative comparison, not a severity band. It points to where the weaker half of the profile sits.
  • The page's Physical and Mental badges are simple domain means. Do not compare them to published norm-based PCS or MCS tables as though they were the same quantity.

The best verification step is to open Your Answers and compare the lowest domain with the actual questions you selected there. If the ranking feels surprising, check the response wording rather than assuming the profile uncovered a hidden clinical truth.

Worked Examples:

Physical recovery with social and energy drag

Suppose the ten Physical Functioning items are answered mostly at the strongest level, the four Role-Physical items and three Role-Emotional items indicate no limitation, but the social-interference items and several energy or mood items land around the middle of their ladders. In one run with that pattern, the summary box reports Mean 66.1, Physical 77.5, and Mental 54.8. The domain profile then shows Social Functioning 25, Energy / Fatigue 50, and Emotional Well-being 44, which is a practical sign that mobility may be recovering faster than day-to-day stamina or participation.

Why a balanced note can still reflect a weak profile

Now imagine choosing the middle response wherever a middle exists and taking the binary role items as answered rather than skipped. A test run like that produces Mean 36.6, Physical 37.5, and Mental 35.8, so the summary pill reads Balanced physical and mental scores. Even so, Role-Physical and Role-Emotional drop to 0 in that run, which shows why the balance note is only a difference check and not a reassurance badge.

When the score panel does not appear

A person reaches the end of the questionnaire and expects the charts to render, but the progress label still shows 35/36 answered. The summary box, radar chart, and answer export buttons stay hidden because one radio group is still unanswered. As soon as the final item is selected, the package unlocks Mean, Physical, Mental, the charts, and the Your Answers export tools.

FAQ:

Does this count as a diagnosis or an official SF-36 result?

No. The page gives a structured self-report profile, not a diagnosis. It also does not reproduce published RAND-36 or SF-36 materials exactly enough to stand in for official administration where strict scoring fidelity or norm-table comparison is required.

Why does the balanced pill appear even when the numbers look low?

Because the balanced note only checks whether Physical and Mental are within 5 points of each other. It says nothing about whether the two values are high, moderate, or low in an absolute sense.

Why did my answer about health compared with one year ago not change the profile?

In the shipped code, that comparison item is displayed but not added into the eight domain averages, Mean, Physical, or Mental. It can still matter to your own interpretation, but it is not part of the computed profile.

Are my answers uploaded anywhere when I complete the survey?

The package does not perform a survey-specific upload step. Responses stay in the browser, but the page stores an encoded answer pattern in the URL and the export buttons can write your answers to CSV or DOCX, so privacy still depends on what you share.

Can I compare runs over time?

Yes, but keep the comparison modest. Repeat the same package, use a similar recall frame, and compare the same output fields such as Mean, Physical, Mental, and the lowest-ranked domains. Do not mix these results with official norm-based SF-36 summaries and assume they are interchangeable.

Glossary:

Health-related quality of life
A self-reported picture of how health affects daily function, comfort, mood, and participation.
Domain score
The average 0 to 100 result for one named area such as pain or physical functioning.
Recall window
The time period you are supposed to think about when answering the questions.
Norm-based component score
A standardized summary score from published SF-36 methods, not the simple means used here.