Skip to content

Percentage-Calculation

MSc-level quiz on percentage calculations with finance applications - 20 MC questions

View on GitHub


Information

Property Value
Language HTML
Stars 0
Forks 0
Watchers 0
Open Issues 0
License MIT License
Created 2026-02-06
Last Updated 2026-03-25
Last Push 2026-02-06
Contributors 1
Default Branch master
Visibility private

Datasets

This repository includes 3 dataset(s):

Dataset Format Size

| ralplan-state.json | .json | 0.41 KB |

| ultrawork-state.json | .json | 12.92 KB |

| questions.json | .json | 9.05 KB |

Reproducibility

This repository includes reproducibility tools:

  • Python requirements.txt

Status

  • Issues: Enabled
  • Wiki: Enabled
  • Pages: Enabled

README

Percentage Calculations

MSc-level quiz on percentage calculations with finance applications.

Course Overview

This module covers fundamental concepts in percentage calculations, designed for students with diverse backgrounds. All concepts are explained with applications to finance and business.

Topics Covered

# Topic
1 Basic Percentage Calculations
2 Percentage Increase and Decrease
3 Finding Percentages and Original Values
4 Successive Percentages
5 Percentage Points vs Percentages
6 Profit and Loss Percentages
7 Interest, Discounts, and Markup
8 Tax and Commission
9 Growth Rates and Percentage Change
10 Weighted Percentages and Market Share

Technical Details

  • Format: Beamer slides (Madrid theme)
  • Quiz: Interactive HTML with KaTeX math rendering
  • Questions: 20 multiple choice questions

Folder Structure

Percentage-Calculation/
├── 01_percentage_fundamentals/
│   ├── 01_percentage_fundamentals_quiz.tex
│   └── questions.json
├── quiz/
│   └── quiz1.html
├── .github/workflows/
│   ├── compile_slides.yml
│   └── validate_quizzes.yml
└── ... (support files)

Requirements

  • Python 3.8+
  • LaTeX distribution with Beamer support

License

MIT License - Educational use.

Installation

git clone https://github.com/Digital-AI-Finance/Percentage-Calculation.git
cd Percentage-Calculation
pip install -r requirements.txt

Usage

# Compile LaTeX quiz
python compile_quizzes.py

# Open interactive HTML quiz
open quiz/quiz1.html

(c) Joerg Osterrieder 2025