Your Score
{{ score }} / {{ totalQuestions }}
{{ correctPercent }} % Correct {{ incorrectPercent }} % Wrong {{ activeSetLabel }} Seed {{ seed }}
{{ card.label }}
{{ card.value }}

Match each pictogram to its {{ promptNoun }}. Choose how many questions you want and optionally set a seed to make a shareable quiz.

Pool size: {{ poolSize }}
{{ progressPercent }} %
{{ uxProgressLabel }}
{{ questionHeading }}
# Pictogram Your Answer Correct Copy
{{ i + 1 }} {{ row.yourAnswer }} {{ row.correctAnswer }}

                
:

Introduction:

Globally Harmonized System (GHS) hazard pictograms are red-diamond warning symbols used on chemical labels to signal hazards quickly. Recognizing the right symbol can change how you store, move, open, or isolate a container before you finish reading the rest of the label. This quiz turns that recognition task into a short drill by showing one pictogram at a time and asking for its meaning.

The package uses one built-in GHS set with nine pictograms and lets you choose either 5 or 9 questions. That makes it useful for a quick refresher before a lab session or a full-set check during warehouse, classroom, or induction training when similar bottles and drums are easy to confuse.

A typical run is short. Pick the question count, add a Random seed if you want a repeatable drill, answer the four-option questions, and then review Your Score, % Correct, % Wrong, and the row-by-row Details screen to see which meanings you missed.

A strong multiple-choice score still has limits. It does not tell you the chemical concentration, exposure route, personal protective equipment, or site-specific control measures for a real product. The quiz also includes the environmental pictogram, even though OSHA notes that this symbol may appear optionally rather than as a mandatory workplace label element.

Question order is randomized and has no monetary value. If you plan to share a seed or link, use neutral text because the current Quiz set, Number of questions, and Random seed are reflected in the page URL.

Everyday Use & Decision Guide:

Start with 5 questions if you are rusty and want a fast signal, then move to 9 when you want coverage of the full set. The shorter drill is good for warming up recognition. The longer drill is better when you want to compare sessions or decide which symbols still need focused review.

Keep Random seed and Number of questions fixed when you compare attempts. That makes the result much easier to read because changes in Your Score reflect the same draw instead of a new shuffle. After each run, read the Details tab rather than stopping at the headline percentage.

  • Use the quiz for symbol recognition practice, not as a substitute for reading the full label or Safety Data Sheet.
  • Review the rows where Your Answer and Correct do not match. Those misses are a better study list than the headline score alone.
  • If you want a shareable drill for a class or team, set Random seed before you press Start Quiz.
  • If a pictogram image fails to load, the tool falls back to a code label. That keeps the quiz usable, but it is no longer a pure symbol-recognition pass.

After a mixed result, use Retake (same seed) once you have reviewed the missed rows. Use Retake (new seed) only when you want a fresh draw rather than a controlled comparison.

Technical Details:

GHS pictograms are one part of chemical hazard communication. They are meant to signal the general hazard family at a glance, not to replace the hazard statement, precautionary statement, or the Safety Data Sheet (SDS). This quiz focuses narrowly on that first recognition step: seeing the symbol and matching it to the intended meaning.

The package contains one quiz set, ghs, with a pool of nine pictograms. Each question presents one symbol image and four answer choices: the correct meaning plus three distractors drawn from the same pool. The available Number of questions values are clamped to the set's allowed choices, which for this package are 5 and 9.

Randomization is deterministic when you provide a seed. The tool hashes the seed string into a 32-bit internal state, uses that state for shuffling, then reuses the same seeded generator to choose question order and answer order. Scoring is simple: one point per correct answer, no time weighting, and whole-percent rounding for the two percentage badges. That means fair comparisons require the same Quiz set, the same question count, and the same seed.

Scoring Formula:

The quiz reports a raw score and two percentages derived from that score.

Pcorrect = round ( SN × 100 ) Pwrong = 100Pcorrect
Variables and result fields used in the GHS quiz scoring formulas
Symbol or Field Meaning Unit or Datatype Package Surface
S Correct answers Integer count Your Score
N Total questions in the run Integer count Your Score denominator
Pcorrect Rounded percent correct Whole percent % Correct
Pwrong Percent wrong Whole percent % Wrong

Question Construction:

  1. Load the nine-symbol GHS pool from the built-in set.
  2. Hash Random seed into an internal pseudo-random state, or create a time-based seed when blank.
  3. Shuffle the pool and take the first N entries as questions.
  4. For each question, pick three distinct distractor meanings from the same pool.
  5. Shuffle the four options and store the correct index for later scoring.
  6. After the last answer, compute Your Score, % Correct, % Wrong, Details, Answer Chart, and JSON.
