The philosophy describing Sandbox’s dedication to non-profit missions.
What is "Amplifying Good"?
The PHP framework known for its "Eloquent" ORM.
What is Laravel?
The Ontario law mandating web accessibility.
What is AODA?
The symbol used to start a directive in Velocity.
What is #?
This semantic HTML tag should be used for the main navigation menu to support screen reader landmarks.
What is <nav>?
The University from which both founders graduated.
What is the University of Guelph?
The database Sandbox migrated Southwestern Public Health away from.
What is Drupal?
The acronym P.O.U.R stands for these four principles.
What are Perceivable, Operable, Understandable, Robust?
The Velocity directive used to iterate over a list.
What is #foreach?
When a modal opens, focus must be moved inside it and prevented from leaving. This technique is called...
What is a Focus Trap?
The major hospital foundation that uses a multi-site Sandbox ecosystem.
Who is the Sunnybrook Foundation?
The Java ORM used in the OASIS CMS.
What is Hibernate?
The minimum contrast ratio for normal text in WCAG AA.
What is 4.5:1?
A React hook used to manage state in a functional component.
What is useState?
Using div onClick={...} is bad practice. You should instead use this native interactive element.
What is a <button>?
The proprietary Java-based CMS developed by Sandbox.
What is OASIS?
A utility-first CSS framework used for rapid UI development.
What is Tailwind CSS?
This HTML attribute announces dynamic updates to screen readers.
What is aria-live?
The Hibernate state of an object that was persistent but its session is closed.
What is Detached?
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)?
The year Sandbox Software Solutions was founded.
What is 2004?
The "Write Once, Publish Anywhere" capability refers to this system.
What is OASIS?
The success criterion requiring a "Skip to Content" mechanism.
What is 2.4.1 Bypass Blocks?
The operator ?? in PHP 7+ is called this.
What is the Null Coalescing Operator?
For purely decorative images, the alt attribute should be set to this value.
What is an empty string (alt="")?