{
    "django_basics": {
        "q1": {
            "question": "Which file in Django contains URL configurations?",
            "options": [
                "urls.py",
                "views.py",
                "models.py"
            ],
            "correct_answer": "urls.py"
        },
        "q2": {
            "question": "What command is used to start a new Django project?",
            "options": [
                "django-admin startproject",
                "django new project",
                "startproject django"
            ],
            "correct_answer": "django-admin startproject"
        },
        "q3": {
            "question": "What does ORM stand for in Django?",
            "options": [
                "Object Relational Mapping",
                "Object Rendering Model",
                "Online Resource Management"
            ],
            "correct_answer": "Object Relational Mapping"
        },
        "q4": {
            "question": "What does ORM stand for in Django?",
            "options": [
                "Object Relational Mapping",
                "Object Rendering Model",
                "Online Resource Management"
            ],
            "correct_answer": "Object Relational Mapping"
        },
        "q5": {
            "question": "What does ORM stand for in Django?",
            "options": [
                "Object Relational Mapping",
                "Object Rendering Model",
                "Online Resource Management"
            ],
            "correct_answer": "Object Relational Mapping"
        },
        "q6": {
            "question": "What command is used to start a new Django project?",
            "options": [
                "django-admin startproject",
                "django new project",
                "startproject django"
            ],
            "correct_answer": "django-admin startproject"
        },
        "q7": {
            "question": "What command is used to start a new Django project?",
            "options": [
                "django-admin startproject",
                "django new project",
                "startproject django"
            ],
            "correct_answer": "django-admin startproject"
        },
        "q8": {
            "question": "What command is used to start a new Django project?",
            "options": [
                "django-admin startproject",
                "django new project",
                "startproject django"
            ],
            "correct_answer": "django-admin startproject"
        },
        "q9": {
            "question": "Which file in Django contains URL configurations?",
            "options": [
                "urls.py",
                "views.py",
                "models.py"
            ],
            "correct_answer": "urls.py"
        },
        "q10": {
            "question": "What does ORM stand for in Django?",
            "options": [
                "Object Relational Mapping",
                "Object Rendering Model",
                "Online Resource Management"
            ],
            "correct_answer": "Object Relational Mapping"
        },
        "q11": {
            "question": "What does ORM stand for in Django?",
            "options": [
                "Object Relational Mapping",
                "Object Rendering Model",
                "Online Resource Management"
            ],
            "correct_answer": "Object Relational Mapping"
        },
        "q12": {
            "question": "What does ORM stand for in Django?",
            "options": [
                "Object Relational Mapping",
                "Object Rendering Model",
                "Online Resource Management"
            ],
            "correct_answer": "Object Relational Mapping"
        },
        "q13": {
            "question": "What does ORM stand for in Django?",
            "options": [
                "Object Relational Mapping",
                "Object Rendering Model",
                "Online Resource Management"
            ],
            "correct_answer": "Object Relational Mapping"
        },
        "q14": {
            "question": "Which file in Django contains URL configurations?",
            "options": [
                "urls.py",
                "views.py",
                "models.py"
            ],
            "correct_answer": "urls.py"
        },
        "q15": {
            "question": "Which file in Django contains URL configurations?",
            "options": [
                "urls.py",
                "views.py",
                "models.py"
            ],
            "correct_answer": "urls.py"
        },
        "q16": {
            "question": "What does ORM stand for in Django?",
            "options": [
                "Object Relational Mapping",
                "Object Rendering Model",
                "Online Resource Management"
            ],
            "correct_answer": "Object Relational Mapping"
        },
        "q17": {
            "question": "Which file in Django contains URL configurations?",
            "options": [
                "urls.py",
                "views.py",
                "models.py"
            ],
            "correct_answer": "urls.py"
        },
        "q18": {
            "question": "Which file in Django contains URL configurations?",
            "options": [
                "urls.py",
                "views.py",
                "models.py"
            ],
            "correct_answer": "urls.py"
        },
        "q19": {
            "question": "What command is used to start a new Django project?",
            "options": [
                "django-admin startproject",
                "django new project",
                "startproject django"
            ],
            "correct_answer": "django-admin startproject"
        },
        "q20": {
            "question": "What command is used to start a new Django project?",
            "options": [
                "django-admin startproject",
                "django new project",
                "startproject django"
            ],
            "correct_answer": "django-admin startproject"
        },
        "theory": "Django is a high-level Python web framework..."
    },
    "python_basics": {
        "q1": {
            "question": "What is the result of `3 ** 2` in Python?",
            "options": [
                "6",
                "9",
                "8"
            ],
            "correct_answer": "9"
        },
        "q2": {
            "question": "What type does the expression `5 / 2` return in Python 3?",
            "options": [
                "int",
                "float",
                "str"
            ],
            "correct_answer": "float"
        },
        "q3": {
            "question": "What is the result of `3 ** 2` in Python?",
            "options": [
                "6",
                "9",
                "8"
            ],
            "correct_answer": "9"
        },
        "q4": {
            "question": "What type does the expression `5 / 2` return in Python 3?",
            "options": [
                "int",
                "float",
                "str"
            ],
            "correct_answer": "float"
        },
        "q5": {
            "question": "What is the result of `3 ** 2` in Python?",
            "options": [
                "6",
                "9",
                "8"
            ],
            "correct_answer": "9"
        },
        "q6": {
            "question": "What is the result of `3 ** 2` in Python?",
            "options": [
                "6",
                "9",
                "8"
            ],
            "correct_answer": "9"
        },
        "q7": {
            "question": "What type does the expression `5 / 2` return in Python 3?",
            "options": [
                "int",
                "float",
                "str"
            ],
            "correct_answer": "float"
        },
        "q8": {
            "question": "Which of the following is a valid list declaration?",
            "options": [
                "list = [1, 2, 3]",
                "list = {1, 2, 3}",
                "list = (1, 2, 3)"
            ],
            "correct_answer": "list = [1, 2, 3]"
        },
        "q9": {
            "question": "Which of the following is a valid list declaration?",
            "options": [
                "list = [1, 2, 3]",
                "list = {1, 2, 3}",
                "list = (1, 2, 3)"
            ],
            "correct_answer": "list = [1, 2, 3]"
        },
        "q10": {
            "question": "What type does the expression `5 / 2` return in Python 3?",
            "options": [
                "int",
                "float",
                "str"
            ],
            "correct_answer": "float"
        },
        "q11": {
            "question": "What type does the expression `5 / 2` return in Python 3?",
            "options": [
                "int",
                "float",
                "str"
            ],
            "correct_answer": "float"
        },
        "q12": {
            "question": "What type does the expression `5 / 2` return in Python 3?",
            "options": [
                "int",
                "float",
                "str"
            ],
            "correct_answer": "float"
        },
        "q13": {
            "question": "What type does the expression `5 / 2` return in Python 3?",
            "options": [
                "int",
                "float",
                "str"
            ],
            "correct_answer": "float"
        },
        "q14": {
            "question": "Which of the following is a valid list declaration?",
            "options": [
                "list = [1, 2, 3]",
                "list = {1, 2, 3}",
                "list = (1, 2, 3)"
            ],
            "correct_answer": "list = [1, 2, 3]"
        },
        "q15": {
            "question": "What is the result of `3 ** 2` in Python?",
            "options": [
                "6",
                "9",
                "8"
            ],
            "correct_answer": "9"
        },
        "q16": {
            "question": "What is the result of `3 ** 2` in Python?",
            "options": [
                "6",
                "9",
                "8"
            ],
            "correct_answer": "9"
        },
        "q17": {
            "question": "Which of the following is a valid list declaration?",
            "options": [
                "list = [1, 2, 3]",
                "list = {1, 2, 3}",
                "list = (1, 2, 3)"
            ],
            "correct_answer": "list = [1, 2, 3]"
        },
        "q18": {
            "question": "Which of the following is a valid list declaration?",
            "options": [
                "list = [1, 2, 3]",
                "list = {1, 2, 3}",
                "list = (1, 2, 3)"
            ],
            "correct_answer": "list = [1, 2, 3]"
        },
        "q19": {
            "question": "Which of the following is a valid list declaration?",
            "options": [
                "list = [1, 2, 3]",
                "list = {1, 2, 3}",
                "list = (1, 2, 3)"
            ],
            "correct_answer": "list = [1, 2, 3]"
        },
        "q20": {
            "question": "Which of the following is a valid list declaration?",
            "options": [
                "list = [1, 2, 3]",
                "list = {1, 2, 3}",
                "list = (1, 2, 3)"
            ],
            "correct_answer": "list = [1, 2, 3]"
        },
        "theory": "Python is a high-level, interpreted programming language..."
    },
    "ui_ux_objectives": {
        "q1": {
            "question": "Which principle focuses on keeping the interface consistent?",
            "options": [
                "Consistency",
                "Simplicity",
                "Accessibility"
            ],
            "correct_answer": "Consistency"
        },
        "q2": {
            "question": "What is the main goal of UI design?",
            "options": [
                "Improve usability",
                "Boost SEO",
                "Manage data"
            ],
            "correct_answer": "Improve usability"
        },
        "q3": {
            "question": "Which principle focuses on keeping the interface consistent?",
            "options": [
                "Consistency",
                "Simplicity",
                "Accessibility"
            ],
            "correct_answer": "Consistency"
        },
        "q4": {
            "question": "What does UX stand for?",
            "options": [
                "User Experience",
                "User Exploration",
                "User Extension"
            ],
            "correct_answer": "User Experience"
        },
        "q5": {
            "question": "What is the main goal of UI design?",
            "options": [
                "Improve usability",
                "Boost SEO",
                "Manage data"
            ],
            "correct_answer": "Improve usability"
        },
        "q6": {
            "question": "Which principle focuses on keeping the interface consistent?",
            "options": [
                "Consistency",
                "Simplicity",
                "Accessibility"
            ],
            "correct_answer": "Consistency"
        },
        "q7": {
            "question": "What is the main goal of UI design?",
            "options": [
                "Improve usability",
                "Boost SEO",
                "Manage data"
            ],
            "correct_answer": "Improve usability"
        },
        "q8": {
            "question": "What is the main goal of UI design?",
            "options": [
                "Improve usability",
                "Boost SEO",
                "Manage data"
            ],
            "correct_answer": "Improve usability"
        },
        "q9": {
            "question": "Which principle focuses on keeping the interface consistent?",
            "options": [
                "Consistency",
                "Simplicity",
                "Accessibility"
            ],
            "correct_answer": "Consistency"
        },
        "q10": {
            "question": "What is the main goal of UI design?",
            "options": [
                "Improve usability",
                "Boost SEO",
                "Manage data"
            ],
            "correct_answer": "Improve usability"
        },
        "q11": {
            "question": "What does UX stand for?",
            "options": [
                "User Experience",
                "User Exploration",
                "User Extension"
            ],
            "correct_answer": "User Experience"
        },
        "q12": {
            "question": "Which principle focuses on keeping the interface consistent?",
            "options": [
                "Consistency",
                "Simplicity",
                "Accessibility"
            ],
            "correct_answer": "Consistency"
        },
        "q13": {
            "question": "Which principle focuses on keeping the interface consistent?",
            "options": [
                "Consistency",
                "Simplicity",
                "Accessibility"
            ],
            "correct_answer": "Consistency"
        },
        "q14": {
            "question": "What is the main goal of UI design?",
            "options": [
                "Improve usability",
                "Boost SEO",
                "Manage data"
            ],
            "correct_answer": "Improve usability"
        },
        "q15": {
            "question": "Which principle focuses on keeping the interface consistent?",
            "options": [
                "Consistency",
                "Simplicity",
                "Accessibility"
            ],
            "correct_answer": "Consistency"
        },
        "q16": {
            "question": "What is the main goal of UI design?",
            "options": [
                "Improve usability",
                "Boost SEO",
                "Manage data"
            ],
            "correct_answer": "Improve usability"
        },
        "q17": {
            "question": "What is the main goal of UI design?",
            "options": [
                "Improve usability",
                "Boost SEO",
                "Manage data"
            ],
            "correct_answer": "Improve usability"
        },
        "q18": {
            "question": "What does UX stand for?",
            "options": [
                "User Experience",
                "User Exploration",
                "User Extension"
            ],
            "correct_answer": "User Experience"
        },
        "q19": {
            "question": "Which principle focuses on keeping the interface consistent?",
            "options": [
                "Consistency",
                "Simplicity",
                "Accessibility"
            ],
            "correct_answer": "Consistency"
        },
        "q20": {
            "question": "Which principle focuses on keeping the interface consistent?",
            "options": [
                "Consistency",
                "Simplicity",
                "Accessibility"
            ],
            "correct_answer": "Consistency"
        },
        "theory": "UI/UX focuses on the design and user experience of digital products..."
    },
    "analysis_basics": {
        "q1": {
            "question": "What does CSV stand for?",
            "options": [
                "Comma Separated Values",
                "Common System Values",
                "Control Structured Variables"
            ],
            "correct_answer": "Comma Separated Values"
        },
        "q2": {
            "question": "What is the primary data structure in pandas?",
            "options": [
                "DataFrame",
                "Array",
                "List"
            ],
            "correct_answer": "DataFrame"
        },
        "q3": {
            "question": "What does CSV stand for?",
            "options": [
                "Comma Separated Values",
                "Common System Values",
                "Control Structured Variables"
            ],
            "correct_answer": "Comma Separated Values"
        },
        "q4": {
            "question": "What is the primary data structure in pandas?",
            "options": [
                "DataFrame",
                "Array",
                "List"
            ],
            "correct_answer": "DataFrame"
        },
        "q5": {
            "question": "Which library is commonly used for data analysis in Python?",
            "options": [
                "pandas",
                "numpy",
                "matplotlib"
            ],
            "correct_answer": "pandas"
        },
        "q6": {
            "question": "Which library is commonly used for data analysis in Python?",
            "options": [
                "pandas",
                "numpy",
                "matplotlib"
            ],
            "correct_answer": "pandas"
        },
        "q7": {
            "question": "Which library is commonly used for data analysis in Python?",
            "options": [
                "pandas",
                "numpy",
                "matplotlib"
            ],
            "correct_answer": "pandas"
        },
        "q8": {
            "question": "What does CSV stand for?",
            "options": [
                "Comma Separated Values",
                "Common System Values",
                "Control Structured Variables"
            ],
            "correct_answer": "Comma Separated Values"
        },
        "q9": {
            "question": "What does CSV stand for?",
            "options": [
                "Comma Separated Values",
                "Common System Values",
                "Control Structured Variables"
            ],
            "correct_answer": "Comma Separated Values"
        },
        "q10": {
            "question": "Which library is commonly used for data analysis in Python?",
            "options": [
                "pandas",
                "numpy",
                "matplotlib"
            ],
            "correct_answer": "pandas"
        },
        "q11": {
            "question": "What does CSV stand for?",
            "options": [
                "Comma Separated Values",
                "Common System Values",
                "Control Structured Variables"
            ],
            "correct_answer": "Comma Separated Values"
        },
        "q12": {
            "question": "What is the primary data structure in pandas?",
            "options": [
                "DataFrame",
                "Array",
                "List"
            ],
            "correct_answer": "DataFrame"
        },
        "q13": {
            "question": "Which library is commonly used for data analysis in Python?",
            "options": [
                "pandas",
                "numpy",
                "matplotlib"
            ],
            "correct_answer": "pandas"
        },
        "q14": {
            "question": "What does CSV stand for?",
            "options": [
                "Comma Separated Values",
                "Common System Values",
                "Control Structured Variables"
            ],
            "correct_answer": "Comma Separated Values"
        },
        "q15": {
            "question": "What is the primary data structure in pandas?",
            "options": [
                "DataFrame",
                "Array",
                "List"
            ],
            "correct_answer": "DataFrame"
        },
        "q16": {
            "question": "What is the primary data structure in pandas?",
            "options": [
                "DataFrame",
                "Array",
                "List"
            ],
            "correct_answer": "DataFrame"
        },
        "q17": {
            "question": "What is the primary data structure in pandas?",
            "options": [
                "DataFrame",
                "Array",
                "List"
            ],
            "correct_answer": "DataFrame"
        },
        "q18": {
            "question": "Which library is commonly used for data analysis in Python?",
            "options": [
                "pandas",
                "numpy",
                "matplotlib"
            ],
            "correct_answer": "pandas"
        },
        "q19": {
            "question": "What does CSV stand for?",
            "options": [
                "Comma Separated Values",
                "Common System Values",
                "Control Structured Variables"
            ],
            "correct_answer": "Comma Separated Values"
        },
        "q20": {
            "question": "What is the primary data structure in pandas?",
            "options": [
                "DataFrame",
                "Array",
                "List"
            ],
            "correct_answer": "DataFrame"
        },
        "theory": "Data analysis involves inspecting, cleaning, and modeling data..."
    },
    "flask_basics": {
        "q1": {
            "question": "What symbol is used to define a route in Flask?",
            "options": [
                "@",
                "#",
                "$"
            ],
            "correct_answer": "@"
        },
        "q2": {
            "question": "What symbol is used to define a route in Flask?",
            "options": [
                "@",
                "#",
                "$"
            ],
            "correct_answer": "@"
        },
        "q3": {
            "question": "Which command runs a Flask app?",
            "options": [
                "flask run",
                "python flask",
                "run flask"
            ],
            "correct_answer": "flask run"
        },
        "q4": {
            "question": "What is the default port for Flask?",
            "options": [
                "5000",
                "8000",
                "8080"
            ],
            "correct_answer": "5000"
        },
        "q5": {
            "question": "What is the default port for Flask?",
            "options": [
                "5000",
                "8000",
                "8080"
            ],
            "correct_answer": "5000"
        },
        "q6": {
            "question": "What is the default port for Flask?",
            "options": [
                "5000",
                "8000",
                "8080"
            ],
            "correct_answer": "5000"
        },
        "q7": {
            "question": "Which command runs a Flask app?",
            "options": [
                "flask run",
                "python flask",
                "run flask"
            ],
            "correct_answer": "flask run"
        },
        "q8": {
            "question": "Which command runs a Flask app?",
            "options": [
                "flask run",
                "python flask",
                "run flask"
            ],
            "correct_answer": "flask run"
        },
        "q9": {
            "question": "Which command runs a Flask app?",
            "options": [
                "flask run",
                "python flask",
                "run flask"
            ],
            "correct_answer": "flask run"
        },
        "q10": {
            "question": "What symbol is used to define a route in Flask?",
            "options": [
                "@",
                "#",
                "$"
            ],
            "correct_answer": "@"
        },
        "q11": {
            "question": "Which command runs a Flask app?",
            "options": [
                "flask run",
                "python flask",
                "run flask"
            ],
            "correct_answer": "flask run"
        },
        "q12": {
            "question": "What is the default port for Flask?",
            "options": [
                "5000",
                "8000",
                "8080"
            ],
            "correct_answer": "5000"
        },
        "q13": {
            "question": "What is the default port for Flask?",
            "options": [
                "5000",
                "8000",
                "8080"
            ],
            "correct_answer": "5000"
        },
        "q14": {
            "question": "What is the default port for Flask?",
            "options": [
                "5000",
                "8000",
                "8080"
            ],
            "correct_answer": "5000"
        },
        "q15": {
            "question": "What is the default port for Flask?",
            "options": [
                "5000",
                "8000",
                "8080"
            ],
            "correct_answer": "5000"
        },
        "q16": {
            "question": "What is the default port for Flask?",
            "options": [
                "5000",
                "8000",
                "8080"
            ],
            "correct_answer": "5000"
        },
        "q17": {
            "question": "Which command runs a Flask app?",
            "options": [
                "flask run",
                "python flask",
                "run flask"
            ],
            "correct_answer": "flask run"
        },
        "q18": {
            "question": "Which command runs a Flask app?",
            "options": [
                "flask run",
                "python flask",
                "run flask"
            ],
            "correct_answer": "flask run"
        },
        "q19": {
            "question": "What symbol is used to define a route in Flask?",
            "options": [
                "@",
                "#",
                "$"
            ],
            "correct_answer": "@"
        },
        "q20": {
            "question": "What is the default port for Flask?",
            "options": [
                "5000",
                "8000",
                "8080"
            ],
            "correct_answer": "5000"
        },
        "theory": "Flask is a lightweight WSGI web application framework..."
    }
}