Skip to content

Matematik › Statistik: add “Deskriptiv statistik” umbrella topic and surface it in category navigation - #48

Closed
rastermanden with Copilot wants to merge 2 commits into
mainfrom
copilot/add-statistics-overview
Closed

Matematik › Statistik: add “Deskriptiv statistik” umbrella topic and surface it in category navigation#48
rastermanden with Copilot wants to merge 2 commits into
mainfrom
copilot/add-statistics-overview

Conversation

Copilot AI commented May 13, 2026

Copy link
Copy Markdown
Contributor

This PR addresses the Statistik umbrella scope under Matematik by adding a core topic that covers descriptive statistics fundamentals (data representation, key measures, and diagrams) with Danish learner-facing content and quiz material.

  • Ny Statistik-kerne under Matematik

    • Added content/matematik/deskriptiv-statistik.ts as a new Topic.
    • Covers:
      • dataindsamling og repræsentation
      • hyppighed/frekvens/kumuleret frekvens
      • middelværdi/median/typetal
      • kvartiler, spredningsmål, varians, standardafvigelse
      • diagramtyper (søjle, cirkel, histogram, boksplot, sumkurve)
      • grupperede observationer og sammenligning af datasæt
    • Includes a focused quiz for interpretation and statistical reasoning.
  • Kategori-integration (Matematik › Statistik)

    • Wired the new topic into content/matematik/index.ts:
      • topics: [deskriptivStatistik, lineaerRegression, risikoforhold]
    • Keeps existing Statistik topics intact while adding umbrella-level foundational coverage.
  • Documentation alignment

    • Updated README.md to reflect current Statistik topic set under Matematik.
  • Example (integration change)

    // content/matematik/index.ts
    import { deskriptivStatistik } from "./deskriptiv-statistik";
    
    // ...
    {
      slug: "statistik",
      title: "Statistik",
      topics: [deskriptivStatistik, lineaerRegression, risikoforhold],
    }
  • screenshot

    • Matematik Statistik UI

Copilot AI linked an issue May 13, 2026 that may be closed by this pull request
13 tasks
Agent-Logs-Url: https://github.com/rastermanden/myexams/sessions/1dedc024-b65e-4823-92f0-8a1630cf7d53

Co-authored-by: rastermanden <1125134+rastermanden@users.noreply.github.com>
Copilot AI changed the title [WIP] Add umbrella issue for statistik category in matematik Matematik › Statistik: add “Deskriptiv statistik” umbrella topic and surface it in category navigation May 13, 2026
@rastermanden
rastermanden marked this pull request as ready for review May 13, 2026 14:19
Copilot AI requested a review from rastermanden May 13, 2026 14:19
rastermanden pushed a commit that referenced this pull request May 13, 2026
Re-roll of #48 onto the per-category content structure from #61:
- New topic file content/matematik/deskriptiv-statistik.ts (Copilot
  author preserved).
- Registered in content/matematik/categories/statistik.ts alongside
  lineaerRegression and risikoforhold.
@rastermanden

Copy link
Copy Markdown
Owner

Superseded by #63, which has been merged into main. Content was preserved verbatim and re-authored against the per-category content structure from #61. Closing.


Generated by Claude Code

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.

Matematik › Statistik (umbrella)

2 participants