Skip to content

[FEATURE]: Per-module quiz for COA#257

Open
theblag wants to merge 1 commit into
pushkarscripts:mainfrom
theblag:feat/permodule-quiz-coa
Open

[FEATURE]: Per-module quiz for COA#257
theblag wants to merge 1 commit into
pushkarscripts:mainfrom
theblag:feat/permodule-quiz-coa

Conversation

@theblag
Copy link
Copy Markdown
Contributor

@theblag theblag commented Jun 5, 2026

Related Issue

Fixes #162


Description

Added per module quizzes for all 8 chapters of the Computer Organization and Architecture (COA) course. Each quiz contains 10 structured multiple choice questions with balanced options and detailed explanations for each question.

Key Changes

  • Quiz Questions [lib/quizData.ts]: Defined 8 new quizzes (coa-ch1 through coa-ch8) within the moduleQuizzes array.
  • Quiz Cards [lib/quizData.ts]: Configured card metadata entries within moduleQuizCards to handle page card rendering and navigation details.
  • Chapter Routing Map [app/sem3/coa/[chapter]/page.tsx]: Linked page slugs (ch1ch8) to the newly introduced quiz slugs (coa-ch1coa-ch8) in the local chapterQuizSlugMap.

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • UI/UX improvement
  • Refactor

Screenshots / Demo

image image

How Has This Been Tested?

Tested Locally, build command ran successfully. Quiz questions verified by AI

Checklist

  • My code follows the project structure and conventions
  • I have tested the changes locally
  • I have linked the related issue properly
  • I have added screenshots where applicable
  • No existing functionality was broken

AI Usage

  • I have not used AI tools for this contribution

  • I have used AI tools (ChatGPT, Copilot, Claude, etc.) and I have reviewed, verified, and understood all generated code/content before submitting this PR

If AI tools were used, briefly explain how:

Used AI to extract best 10 questions from each modules, with detailed explanations.


Additional Notes

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Jun 5, 2026

@theblag is attempting to deploy a commit to the PushkarScripts Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Add per module quiz for Computer Organization and Architecture

1 participant