{{ progressPercent }} %
  • {{ q.id }}. {{ q.text }}
{{ resultText.title }}
{{ resultText.badgePrefix }} {{ totalScore }} – {{ severityName }}


Difficulty selected: {{ difficultyLabel }}

{{ resultText.answersHeading }}
# {{ resultText.questionCol }} {{ resultText.answerCol }}
{{ a.id }} {{ a.text }} {{ a.answer }}

Introduction:

Generalized Anxiety Disorder seven item scale is a brief questionnaire that captures how often anxiety symptoms have affected you in the past two weeks. It helps you notice overall burden and whether worry or bodily signs feel more prominent so you can decide on self care or a conversation with a clinician.

You answer seven frequency questions from not at all to nearly every day and then rate how difficult any problems have made daily life. The result is a total score with a plain language band and two subscores that hint at cognitive and somatic patterns.

A realistic example is marking several days for worry and irritability and not at all for restlessness which could total nine points and land in a mild band. Repeat the screen under comparable circumstances and look for steady moves rather than single jumps.

Use consistent recall of the last two weeks and answer in the same setting for clearer comparisons. If your situation changes quickly consider writing brief notes so later responses reflect the same timeframe and context.

This tool provides informational estimates and does not substitute professional advice. Results do not constitute a clinical diagnosis. If safety is a concern seek immediate help in your region.

Technical Details:

The seven scored items measure frequency of anxiety‑related experiences over a two‑week window. The questionnaire yields a single total and two indicative subscores labeled cognitive and somatic to describe worry‑dominant versus arousal‑dominant patterns. The eighth difficulty item reflects functional impact and is not included in the total.

Computation is a simple sum of the seven scored responses where each item is coded 0 for not at all, 1 for several days, 2 for more than half the days, and 3 for nearly every day. The cognitive subscore adds items 1, 2, 3, and 7, and the somatic subscore adds items 4, 5, and 6. Subscore intensity labels are mapped to quartiles of each subscore’s maximum.

Results are interpreted against four bands that indicate burden and a possible next step. Values near a boundary can feel similar in day to day life, so use trends and functional difficulty to guide action rather than a single cutoff.

Comparisons are most meaningful within the same person when recall period, time of day, and context match. Population norms are not used here; bands and subscore labels follow the thresholds encoded below.

S = i=1 7 qi C = q1 + q2 + q3 + q7 A = q4 + q5 + q6
Symbols and units
Symbol Meaning Unit/Datatype Source
S Total score across seven items integer 0–21 Derived
qi Item response for item i integer 0–3 Input
C Cognitive subscore (items 1, 2, 3, 7) integer 0–12 Derived
A Somatic subscore (items 4, 5, 6) integer 0–9 Derived
d Difficulty rating integer 0–3 Input

Worked example

S= 2+1+2+1+0+1+2=9

S = 9 maps to the mild band. Cognitive and somatic subscores help explain whether worry or bodily arousal is more prominent.

Interpretation bands
Severity band Lower bound Upper bound Interpretation Action cue
Minimal 0 4 Low symptom burden Maintain helpful routines
Mild 5 9 Light burden Try self care strategies
Moderate 10 14 Meaningful burden Consider guided support
Severe 15 21 High burden Seek professional evaluation

Validation & bounds encoded in the app

Validation and bounds
Field Type Min Max Step/Pattern Error behavior
Items 1–7 Radio integer 0 3 n/a All must be answered
Item 8 (difficulty) Radio integer 0 3 n/a Required to finish
URL state r Query string 7 8 ^[0-3\-]{7,8}$ Invalid strings ignored

I/O formats & encoding

Input and output formats
Input Accepted families Output Encoding/Precision Rounding
Seven item responses Integers 0–3 Total, band, subscores Exact integers No rounding
Difficulty rating Integer 0–3 Shown, not scored Exact integer n/a
Shareable state Query ?r= with 0–3 or - Prefill on load 7 or 8 characters n/a

Networking & storage behavior

Processing is client‑only; answers do not leave the device. A compact URL parameter can optionally store responses, which makes state shareable if you copy the link.

