Free CONO Sample
Best for trying the question style before subscribing.
- Free sample questions
- Basic explanations
- Preview of BoardQBank CONO style
- Mobile-friendly access
- No full mock exam access
Choose a CONO Clinical Sciences preparation plan. After enrollment, customers receive account-based access to practice modules, syllabus pages, mock exams, and review materials according to the selected plan.
These plans are designed for CONO Part 2 / Ontario Clinical Sciences Examination preparation. Access is based on the selected package and remains active until the plan expires.
Best for trying the question style before subscribing.
Focused short-term preparation for 4 weeks.
Best for complete preparation over 12 weeks.
Short assessment plan with limited-time full access.
Expanded assessment plan with more mock exam practice.
High-volume assessment plan for intensive practice.
Paid CONO materials should be protected by login and plan-based access. Customers should only see the files included in their active plan.
Customer selects a CONO package from the pricing page.
Customer completes payment through Clover, Stripe, PayPal, or another secure checkout.
Customer logs in or creates an account after successful payment.
Practice modules and mock exams open according to the active package.
https://cono.boardqbank.com/payment_success.html, then guide them to https://cono.boardqbank.com/login.html.This table shows what each customer should access after enrollment.
| Page / File | Free | 1 Month | 3 Months | Assessment 1 | Assessment 2 | Assessment 3 |
|---|---|---|---|---|---|---|
| free_questions.html | Yes | Yes | Yes | Yes | Yes | Yes |
| topics.html | Yes | Yes | Yes | Yes | Yes | Yes |
| cono_syllabus.html | Yes | Yes | Yes | Yes | Yes | Yes |
| practice-modules.html | No | Yes | Yes | Yes | Yes | Yes |
| modalities.html | No | Yes | Yes | Yes | Yes | Yes |
| assessment_diagnosis.html | No | Yes | Yes | Yes | Yes | Yes |
| critical_care_public_health.html | No | Yes | Yes | Yes | Yes | Yes |
| mock_exams.html | No | 1 mock | 4 mocks | 1 mock | 3 mocks | 10 mocks |
Replace the placeholder plan buttons with real checkout links from Clover, Stripe, PayPal, WooCommerce, or another secure payment provider.
Replace the button href="#payment-gateway" with your real payment link.
<a class="btn blue" href="YOUR_CLOVER_OR_STRIPE_LINK">Enroll: 1 Month</a>Set each payment product success URL to this page:
https://cono.boardqbank.com/payment_success.htmlThen the customer should log in and access their dashboard.
After payment, customers should see a page confirming enrollment and explaining how to access their CONO material.
Add these buttons to customer_account.html or the protected dashboard:
Practice Modules: https://cono.boardqbank.com/practice-modules.html
Modalities: https://cono.boardqbank.com/modalities.html
Assessment & Diagnosis: https://cono.boardqbank.com/assessment_diagnosis.html
Mock Exams: https://cono.boardqbank.com/mock_exams.htmlFor real protection, convert paid HTML files to PHP and add plan checking:
practice-modules.html → practice-modules.php
modalities.html → modalities.php
mock_exams.html → mock_exams.phpUse this temporary form only until your payment gateway and membership system are fully connected. It opens an email request with the selected plan.
With a connected membership system, access can be automatic. With manual payment links, access must be activated by admin after payment confirmation.
A simple public HTML file cannot be fully protected. For paid content, use WordPress membership protection or convert protected files to server-controlled PHP pages.
For fastest setup, use WooCommerce with Paid Memberships Pro or MemberPress. For custom development, use PHP/MySQL with Stripe, PayPal, or Clover webhooks.