Sandbox History
Tech Stack
Accessibility
Logic (Velocity/JS)
A11y Engineering
100

The philosophy describing Sandbox’s dedication to non-profit missions.

What is "Amplifying Good"?

100

The PHP framework known for its "Eloquent" ORM.

What is Laravel?

100

The Ontario law mandating web accessibility.

What is AODA?

100

The symbol used to start a directive in Velocity. 


What is #?

100

This semantic HTML tag should be used for the main navigation menu to support screen reader landmarks.

What is <nav>?

200

The University from which both founders graduated.

What is the University of Guelph?

200

The database Sandbox migrated Southwestern Public Health away from.

What is Drupal?

200

The acronym P.O.U.R stands for these four principles.

What are Perceivable, Operable, Understandable, Robust?

200

The Velocity directive used to iterate over a list.

What is #foreach?

200

When a modal opens, focus must be moved inside it and prevented from leaving. This technique is called...

What is a Focus Trap?

300

The major hospital foundation that uses a multi-site Sandbox ecosystem.

Who is the Sunnybrook Foundation?

300

The Java ORM used in the OASIS CMS.

What is Hibernate?

300

The minimum contrast ratio for normal text in WCAG AA.

What is 4.5:1?

300

A React hook used to manage state in a functional component.

What is useState?

300

Using div onClick={...} is bad practice. You should instead use this native interactive element.

What is a <button>?

400

The proprietary Java-based CMS developed by Sandbox.

What is OASIS?

400

A utility-first CSS framework used for rapid UI development.

What is Tailwind CSS?

400

This HTML attribute announces dynamic updates to screen readers.

What is aria-live?

400

The Hibernate state of an object that was persistent but its session is closed.

What is Detached?

400

This ARIA attribute indicates that an element is currently "on" or "selected" (e.g., in a tab widget)

What is aria-selected (or aria-pressed)?

500

The year Sandbox Software Solutions was founded.

What is 2004?

500

The "Write Once, Publish Anywhere" capability refers to this system.

What is OASIS?

500

The success criterion requiring a "Skip to Content" mechanism. 


What is 2.4.1 Bypass Blocks?

500

The operator ?? in PHP 7+ is called this. 


What is the Null Coalescing Operator?

500

For purely decorative images, the alt attribute should be set to this value.

What is an empty string (alt="")?