{
    "admin_report": {
        "summary": {
            "total_questions_in_bank": 14,
            "total_users": 0,
            "average_accuracy": 0.0,
            "total_managers": 0
        },
        "chart_data": {
            "question_skill_mapping_chart": {
                "labels": [
                    "Customer Service",
                    "Soft Skill"
                ],
                "data": [
                    7,
                    7
                ],
                "type": "doughnut",
                "title": "Question Skill Mapping"
            },
            "skill_distribution_accuracy_chart": {
                "labels": [
                    "Customer Service",
                    "Soft Skill"
                ],
                "datasets": [
                    {
                        "label": "Accuracy %",
                        "data": [
                            0.0,
                            0.0
                        ]
                    }
                ],
                "type": "bar",
                "title": "Overall Skill Distribution & Accuracy"
            }
        }
    },
    "manager_reports": [],
    "user_reports": []
}