TheCodingForceUPSLP / marathon-quiz-game

UPSLP OpenSource project Marathon Quiz Game in C/C++.
2 stars 0 forks source link

REQ-018: Difficult Questions Ranking #19

Open gfdfranco opened 1 week ago

gfdfranco commented 1 week ago

Difficult Questions Ranking

Description

Display top 5 most failed questions with their failure percentage and category information.

Requirements

Display Format

==============================
MOST CHALLENGING QUESTIONS
==============================
1. [ID: 5] - Failed 85% times
   Category: History

2. [ID: 12] - Failed 78% times
   Category: Science

[...]
==============================

Core Features

Tasks

  1. Question Statistics Processing

    • [ ] Create function to calculate failure percentage
    • [ ] Sort questions by failure rate
    • [ ] Get top 5 most failed
  2. Display System

    • [ ] Format display header
    • [ ] Show question ID and fail rate
    • [ ] Include category information
    • [ ] Format percentage display
R1K4-13 commented 1 week ago

Hacer txt con preguntas a forma de ejemplo y además con las respuestas

top 5 de las preguntas más falladas

número de veces que se erran por preguntas