Paid Courses — Outcome-Based Education
Overview
NBA-aligned courses with measurable Course Outcomes (COs), topic quizzes, evaluated labs, and verifiable certificates.
How our courses work (OBE)
Audience: Learners, recruiters, academic partners
Use: Public static routes, course landing pages, credential explainers
Compliance framing: NBA-aligned Outcome-Based Education (OBE)
This guide describes what learners and recruiters experience. It does not document internal platform architecture.
Hero summary
Jupius paid courses are built on Outcome-Based Education (OBE) — the same accreditation mindset used in NBA/ABET-aligned programs. Every lesson, quiz, and hands-on task is tied to measurable Course Outcomes (COs). Learners see transparent progress; recruiters see verifiable credentials backed by attainment data — not just a “completed” checkbox.
What is a Course Outcome (CO)?
A Course Outcome is a clear statement of what you should be able to do after the course.
Examples:
- Apply operators and control flow to solve logical problems.
- Combine data from multiple tables using joins and subqueries.
Each course defines six outcomes (CO1–CO6). Together they describe the full skill profile of the credential.
| Concept | Plain meaning |
|---|---|
| CO | A measurable learning goal for the whole course |
| Weightage | How much that outcome contributes to the overall course profile (totals 100%) |
| Primary CO per unit | Each chapter/unit mainly develops one or more outcomes so progress is structured |
| Topic mapping | Every topic and activity links to CO(s) with a defined contribution |
How the curriculum is wired
Nothing is random. The curriculum is organized in three layers:
Course (6 COs)
└── Units / chapters (aligned to CO1–CO6)
└── Topics (lessons + quizzes + labs)
└── Each activity maps to CO(s) with weightage
Topic quizzes (MCQs)
- Short checkpoint quizzes after each topic
- Test recall, understanding, and light application
- Mapped to the same COs as the topic
- Typical pattern: ~6 questions per topic
Practice activities
- Lower-stakes exercises to try ideas before graded work
- Encourage exploration in a secure practice workspace
- May not count toward certificate lab quotas (course-specific — see each course syllabus)
Evaluated hands-on labs
- Coding, query, or scenario tasks where your solution is checked against defined criteria
- Count toward course progress, CO attainment, and certificate eligibility
- Each lab is mapped to the relevant CO(s)
- Best score on each activity counts toward outcomes
Summative gates
- Milestone checkpoints (e.g. Foundations SUMM, Professional EOC)
- Confirm breadth of learning before a certificate tier is awarded
How assessment works (learner-facing)
We use structured, instant feedback for day-to-day learning — so you know where you stand without waiting on manual grading for every exercise.
| Activity type | What you experience |
|---|---|
| Topic quiz | Answer MCQs; get immediate feedback; fair attempt limits per question |
| Practice run | Try code or queries in a secure practice workspace; see output; lower grade pressure |
| Evaluated lab submit | Submit your solution; the platform verifies correctness against defined criteria; your best score is kept; passing completes the activity |
| SQL query tasks | Your query runs against a read-only training database; results are compared to the expected answer |
Typical fair-attempt policy
| Activity | Policy (typical) |
|---|---|
| Topic quiz | Multiple attempts per question; activity pass often ~60% of available marks |
| Evaluated lab | Limited graded submits (e.g. 5); unlimited practice runs where offered |
| Outcome math | Best performance per activity counts |
What is attainment?
Attainment answers: “Has this learner actually met Course Outcome 3?”
It is not video watch time or page views alone.
Formula (conceptual)
Attainment for COx =
(weighted marks earned on required activities mapped to COx)
÷
(maximum marks available on those same activities)
× 100
| Rule | Meaning |
|---|---|
| Required activities only | Optional/stretch content does not unfairly lower your score |
| Best score counts | Your highest achieved mark on each activity is used |
| Weighted mapping | If a lab contributes 100% to CO2, its marks flow to CO2 |
| Threshold | Typically 70% per CO (some courses use 75% or 80% on advanced tiers) |
| Outcome met | Attainment score ≥ threshold for that CO |
Learners see a CO dashboard: CO1…CO6 with progress, marks earned, and whether each outcome is met.
What is Bloom’s taxonomy — and why we track it
Bloom’s taxonomy classifies how deeply you are thinking:
| Level | Learner action | Example |
|---|---|---|
| Remember | Recall facts | “What does LEFT JOIN preserve?” |
| Understand | Explain ideas | “Why is NULL not equal to zero?” |
| Apply | Use skills in new tasks | Write a query or program for a new problem |
| Analyze | Break down / debug | Choose the right structure or fix flawed logic |
| Evaluate | Judge quality | Capstone rubric, design trade-offs |
| Create | Build something new | Integrative projects |
How we use it
- Each topic and activity carries a Bloom level
- Your Skills breakdown shows evidence built at each level (from marks on mapped activities)
- Recruiters can see whether a candidate mostly memorized syntax or can apply and analyze
A CO headline may say “Explain…” (Understand) while labs under it are Apply — outcome wording and evidence type work together.
Certificate model (typical paid tracks)
Most programming courses offer two live certificate tiers. SQL (PG-SQL-A) also defines a third Mastery tier in curriculum.
| Tier | Typical scope | Typical requirements |
|---|---|---|
| Foundations | CO1–CO4 | ≥70–75% attainment on those COs · ≥90% of required evaluated labs in scope · pass Foundations SUMM gate |
| Professional | CO1–CO6 | Same CO threshold · ≥95% of required evaluated labs course-wide · pass Professional EOC capstone gate |
| Mastery (SQL curriculum) | CO1–CO6 | Stricter attainment (80%) · 95% lab completion · requires Professional first |
Python additionally includes a competitive-programming integrative gate (12 capstone labs) for Professional.
Issued certificates can be verified on a public verify page (where enabled), with CO attainment snapshots at issue time.
Why this helps learners
- Clear path — You know why you are doing each lab (which outcome it proves).
- Honest progress — Dashboard shows gaps before summative gates surprise you.
- Stackable credentials — Foundations first, then Professional (and Mastery where offered).
- Skills profile — Bloom breakdown shows depth, not a single percentage.
- Employability — Certificates embed CO attainment recruiters can review.
Why this helps recruiters
- Outcome-aligned hiring — Map job skills to CO1–CO6 statements on the syllabus.
- Verifiable credentials — Issued only when eligibility rules pass.
- Attainment on credential — Claims include which outcomes were met and at what level.
- High lab-completion quotas — Professional tiers require strong completion of evaluated hands-on work (typically 90–95%), not passive consumption.
- OBE alignment — Useful for campus partnerships and vendors who need audit trails.
Why this helps institutions
- NBA-style OBE traceability: topics → outcomes → assessments → attainment → cohort reporting
- Faculty can review cohort CO progress (class management features)
- Curriculum maps to measurable evidence, not attendance alone
Glossary (public)
| Term | Learner-facing meaning |
|---|---|
| OBE | Teaching and assessment organized around measurable outcomes |
| CO | Course Outcome — what you should be able to do |
| Attainment | Percentage showing how well you met a specific CO |
| Evaluated lab | Hands-on task that counts toward progress and certificates |
| Practice activity | Try-it workspace; may not count toward certificate quotas |
| Summative gate | Milestone assessment before a certificate tier |
| Execution environment | Secure place where your code or SQL runs (shared training dataset for SQL) |
| Schema reference | Table/column dictionary available while writing SQL queries |
Course pricing (INR)
| Course | Price |
|---|---|
| Fundamentals of Python | ₹3,000 |
| Fundamentals of C | ₹2,000 |
| C Data Structures & Algorithms | ₹2,500 |
| Fundamentals of Node.js | ₹1,500 |
| Fundamentals of React | ₹1,500 |
| SQL for practice — query mastery | ₹3,000 |
Full public syllabi
- Fundamentals of Python — 19 weeks, 2 certificate tier(s), CO threshold 70%
- Fundamentals of C — 17 weeks, 2 certificate tier(s), CO threshold 75%
- C Data Structures & Algorithms — 14 weeks, 2 certificate tier(s), CO threshold 75%
- Fundamentals of Node.js — 12 weeks, 2 certificate tier(s), CO threshold 70%
- Fundamentals of React — 12 weeks, 2 certificate tier(s), CO threshold 70%
- SQL for practice — query mastery — 12 weeks, 3 certificate tier(s), CO threshold 75–80%