{
  "status": "success",
  "message": "Quiz rankings retrieved successfully",
  "data": {
    "quiz": {
      "id": 101,
      "name": "CPNS Basic Tryout - Set 1",
      "description": "Basic tryout quiz to prepare for the CPNS examination",
      "quiz_type": "tryout",
      "time_limit": 7200,
      "passing_score": 70
    },
    "total_participants": 153,
    "rankings": [
      {
        "rank": 1,
        "customer_id": 5421,
        "name": "Ahmad Fauzi",
        "score": 86,
        "score_percentage": 86.0,
        "time_taken": 4563,
        "passed": true,
        "categories": {
          "TWK": {
            "id": 1,
            "name": "Tes Wawasan Kebangsaan",
            "code": "TWK",
            "total_questions": 30,
            "correct_count": 25,
            "score": 25,
            "score_percentage": 83.3,
            "time_spent": 1650,
            "avg_time_per_question": 55.0
          },
          "TIU": {
            "id": 2,
            "name": "Tes Intelegensi Umum",
            "code": "TIU",
            "total_questions": 35,
            "correct_count": 32,
            "score": 32,
            "score_percentage": 91.4,
            "time_spent": 1983,
            "avg_time_per_question": 56.7
          },
          "TKP": {
            "id": 3,
            "name": "Tes Karakteristik Pribadi",
            "code": "TKP",
            "total_questions": 35,
            "correct_count": 29,
            "score": 29,
            "score_percentage": 82.9,
            "time_spent": 930,
            "avg_time_per_question": 26.6
          }
        }
      },
      {
        "rank": 2,
        "customer_id": 4982,
        "name": "Siti Nurhayati",
        "score": 83,
        "score_percentage": 83.0,
        "time_taken": 5102,
        "passed": true,
        "categories": {
          "TWK": {
            "id": 1,
            "name": "Tes Wawasan Kebangsaan",
            "code": "TWK",
            "total_questions": 30,
            "correct_count": 27,
            "score": 27,
            "score_percentage": 90.0,
            "time_spent": 1730,
            "avg_time_per_question": 57.7
          },
          "TIU": {
            "id": 2,
            "name": "Tes Intelegensi Umum",
            "code": "TIU",
            "total_questions": 35,
            "correct_count": 28,
            "score": 28,
            "score_percentage": 80.0,
            "time_spent": 2142,
            "avg_time_per_question": 61.2
          },
          "TKP": {
            "id": 3,
            "name": "Tes Karakteristik Pribadi",
            "code": "TKP",
            "total_questions": 35,
            "correct_count": 28,
            "score": 28,
            "score_percentage": 80.0,
            "time_spent": 1230,
            "avg_time_per_question": 35.1
          }
        }
      },
      {
        "rank": 3,
        "customer_id": 6754,
        "name": "Budi Santoso",
        "score": 80,
        "score_percentage": 80.0,
        "time_taken": 4890,
        "passed": true,
        "categories": {
          "TWK": {
            "id": 1,
            "name": "Tes Wawasan Kebangsaan",
            "code": "TWK",
            "total_questions": 30,
            "correct_count": 24,
            "score": 24,
            "score_percentage": 80.0,
            "time_spent": 1560,
            "avg_time_per_question": 52.0
          },
          "TIU": {
            "id": 2,
            "name": "Tes Intelegensi Umum",
            "code": "TIU",
            "total_questions": 35,
            "correct_count": 30,
            "score": 30,
            "score_percentage": 85.7,
            "time_spent": 2275,
            "avg_time_per_question": 65.0
          },
          "TKP": {
            "id": 3,
            "name": "Tes Karakteristik Pribadi",
            "code": "TKP",
            "total_questions": 35,
            "correct_count": 26,
            "score": 26,
            "score_percentage": 74.3,
            "time_spent": 1055,
            "avg_time_per_question": 30.1
          }
        }
      }
    ],
    "current_customer": {
      "rank": 45,
      "percentile": 70.6,
      "score": 72,
      "score_percentage": 72.0,
      "time_taken": 5480,
      "passed": true,
      "categories": {
        "TWK": {
          "id": 1,
          "name": "Tes Wawasan Kebangsaan",
          "code": "TWK",
          "total_questions": 30,
          "correct_count": 21,
          "score": 21,
          "score_percentage": 70.0,
          "time_spent": 1830,
          "avg_time_per_question": 61.0
        },
        "TIU": {
          "id": 2,
          "name": "Tes Intelegensi Umum",
          "code": "TIU",
          "total_questions": 35,
          "correct_count": 28,
          "score": 28,
          "score_percentage": 80.0,
          "time_spent": 2450,
          "avg_time_per_question": 70.0
        },
        "TKP": {
          "id": 3,
          "name": "Tes Karakteristik Pribadi",
          "code": "TKP",
          "total_questions": 35,
          "correct_count": 23,
          "score": 23,
          "score_percentage": 65.7,
          "time_spent": 1200,
          "avg_time_per_question": 34.3
        }
      }
    },
    "category_averages": {
      "TWK": {
        "id": 1,
        "name": "Tes Wawasan Kebangsaan",
        "code": "TWK",
        "avg_score_percentage": 68.5,
        "avg_time_per_question": 58.3
      },
      "TIU": {
        "id": 2,
        "name": "Tes Intelegensi Umum",
        "code": "TIU",
        "avg_score_percentage": 65.2,
        "avg_time_per_question": 64.7
      },
      "TKP": {
        "id": 3,
        "name": "Tes Karakteristik Pribadi",
        "code": "TKP",
        "avg_score_percentage": 70.8,
        "avg_time_per_question": 32.5
      }
    }
  }
} 