Business Studies
Study notes, hidden terminology cards, randomised quizzes, daily points, weekly tracking, and exam-style practice.
CAPSforge Business Studies
This is the GitHub testing version. It is built as a static offline PWA so it can be uploaded to GitHub and deployed through Cloudflare Pages.
- Works offline after first load.
- Questions randomise on reset.
- Correct answers only show after the learner selects Show Answers.
- Daily quiz stores points by date.
- Missed daily task deductions are shown in the weekly table.
Update-friendly structure
Most content is stored in js/data.js. You can add more notes, questions, keywords, terminology, and practice cards without redesigning the app.
Daily task rule
A missed daily task results in a points deduction. The deduction starts at 2 points and doubles for every consecutive missed day: -2, -4, -8, -16, and so on. Completing a daily quiz resets the missed-day streak.
Monthly points
Points and daily results are saved offline on this device.
Daily points guide
- 5/5 = 10 points
- 4/5 = 8 points
- 3/5 = 6 points
- 2/5 = 4 points
- 1/5 = 2 points
- 0/5 = 1 point for attempting
Weekly points table
The table keeps daily quiz data per date. Missed days are shown with the automatic deduction rule.
| Date | Day | Status | Score | Points | Deduction |
|---|