Performance & complexity

Computation is constant time for scoring and instantaneous for rendering given the small fixed number of items.

Diagnostics & determinism

Identical inputs always produce identical outputs. Prefilling via the URL yields the same score, band, and subscores as manual entry.

Privacy & compliance

Answers are handled on the device and are not transmitted or stored server‑side. Consider local privacy when sharing a stateful link. Health information is sensitive; follow applicable privacy guidance in your region.

Assumptions & limitations

  • Self‑report reflects perception and context rather than a clinical interview.
  • Two‑week recall window should be applied consistently across uses.
  • Subscores describe patterns and are not diagnostic categories.
  • Difficulty rating reflects function but does not alter the total.
  • Values near a boundary can feel similar; track trends over time.
  • Population norms are not used; results are within‑person guides.
  • Sharing a prefilled link may reveal responses to others.
  • The tool does not screen for risk or conditions outside generalized anxiety.
  • Heads‑up Device settings like dark mode do not change scoring but can change appearance.
  • Heads‑up Closing the page without saving a link clears state.

Edge cases & error sources

  • Incomplete responses block scoring until all eight items are answered.
  • Invalid query strings are ignored and do not prefill responses.
  • Using a seven‑character query string leaves difficulty unset.
  • Entering values outside 0–3 is not possible via controls.
  • Changing context mid‑assessment can shift answers without a true change.
  • Recall bias may inflate or deflate frequency ratings.
  • Using different times of day reduces comparability across runs.
  • Very rapid clicks can select the wrong option; check marked choices before finishing.
  • Resizing the window after viewing results updates layout but not scoring.
  • Copying or exporting answers shares content with any app that receives the data on your device.

Step‑by‑Step Guide:

Generalized Anxiety Disorder seven item scale scoring produces a total and bands you can interpret quickly.

  1. Read each statement with the same two‑week recall window Two weeks.
  2. Select a frequency from 0 to 3 for all seven items Seven items.
  3. Choose the one difficulty rating from 0 to 3 Impact.
  4. Review the total, severity band, and pattern notes.
  5. Optionally copy or download your answers for your records.

Example: 2, 1, 2, 1, 0, 1, 2 with difficulty somewhat difficult produces S = 9 and a mild band.

  • Repeat under similar conditions for clearer comparisons.

You now have a concise snapshot and next steps you can act on.

FAQ:

Is my data stored?

Processing happens on the device and nothing is sent to a server. If you share a link that encodes responses, anyone with it can see those values.

How accurate is the score?

The total is an exact sum of item values from 0 to 3. Bands reflect thresholds encoded here. Use trends and functional impact to guide actions near cutoffs.

What units are used?

All values are integers. The total runs from 0 to 21. Cognitive and somatic subscores range 0 to 12 and 0 to 9 respectively.

Can I use it offline?

Yes. Scoring and display work without a connection. Copy and download features rely on device capabilities available without network access.

What does a borderline result mean?

Scores near a boundary often feel similar. Check difficulty, look at subscores for pattern hints, and repeat under similar conditions to see direction over time.

How do I prefill answers with a link?

Use a query string with ?r= followed by seven or eight characters where each is 0, 1, 2, 3, or - for blank. Invalid strings are ignored.

Can I export results?

You can copy answers to the clipboard or download them. A document export is also available for sharing or printing on your device.

Is there any cost or license?

The package declares an open license. Check the About section or repository notes if you need details for organizational use.

Glossary:

Generalized Anxiety Disorder
A condition marked by persistent worry and associated symptoms.
Total score (S)
Sum of seven item values from 0 to 3, range 0 to 21.
Cognitive subscore (C)
Sum of items 1, 2, 3, and 7, range 0 to 12.
Somatic subscore (A)
Sum of items 4, 5, and 6, range 0 to 9.
Difficulty rating
Impact on work, home, or getting along with others, 0 to 3.
Severity band
Category describing overall burden based on the total.
Quartile label
Subscore intensity mapped to one of four equal ranges.
Pattern note
A summary of whether worry or bodily arousal stands out.