Pictogram labels used by the built-in GHS quiz set
Correct Answer Label Plain-Language Recognition Cue
Exploding Bomb (Explosive) Explosion-reactive materials
Flame (Flammable) Fire-prone materials
Flame Over Circle (Oxidizer) Oxidizing materials that intensify combustion
Gas Cylinder (Gas Under Pressure) Compressed, liquefied, or dissolved gases
Corrosion (Corrosive) Severe skin, eye, or metal corrosion hazards
Skull and Crossbones (Acute Toxicity) Severe acute poisoning hazard
Health Hazard Serious long-term health effects
Exclamation Mark (Irritant/Harmful) Irritation or lower-severity harmful effects
Environment (Aquatic Toxicity) Hazardous to aquatic environments

The result surfaces are intentionally simple. Details keeps one row per question with Your Answer and Correct, Answer Chart reduces the run to correct versus incorrect slices, and JSON stores the set id, seed, question count, score, percentage, and result rows.

Image loading is separate from scoring. Pictograms are requested from Wikimedia Commons by filename, and if an image request fails the quiz falls back to a local placeholder SVG with the internal code. The scoring logic stays local either way, but the recognition experience is strongest when the actual symbol image loads.

Step-by-Step Guide:

Use the setup screen to define a drill you can either repeat exactly or vary on purpose.

  1. Choose the Quiz set. In this package the active set is GHS Hazard Pictograms (9).
  2. Pick Number of questions and, if you want repeatability, enter Random seed before you press Start Quiz. If a shared link requests an unsupported count, the setup screen resets it to an allowed value for this set.
  3. Answer each four-choice question and watch the progress bar plus the answered count below it. The current question locks after your first choice, so read the options before you click.
  4. Use Next to move through the run until the summary screen appears. After the last answer, Your Score, % Correct, and % Wrong are computed automatically.
  5. Open Details and compare Your Answer with Correct for each row. That review is the most precise place to see what you confused.
  6. Check Answer Chart or JSON only if you want a compact summary or exported record, then use Retake (same seed) for a controlled repeat or Retake (new seed) for a fresh draw.

Interpreting Results:

Your Score and % Correct tell you how well you recognized the symbols in this one run. They do not tell you whether you can interpret a full chemical label or respond correctly to a real incident without checking the label, SDS, and local procedure.

  • A perfect 5/5 can still hide gaps because it covers only part of the nine-symbol pool.
  • The most useful evidence is in Details, where each wrong row shows the exact confusion.
  • Answer Chart is a quick visual split, not a substitute for reviewing the missed meanings.
  • Comparisons are strongest when Quiz set, Number of questions, and Random seed all stay the same.

A high score can create false confidence if the draw was short or lucky. Verify it by repeating the same seed or by moving to a nine-question run and checking whether the same symbols still cause trouble.

Worked Examples:

Seeded full-set refresher

Set Number of questions to 9, use the seed lab-week-1, and finish with Your Score at 7 / 9. The headline badges show % Correct at 78 and % Wrong at 22, while the Details rows reveal the exact two meanings that were missed.

That is a useful refresher result, not a stopping point. Review the two wrong rows, then use Retake (same seed) to see whether those exact confusions disappear.

Perfect short drill with limited coverage

Run 5 questions and finish at Your Score 5 / 5. The Answer Chart shows only the correct slice, and the badges show % Correct at 100.

That looks strong, but it still represents only part of the pool. Move to 9 questions before you treat the set as stable, especially if you are preparing for training or workplace review.

Shared link with an unsupported question count

Someone sends a link that asks for 7 questions. When the page opens, the setup resets Number of questions to 5 because this set only allows 5 or 9. If you then finish at Your Score 4 / 5, read that result as a five-question drill, not a seven-question failure.

The correction path is simple: check the setup values before you start, then choose 9 if you wanted broader coverage from the beginning.

FAQ:

Does this quiz cover all GHS hazard pictograms?

It covers the nine-symbol GHS set built into this package. OSHA notes that the environmental pictogram may appear optionally rather than as a mandatory workplace label element, but this quiz still includes it for recognition practice.

What does the seed actually control?

With the same Quiz set, Number of questions, and Random seed, the tool repeats the same question draw and answer ordering. Change any of those three inputs and you are no longer comparing the same run.

Do my answers leave the browser?

The scoring logic, answers, and exports stay in page state, but the tool does request pictogram images from Wikimedia Commons when it displays them. The setup values for set, question count, and seed are also written into the page URL for sharing.

Does a high score mean I can skip the label or SDS?

No. A high score shows recognition of symbol meanings in this multiple-choice drill. It does not replace the full label, the Safety Data Sheet, or your workplace procedure.

What should I do if a pictogram image does not load?

The tool falls back to a local placeholder so the quiz can continue. If you want a true symbol-recognition pass, refresh the page or retake the run once the actual image loads correctly.

Glossary:

GHS
Global system for classifying and labeling chemical hazards.
Pictogram
Standardized hazard symbol shown in a red diamond frame.
Acute toxicity
Severe harmful effect after short exposure.
Oxidizer
Material that can intensify burning.
Safety Data Sheet (SDS)
Document describing chemical hazards, handling, and emergency guidance.

References: