Put a citizenship practice question on your website
If you run a website for newcomers, a settlement organization, a school, or a library program, you can add a live practice question with one snippet of HTML. It is completely free, sets no cookies, and tracks nothing. Every question comes from our verified bank based on the official Discover Canada study guide.
See it live
Add it to your site
Pick the flavour that fits your site and copy it anywhere HTML goes. The widget carries OathReady branding and a credit link inside the frame (it does not function without them). Keeping the extra credit line under the widget helps other newcomers find free practice, and helps us keep this free.
Random question, light
The default: a new random question on every page load.
<iframe
src="https://oathready.ca/embed/question"
width="100%" height="520" loading="lazy"
style="max-width: 480px; border: 0; border-radius: 12px"
title="Canadian citizenship practice question"></iframe>
<p>
<a href="https://oathready.ca/">Free Canadian citizenship test practice from OathReady</a>
</p>Random question, dark
Same, styled for dark websites.
<iframe
src="https://oathready.ca/embed/question?theme=dark"
width="100%" height="520" loading="lazy"
style="max-width: 480px; border: 0; border-radius: 12px"
title="Canadian citizenship practice question"></iframe>
<p>
<a href="https://oathready.ca/">Free Canadian citizenship test practice from OathReady</a>
</p>Question of the day, light
Everyone sees the same question each calendar day.
<iframe
src="https://oathready.ca/embed/question?mode=daily"
width="100%" height="520" loading="lazy"
style="max-width: 480px; border: 0; border-radius: 12px"
title="Canadian citizenship practice question"></iframe>
<p>
<a href="https://oathready.ca/">Free Canadian citizenship test practice from OathReady</a>
</p>Question of the day, dark
Question of the day for dark websites.
<iframe
src="https://oathready.ca/embed/question?mode=daily&theme=dark"
width="100%" height="520" loading="lazy"
style="max-width: 480px; border: 0; border-radius: 12px"
title="Canadian citizenship practice question"></iframe>
<p>
<a href="https://oathready.ca/">Free Canadian citizenship test practice from OathReady</a>
</p>More options
Add these to the iframe URL (combine with &):
topic=historylimits questions to one study topic:history,government,geography,rights,symbols,economy, orlaw. Great for a topic-specific article or lesson page.transparent=1removes the widget background so it blends into your page's own colour.
Questions, custom sizes, or a version for your learning platform? Email support@oathready.ca and we will make it work.