Reja1 commited on
Commit
de60742
·
0 Parent(s):

First working version

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. .gitignore +89 -0
  3. README.md +132 -0
  4. configs/benchmark_config.yaml +23 -0
  5. configs/openrouter_config.yaml +0 -0
  6. data/metadata.jsonl +200 -0
  7. images/NEET_2024_T3/NEET_2024_T3_001.png +3 -0
  8. images/NEET_2024_T3/NEET_2024_T3_002.png +3 -0
  9. images/NEET_2024_T3/NEET_2024_T3_003.png +3 -0
  10. images/NEET_2024_T3/NEET_2024_T3_004.png +3 -0
  11. images/NEET_2024_T3/NEET_2024_T3_005.png +3 -0
  12. images/NEET_2024_T3/NEET_2024_T3_006.png +3 -0
  13. images/NEET_2024_T3/NEET_2024_T3_007.png +3 -0
  14. images/NEET_2024_T3/NEET_2024_T3_008.png +3 -0
  15. images/NEET_2024_T3/NEET_2024_T3_009.png +3 -0
  16. images/NEET_2024_T3/NEET_2024_T3_010.png +3 -0
  17. images/NEET_2024_T3/NEET_2024_T3_011.png +3 -0
  18. images/NEET_2024_T3/NEET_2024_T3_012.png +3 -0
  19. images/NEET_2024_T3/NEET_2024_T3_013.png +3 -0
  20. images/NEET_2024_T3/NEET_2024_T3_014.png +3 -0
  21. images/NEET_2024_T3/NEET_2024_T3_015.png +3 -0
  22. images/NEET_2024_T3/NEET_2024_T3_016.png +3 -0
  23. images/NEET_2024_T3/NEET_2024_T3_017.png +3 -0
  24. images/NEET_2024_T3/NEET_2024_T3_018.png +3 -0
  25. images/NEET_2024_T3/NEET_2024_T3_019.png +3 -0
  26. images/NEET_2024_T3/NEET_2024_T3_020.png +3 -0
  27. images/NEET_2024_T3/NEET_2024_T3_021.png +3 -0
  28. images/NEET_2024_T3/NEET_2024_T3_022.png +3 -0
  29. images/NEET_2024_T3/NEET_2024_T3_023.png +3 -0
  30. images/NEET_2024_T3/NEET_2024_T3_024.png +3 -0
  31. images/NEET_2024_T3/NEET_2024_T3_025.png +3 -0
  32. images/NEET_2024_T3/NEET_2024_T3_026.png +3 -0
  33. images/NEET_2024_T3/NEET_2024_T3_027.png +3 -0
  34. images/NEET_2024_T3/NEET_2024_T3_028.png +3 -0
  35. images/NEET_2024_T3/NEET_2024_T3_029.png +3 -0
  36. images/NEET_2024_T3/NEET_2024_T3_030.png +3 -0
  37. images/NEET_2024_T3/NEET_2024_T3_031.png +3 -0
  38. images/NEET_2024_T3/NEET_2024_T3_032.png +3 -0
  39. images/NEET_2024_T3/NEET_2024_T3_033.png +3 -0
  40. images/NEET_2024_T3/NEET_2024_T3_034.png +3 -0
  41. images/NEET_2024_T3/NEET_2024_T3_035.png +3 -0
  42. images/NEET_2024_T3/NEET_2024_T3_036.png +3 -0
  43. images/NEET_2024_T3/NEET_2024_T3_037.png +3 -0
  44. images/NEET_2024_T3/NEET_2024_T3_038.png +3 -0
  45. images/NEET_2024_T3/NEET_2024_T3_039.png +3 -0
  46. images/NEET_2024_T3/NEET_2024_T3_040.png +3 -0
  47. images/NEET_2024_T3/NEET_2024_T3_041.png +3 -0
  48. images/NEET_2024_T3/NEET_2024_T3_042.png +3 -0
  49. images/NEET_2024_T3/NEET_2024_T3_043.png +3 -0
  50. images/NEET_2024_T3/NEET_2024_T3_044.png +3 -0
.gitattributes ADDED
@@ -0,0 +1 @@
 
 
1
+ images/**/*.png filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Python virtual environment
2
+ hf-env/
3
+ venv/
4
+ env/
5
+ *.venv
6
+
7
+ # Python cache files
8
+ __pycache__/
9
+ *.py[cod]
10
+ *$py.class
11
+
12
+ # Distribution / packaging
13
+ .Python
14
+ build/
15
+ develop-eggs/
16
+ dist/
17
+ downloads/
18
+ eggs/
19
+ .eggs/
20
+ lib/
21
+ lib64/
22
+ parts/
23
+ sdist/
24
+ var/
25
+ wheels/
26
+ share/python-wheels/
27
+ *.egg-info/
28
+ .installed.cfg
29
+ *.egg
30
+ MANIFEST
31
+
32
+ # PyInstaller
33
+ # Usually these files are written by a python script from a template
34
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
35
+ *.manifest
36
+ *.spec
37
+
38
+ # Installer logs
39
+ pip-log.txt
40
+ pip-delete-this-directory.txt
41
+
42
+ # Unit test / coverage reports
43
+ htmlcov/
44
+ .tox/
45
+ .nox/
46
+ .coverage
47
+ .coverage.*
48
+ .cache
49
+ nosetests.xml
50
+ coverage.xml
51
+ *.cover
52
+ *.py,cover
53
+ .hypothesis/
54
+ .pytest_cache/
55
+ cover/
56
+
57
+ # Jupyter Notebook
58
+ .ipynb_checkpoints
59
+
60
+ # IDE / Editor specific files
61
+ .idea/
62
+ .vscode/
63
+ *.sublime-project
64
+ *.sublime-workspace
65
+
66
+ # OS generated files
67
+ .DS_Store
68
+ Thumbs.db
69
+
70
+ # Results (optional - uncomment if you don't want to track results in Git)
71
+ # results/
72
+
73
+ # Configuration files containing secrets (uncomment if you use these names)
74
+ # configs/openrouter_config.yaml
75
+ .env*
76
+ .env
77
+
78
+ # Logs
79
+ logs/
80
+ *.log
81
+ npm-debug.log*
82
+ yarn-debug.log*
83
+ yarn-error.log*
84
+ pnpm-debug.log*
85
+ lerna-debug.log*
86
+
87
+ # Other
88
+ *.swp
89
+ *~
README.md ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # JEE/NEET LLM Benchmark Dataset
2
+
3
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) <!-- Choose your license -->
4
+
5
+ ## Dataset Description
6
+
7
+ This repository contains a benchmark dataset designed for evaluating the capabilities of Large Language Models (LLMs) on questions from the Joint Entrance Examination (JEE) and the National Eligibility cum Entrance Test (NEET) conducted in India. These are highly competitive entrance examinations for engineering and medical colleges, respectively.
8
+
9
+ The questions are presented in image format (`.png`) as they appear in the original papers. The dataset includes metadata linking each image to its corresponding exam details, subject, question type, and correct answer(s).
10
+
11
+ **Current Data:**
12
+ * NEET 2024 (Code T3)
13
+
14
+ ## How to Use
15
+
16
+ ### Using `datasets` Library
17
+
18
+ The dataset is designed to be loaded using the Hugging Face `datasets` library:
19
+
20
+ ```python
21
+ from datasets import load_dataset
22
+
23
+ # Load the evaluation split
24
+ dataset = load_dataset("your-username/your-repo-name", split='test') # Replace with your HF repo name
25
+
26
+ # Example: Access the first question
27
+ example = dataset[0]
28
+ image = example["image"]
29
+ question_id = example["question_id"]
30
+ subject = example["subject"]
31
+ correct_answers = example["correct_answer"]
32
+
33
+ print(f"Question ID: {question_id}")
34
+ print(f"Subject: {subject}")
35
+ print(f"Correct Answer(s): {correct_answers}")
36
+ # Display the image (requires Pillow)
37
+ # image.show()
38
+ ```
39
+
40
+ ### Manual Usage (Benchmark Scripts)
41
+
42
+ This repository contains scripts to run the benchmark evaluation directly:
43
+
44
+ 1. **Clone the repository:**
45
+ ```bash
46
+ # Replace with your actual Hugging Face repository URL
47
+ git clone https://huggingface.co/datasets/Reja1/jee-neet-benchmark
48
+ cd your-repo-name
49
+ # Ensure Git LFS is installed and pull large files if necessary
50
+ # git lfs pull
51
+ ```
52
+ 2. **Install dependencies:**
53
+ ```bash
54
+ # It's recommended to use a virtual environment
55
+ python -m venv venv
56
+ # source venv/bin/activate # or .\venv\Scripts\activate on Windows
57
+ pip install -r requirements.txt
58
+ ```
59
+ 3. **Configure API Key:**
60
+ * Create a file named `.env` in the root directory of the project (`your-repo-name/`).
61
+ * Add your OpenRouter API key to this file:
62
+ ```dotenv
63
+ OPENROUTER_API_KEY=your_actual_openrouter_api_key
64
+ ```
65
+ * **Important:** The `.gitignore` file is already configured to prevent committing the `.env` file. Never commit your API keys directly.
66
+ 4. **Configure Models:**
67
+ * Edit the `configs/benchmark_config.yaml` file.
68
+ * Modify the `openrouter_models` list to include the specific model identifiers (e.g., `"openai/gpt-4o"`, `"google/gemini-pro-vision"`) you want to evaluate. Ensure these models support vision input on OpenRouter.
69
+ * You can also adjust other parameters like `max_tokens` and `request_timeout` if needed.
70
+ 5. **Run the benchmark:**
71
+ * Execute the runner script from the root directory:
72
+ ```bash
73
+ python src/benchmark_runner.py --config configs/benchmark_config.yaml
74
+ ```
75
+ * You can override the models list from the command line:
76
+ ```bash
77
+ python src/benchmark_runner.py --config configs/benchmark_config.yaml --models "openai/gpt-4o" "google/gemini-pro-vision"
78
+ ```
79
+ * You can specify a different output directory:
80
+ ```bash
81
+ python src/benchmark_runner.py --config configs/benchmark_config.yaml --output_dir my_custom_results
82
+ ```
83
+ 6. **Check Results:**
84
+ * Results for each model will be saved in subdirectories within the `results/` folder (or your custom output directory).
85
+ * Each model's folder (e.g., `results/openai_gpt-4o/`) will contain:
86
+ * `predictions.jsonl`: Detailed results for each question (prediction, ground truth, raw response).
87
+ * `summary.json`: Overall accuracy and statistics for that model.
88
+
89
+ ## Dataset Structure
90
+
91
+ * **`data/metadata.jsonl`**: Contains metadata for each question image. Each line is a JSON object with fields like `image_path`, `question_id`, `exam_name`, `exam_year`, `exam_code`, `subject`, `question_type`, `correct_answer`.
92
+ * **`images/`**: Contains subdirectories for each exam set (e.g., `images/NEET_2024_T3/`), holding the `.png` question images.
93
+ * **`src/`**: Python source code for running the benchmark (data loading, LLM interaction, evaluation).
94
+ * **`configs/`**: Configuration files for the benchmark.
95
+ * **`results/`**: Directory where benchmark results (LLM outputs) will be stored.
96
+ * **`jee_neet_benchmark_dataset.py`**: Hugging Face `datasets` loading script.
97
+ * **`requirements.txt`**: Python dependencies.
98
+ * **`README.md`**: This file.
99
+
100
+ ## Data Fields
101
+
102
+ The dataset contains the following fields (accessible via `datasets`):
103
+
104
+ * `image`: The question image (`datasets.Image`).
105
+ * `question_id`: Unique identifier for the question (string).
106
+ * `exam_name`: Name of the exam (e.g., "NEET", "JEE Main") (string).
107
+ * `exam_year`: Year of the exam (int).
108
+ * `exam_code`: Specific paper code/session (e.g., "T3", "S1") (string).
109
+ * `subject`: Subject (e.g., "Physics", "Chemistry", "Biology", "Mathematics") (string).
110
+ * `question_type`: Type of question (e.g., "MCQ", "Multiple Correct") (string).
111
+ * `correct_answer`: List containing the correct answer index/indices (e.g., `[2]`, `[1, 3]`) (list of int).
112
+
113
+ ## Limitations
114
+
115
+ [TODO: Describe any known limitations, e.g., OCR quality if applicable, coverage of exams/subjects, potential biases.]
116
+
117
+ ## Citation
118
+
119
+ If you use this dataset or benchmark code, please cite:
120
+
121
+ ```bibtex
122
+ @misc{your_name_or_org_year_jeeneetbenchmark,
123
+ title={JEE/NEET LLM Benchmark},
124
+ author={Md Rejaullah},
125
+ year={2025},
126
+ howpublished={\\url{https://huggingface.co/datasets/Reja1/jee-neet-benchmark}},
127
+ }
128
+ ```
129
+
130
+ ## License
131
+
132
+ This dataset and associated code are licensed under the [MIT License](https://opensource.org/licenses/MIT).
configs/benchmark_config.yaml ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # List of OpenRouter model identifiers to evaluate.
2
+ # Find identifiers at: https://openrouter.ai/docs#models
3
+ # Ensure the models support vision input.
4
+ openrouter_models:
5
+ - "google/gemini-2.5-pro-preview-03-25"
6
+ #- "openai/gpt-4o"
7
+ # - "google/gemini-pro-vision" # Example - uncomment or add others
8
+ # - "anthropic/claude-3-opus" # Example - check vision support and access
9
+ # - "anthropic/claude-3-sonnet"
10
+ # - "anthropic/claude-3-haiku"
11
+
12
+ # Path to the dataset loading script relative to the repository root.
13
+ # This should point to the .py file that defines the dataset.
14
+ dataset_path: "jee_neet_benchmark_dataset.py"
15
+
16
+ # Base directory where results for each model will be saved.
17
+ results_base_dir: "results"
18
+
19
+ # Optional: API request parameters
20
+ # Maximum tokens to generate in the response. Increase to allow model more room.
21
+ max_tokens: 15000
22
+ # Timeout for each API request in seconds.
23
+ #request_timeout: 200
configs/openrouter_config.yaml ADDED
File without changes
data/metadata.jsonl ADDED
@@ -0,0 +1,200 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_001.png", "question_id": "NEET_2024_T3_001", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [1]}
2
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_002.png", "question_id": "NEET_2024_T3_002", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [3]}
3
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_003.png", "question_id": "NEET_2024_T3_003", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [3]}
4
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_004.png", "question_id": "NEET_2024_T3_004", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [2]}
5
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_005.png", "question_id": "NEET_2024_T3_005", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [4]}
6
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_006.png", "question_id": "NEET_2024_T3_006", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [1]}
7
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_007.png", "question_id": "NEET_2024_T3_007", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [4]}
8
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_008.png", "question_id": "NEET_2024_T3_008", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [3]}
9
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_009.png", "question_id": "NEET_2024_T3_009", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [1]}
10
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_010.png", "question_id": "NEET_2024_T3_010", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [1]}
11
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_011.png", "question_id": "NEET_2024_T3_011", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [2]}
12
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_012.png", "question_id": "NEET_2024_T3_012", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [3]}
13
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_013.png", "question_id": "NEET_2024_T3_013", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [3]}
14
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_014.png", "question_id": "NEET_2024_T3_014", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [3]}
15
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_015.png", "question_id": "NEET_2024_T3_015", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [4]}
16
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_016.png", "question_id": "NEET_2024_T3_016", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [1]}
17
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_017.png", "question_id": "NEET_2024_T3_017", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [3]}
18
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_018.png", "question_id": "NEET_2024_T3_018", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [1]}
19
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_019.png", "question_id": "NEET_2024_T3_019", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [4]}
20
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_020.png", "question_id": "NEET_2024_T3_020", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [4]}
21
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_021.png", "question_id": "NEET_2024_T3_021", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [2]}
22
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_022.png", "question_id": "NEET_2024_T3_022", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [3]}
23
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_023.png", "question_id": "NEET_2024_T3_023", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [2]}
24
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_024.png", "question_id": "NEET_2024_T3_024", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [2]}
25
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_025.png", "question_id": "NEET_2024_T3_025", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [1, 3]}
26
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_026.png", "question_id": "NEET_2024_T3_026", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [4]}
27
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_027.png", "question_id": "NEET_2024_T3_027", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [2]}
28
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_028.png", "question_id": "NEET_2024_T3_028", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [3]}
29
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_029.png", "question_id": "NEET_2024_T3_029", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [2]}
30
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_030.png", "question_id": "NEET_2024_T3_030", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [4]}
31
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_031.png", "question_id": "NEET_2024_T3_031", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [4]}
32
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_032.png", "question_id": "NEET_2024_T3_032", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [3]}
33
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_033.png", "question_id": "NEET_2024_T3_033", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [2]}
34
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_034.png", "question_id": "NEET_2024_T3_034", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [4]}
35
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_035.png", "question_id": "NEET_2024_T3_035", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [4]}
36
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_036.png", "question_id": "NEET_2024_T3_036", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [2]}
37
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_037.png", "question_id": "NEET_2024_T3_037", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [4]}
38
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_038.png", "question_id": "NEET_2024_T3_038", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [2]}
39
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_039.png", "question_id": "NEET_2024_T3_039", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [3]}
40
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_040.png", "question_id": "NEET_2024_T3_040", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [4]}
41
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_041.png", "question_id": "NEET_2024_T3_041", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [4]}
42
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_042.png", "question_id": "NEET_2024_T3_042", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [4]}
43
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_043.png", "question_id": "NEET_2024_T3_043", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [4]}
44
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_044.png", "question_id": "NEET_2024_T3_044", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [4]}
45
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_045.png", "question_id": "NEET_2024_T3_045", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [4]}
46
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_046.png", "question_id": "NEET_2024_T3_046", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [4]}
47
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_047.png", "question_id": "NEET_2024_T3_047", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [1]}
48
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_048.png", "question_id": "NEET_2024_T3_048", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [4]}
49
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_049.png", "question_id": "NEET_2024_T3_049", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [3]}
50
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_050.png", "question_id": "NEET_2024_T3_050", "exam_name": "NEET", "exam_year": 2024, "subject": "Physics", "question_type": "MCQ", "correct_answer": [4]}
51
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_051.png", "question_id": "NEET_2024_T3_051", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [3]}
52
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_052.png", "question_id": "NEET_2024_T3_052", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [2]}
53
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_053.png", "question_id": "NEET_2024_T3_053", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [3]}
54
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_054.png", "question_id": "NEET_2024_T3_054", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [3]}
55
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_055.png", "question_id": "NEET_2024_T3_055", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [4]}
56
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_056.png", "question_id": "NEET_2024_T3_056", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [3]}
57
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_057.png", "question_id": "NEET_2024_T3_057", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [1]}
58
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_058.png", "question_id": "NEET_2024_T3_058", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [2]}
59
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_059.png", "question_id": "NEET_2024_T3_059", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [2]}
60
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_060.png", "question_id": "NEET_2024_T3_060", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [1]}
61
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_061.png", "question_id": "NEET_2024_T3_061", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [3]}
62
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_062.png", "question_id": "NEET_2024_T3_062", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [3]}
63
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_063.png", "question_id": "NEET_2024_T3_063", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [2]}
64
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_064.png", "question_id": "NEET_2024_T3_064", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [3]}
65
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_065.png", "question_id": "NEET_2024_T3_065", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [3]}
66
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_066.png", "question_id": "NEET_2024_T3_066", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [4]}
67
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_067.png", "question_id": "NEET_2024_T3_067", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [1]}
68
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_068.png", "question_id": "NEET_2024_T3_068", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [4]}
69
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_069.png", "question_id": "NEET_2024_T3_069", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [1]}
70
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_070.png", "question_id": "NEET_2024_T3_070", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [1]}
71
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_071.png", "question_id": "NEET_2024_T3_071", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [2]}
72
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_072.png", "question_id": "NEET_2024_T3_072", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [1]}
73
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_073.png", "question_id": "NEET_2024_T3_073", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [2]}
74
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_074.png", "question_id": "NEET_2024_T3_074", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [3]}
75
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_075.png", "question_id": "NEET_2024_T3_075", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [3]}
76
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_076.png", "question_id": "NEET_2024_T3_076", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [2]}
77
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_077.png", "question_id": "NEET_2024_T3_077", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [3]}
78
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_078.png", "question_id": "NEET_2024_T3_078", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [1]}
79
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_079.png", "question_id": "NEET_2024_T3_079", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [4]}
80
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_080.png", "question_id": "NEET_2024_T3_080", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [3]}
81
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_081.png", "question_id": "NEET_2024_T3_081", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [3]}
82
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_082.png", "question_id": "NEET_2024_T3_082", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [4]}
83
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_083.png", "question_id": "NEET_2024_T3_083", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [3]}
84
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_084.png", "question_id": "NEET_2024_T3_084", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [2]}
85
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_085.png", "question_id": "NEET_2024_T3_085", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [4]}
86
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_086.png", "question_id": "NEET_2024_T3_086", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [4]}
87
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_087.png", "question_id": "NEET_2024_T3_087", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [2]}
88
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_088.png", "question_id": "NEET_2024_T3_088", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [3]}
89
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_089.png", "question_id": "NEET_2024_T3_089", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [4]}
90
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_090.png", "question_id": "NEET_2024_T3_090", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [3]}
91
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_091.png", "question_id": "NEET_2024_T3_091", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [2]}
92
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_092.png", "question_id": "NEET_2024_T3_092", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [2]}
93
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_093.png", "question_id": "NEET_2024_T3_093", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [3]}
94
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_094.png", "question_id": "NEET_2024_T3_094", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [3]}
95
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_095.png", "question_id": "NEET_2024_T3_095", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [3]}
96
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_096.png", "question_id": "NEET_2024_T3_096", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [2]}
97
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_097.png", "question_id": "NEET_2024_T3_097", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [4]}
98
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_098.png", "question_id": "NEET_2024_T3_098", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [4]}
99
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_099.png", "question_id": "NEET_2024_T3_099", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [3]}
100
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_100.png", "question_id": "NEET_2024_T3_100", "exam_name": "NEET", "exam_year": 2024, "subject": "Chemistry", "question_type": "MCQ", "correct_answer": [3]}
101
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_101.png", "question_id": "NEET_2024_T3_101", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [2]}
102
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_102.png", "question_id": "NEET_2024_T3_102", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [4]}
103
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_103.png", "question_id": "NEET_2024_T3_103", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [1]}
104
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_104.png", "question_id": "NEET_2024_T3_104", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [1]}
105
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_105.png", "question_id": "NEET_2024_T3_105", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [3]}
106
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_106.png", "question_id": "NEET_2024_T3_106", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [1]}
107
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_107.png", "question_id": "NEET_2024_T3_107", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [1]}
108
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_108.png", "question_id": "NEET_2024_T3_108", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [4]}
109
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_109.png", "question_id": "NEET_2024_T3_109", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [3]}
110
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_110.png", "question_id": "NEET_2024_T3_110", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [4]}
111
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_111.png", "question_id": "NEET_2024_T3_111", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [2]}
112
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_112.png", "question_id": "NEET_2024_T3_112", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [2]}
113
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_113.png", "question_id": "NEET_2024_T3_113", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [3]}
114
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_114.png", "question_id": "NEET_2024_T3_114", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [1]}
115
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_115.png", "question_id": "NEET_2024_T3_115", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [4]}
116
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_116.png", "question_id": "NEET_2024_T3_116", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [2]}
117
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_117.png", "question_id": "NEET_2024_T3_117", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [3]}
118
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_118.png", "question_id": "NEET_2024_T3_118", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [4]}
119
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_119.png", "question_id": "NEET_2024_T3_119", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [4]}
120
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_120.png", "question_id": "NEET_2024_T3_120", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [1]}
121
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_121.png", "question_id": "NEET_2024_T3_121", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [4]}
122
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_122.png", "question_id": "NEET_2024_T3_122", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [2]}
123
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_123.png", "question_id": "NEET_2024_T3_123", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [3]}
124
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_124.png", "question_id": "NEET_2024_T3_124", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [3]}
125
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_125.png", "question_id": "NEET_2024_T3_125", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [2]}
126
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_126.png", "question_id": "NEET_2024_T3_126", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [1]}
127
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_127.png", "question_id": "NEET_2024_T3_127", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [1]}
128
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_128.png", "question_id": "NEET_2024_T3_128", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [3]}
129
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_129.png", "question_id": "NEET_2024_T3_129", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [1]}
130
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_130.png", "question_id": "NEET_2024_T3_130", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [4]}
131
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_131.png", "question_id": "NEET_2024_T3_131", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [1]}
132
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_132.png", "question_id": "NEET_2024_T3_132", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [2]}
133
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_133.png", "question_id": "NEET_2024_T3_133", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [3]}
134
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_134.png", "question_id": "NEET_2024_T3_134", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [3]}
135
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_135.png", "question_id": "NEET_2024_T3_135", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [2]}
136
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_136.png", "question_id": "NEET_2024_T3_136", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [4]}
137
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_137.png", "question_id": "NEET_2024_T3_137", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [1]}
138
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_138.png", "question_id": "NEET_2024_T3_138", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [3]}
139
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_139.png", "question_id": "NEET_2024_T3_139", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [4]}
140
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_140.png", "question_id": "NEET_2024_T3_140", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [4]}
141
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_141.png", "question_id": "NEET_2024_T3_141", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [3]}
142
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_142.png", "question_id": "NEET_2024_T3_142", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [1]}
143
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_143.png", "question_id": "NEET_2024_T3_143", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [1]}
144
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_144.png", "question_id": "NEET_2024_T3_144", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [4]}
145
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_145.png", "question_id": "NEET_2024_T3_145", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [2]}
146
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_146.png", "question_id": "NEET_2024_T3_146", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [1]}
147
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_147.png", "question_id": "NEET_2024_T3_147", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [3]}
148
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_148.png", "question_id": "NEET_2024_T3_148", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [4]}
149
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_149.png", "question_id": "NEET_2024_T3_149", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [3]}
150
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_150.png", "question_id": "NEET_2024_T3_150", "exam_name": "NEET", "exam_year": 2024, "subject": "Botany", "question_type": "MCQ", "correct_answer": [1]}
151
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_151.png", "question_id": "NEET_2024_T3_151", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [4]}
152
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_152.png", "question_id": "NEET_2024_T3_152", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [2]}
153
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_153.png", "question_id": "NEET_2024_T3_153", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [1]}
154
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_154.png", "question_id": "NEET_2024_T3_154", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [4]}
155
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_155.png", "question_id": "NEET_2024_T3_155", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [4]}
156
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_156.png", "question_id": "NEET_2024_T3_156", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [2]}
157
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_157.png", "question_id": "NEET_2024_T3_157", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [3]}
158
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_158.png", "question_id": "NEET_2024_T3_158", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [4]}
159
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_159.png", "question_id": "NEET_2024_T3_159", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [2]}
160
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_160.png", "question_id": "NEET_2024_T3_160", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [4]}
161
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_161.png", "question_id": "NEET_2024_T3_161", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [1]}
162
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_162.png", "question_id": "NEET_2024_T3_162", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [1]}
163
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_163.png", "question_id": "NEET_2024_T3_163", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [3]}
164
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_164.png", "question_id": "NEET_2024_T3_164", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [2]}
165
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_165.png", "question_id": "NEET_2024_T3_165", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [2]}
166
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_166.png", "question_id": "NEET_2024_T3_166", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [3]}
167
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_167.png", "question_id": "NEET_2024_T3_167", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [4]}
168
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_168.png", "question_id": "NEET_2024_T3_168", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [1]}
169
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_169.png", "question_id": "NEET_2024_T3_169", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [2]}
170
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_170.png", "question_id": "NEET_2024_T3_170", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [4]}
171
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_171.png", "question_id": "NEET_2024_T3_171", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [2]}
172
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_172.png", "question_id": "NEET_2024_T3_172", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [4]}
173
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_173.png", "question_id": "NEET_2024_T3_173", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [4]}
174
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_174.png", "question_id": "NEET_2024_T3_174", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [2]}
175
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_175.png", "question_id": "NEET_2024_T3_175", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [2]}
176
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_176.png", "question_id": "NEET_2024_T3_176", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [4]}
177
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_177.png", "question_id": "NEET_2024_T3_177", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [2]}
178
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_178.png", "question_id": "NEET_2024_T3_178", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [1]}
179
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_179.png", "question_id": "NEET_2024_T3_179", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [1]}
180
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_180.png", "question_id": "NEET_2024_T3_180", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [1]}
181
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_181.png", "question_id": "NEET_2024_T3_181", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [3]}
182
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_182.png", "question_id": "NEET_2024_T3_182", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [4]}
183
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_183.png", "question_id": "NEET_2024_T3_183", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [1]}
184
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_184.png", "question_id": "NEET_2024_T3_184", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [3]}
185
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_185.png", "question_id": "NEET_2024_T3_185", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [1]}
186
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_186.png", "question_id": "NEET_2024_T3_186", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [1]}
187
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_187.png", "question_id": "NEET_2024_T3_187", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [2]}
188
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_188.png", "question_id": "NEET_2024_T3_188", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [1]}
189
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_189.png", "question_id": "NEET_2024_T3_189", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [3]}
190
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_190.png", "question_id": "NEET_2024_T3_190", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [2]}
191
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_191.png", "question_id": "NEET_2024_T3_191", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [2]}
192
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_192.png", "question_id": "NEET_2024_T3_192", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [1]}
193
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_193.png", "question_id": "NEET_2024_T3_193", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [3]}
194
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_194.png", "question_id": "NEET_2024_T3_194", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [3]}
195
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_195.png", "question_id": "NEET_2024_T3_195", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [1]}
196
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_196.png", "question_id": "NEET_2024_T3_196", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [4]}
197
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_197.png", "question_id": "NEET_2024_T3_197", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [3]}
198
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_198.png", "question_id": "NEET_2024_T3_198", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [2]}
199
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_199.png", "question_id": "NEET_2024_T3_199", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [3]}
200
+ {"image_path": "images/NEET_2024_T3/NEET_2024_T3_200.png", "question_id": "NEET_2024_T3_200", "exam_name": "NEET", "exam_year": 2024, "subject": "Zoology", "question_type": "MCQ", "correct_answer": [1]}
images/NEET_2024_T3/NEET_2024_T3_001.png ADDED

Git LFS Details

  • SHA256: aad666a03cea879687ba2bda72c6219f4eaa55bf8852ba5dbc78b49a5bbef7fe
  • Pointer size: 130 Bytes
  • Size of remote file: 38.1 kB
images/NEET_2024_T3/NEET_2024_T3_002.png ADDED

Git LFS Details

  • SHA256: 40c4ca2ea7cc3164cf0ba5fd9f59938d43682390f18a768e567c5db0edec608c
  • Pointer size: 130 Bytes
  • Size of remote file: 85.6 kB
images/NEET_2024_T3/NEET_2024_T3_003.png ADDED

Git LFS Details

  • SHA256: fdc9b179fee034fccf124efed7dd6c5517d4fff4251233fd9dbd6ac23590afe5
  • Pointer size: 130 Bytes
  • Size of remote file: 59.7 kB
images/NEET_2024_T3/NEET_2024_T3_004.png ADDED

Git LFS Details

  • SHA256: b94257d34645730c1c4b1eff6a8b3f252bfc5e4e98fe27a2e517af09bd7af5bd
  • Pointer size: 130 Bytes
  • Size of remote file: 58.5 kB
images/NEET_2024_T3/NEET_2024_T3_005.png ADDED

Git LFS Details

  • SHA256: 25aacc017fb4699ab6346bc51dbe54b2fafdd1312dfe763705b468dfaf216908
  • Pointer size: 130 Bytes
  • Size of remote file: 26 kB
images/NEET_2024_T3/NEET_2024_T3_006.png ADDED

Git LFS Details

  • SHA256: dcac070033e69a1bb65ad02b5ce0401b5e64235f0233e4a62673c82f68971f12
  • Pointer size: 130 Bytes
  • Size of remote file: 32.5 kB
images/NEET_2024_T3/NEET_2024_T3_007.png ADDED

Git LFS Details

  • SHA256: 16afe0d541a17fd4eb2b577bba50983ce682c2132bfe5fad5d156b38cb5c60d0
  • Pointer size: 130 Bytes
  • Size of remote file: 63.1 kB
images/NEET_2024_T3/NEET_2024_T3_008.png ADDED

Git LFS Details

  • SHA256: 22948f06e56e5ded623c8fdc1b2a75f6999425667f75d856e953869356e3374c
  • Pointer size: 130 Bytes
  • Size of remote file: 39.6 kB
images/NEET_2024_T3/NEET_2024_T3_009.png ADDED

Git LFS Details

  • SHA256: 9181e8265254e30e2ee98032c42626327db97fde726df166e1813bf7324898f2
  • Pointer size: 130 Bytes
  • Size of remote file: 54.4 kB
images/NEET_2024_T3/NEET_2024_T3_010.png ADDED

Git LFS Details

  • SHA256: b544cb890d04366ce130a30780e64fbeecbede5046e8a5ee1a018bb8097eed10
  • Pointer size: 130 Bytes
  • Size of remote file: 56.3 kB
images/NEET_2024_T3/NEET_2024_T3_011.png ADDED

Git LFS Details

  • SHA256: 292f111da0c995ec6e33d24daddadaebef52d7ba5430cdec33bc0a5b3a4bf300
  • Pointer size: 130 Bytes
  • Size of remote file: 56.4 kB
images/NEET_2024_T3/NEET_2024_T3_012.png ADDED

Git LFS Details

  • SHA256: 12946dc9ad12fe922d9b6fdfd3864f58bbb647c55213a47bb8b146eb6543e941
  • Pointer size: 130 Bytes
  • Size of remote file: 51.4 kB
images/NEET_2024_T3/NEET_2024_T3_013.png ADDED

Git LFS Details

  • SHA256: f70043eb817acc25a0aa1da3142a8a5afd17304753242f2d5bdd24e5ccc517be
  • Pointer size: 130 Bytes
  • Size of remote file: 64.7 kB
images/NEET_2024_T3/NEET_2024_T3_014.png ADDED

Git LFS Details

  • SHA256: 2e411ad56458df7046b6b274ab5ef22ccf24b2003d63158655b167bb5975f241
  • Pointer size: 130 Bytes
  • Size of remote file: 71.4 kB
images/NEET_2024_T3/NEET_2024_T3_015.png ADDED

Git LFS Details

  • SHA256: 02881aa5aac082e77893bc437df152ec5ca2324943b43e74e8b09f47b91a02dc
  • Pointer size: 130 Bytes
  • Size of remote file: 87.4 kB
images/NEET_2024_T3/NEET_2024_T3_016.png ADDED

Git LFS Details

  • SHA256: 0c41177826118ff8c22c0972a5307246fded394a968cb4fc77040641edc1b9ac
  • Pointer size: 131 Bytes
  • Size of remote file: 121 kB
images/NEET_2024_T3/NEET_2024_T3_017.png ADDED

Git LFS Details

  • SHA256: 27651411649038899fe1e06d275fb49fe2b30a5d800d935ac3c7dd45bd3ac60a
  • Pointer size: 130 Bytes
  • Size of remote file: 34.3 kB
images/NEET_2024_T3/NEET_2024_T3_018.png ADDED

Git LFS Details

  • SHA256: 958e215b103015891614f0529efd915dc62a9ef65dd5adaeaf9d5aafd189a65c
  • Pointer size: 130 Bytes
  • Size of remote file: 52.4 kB
images/NEET_2024_T3/NEET_2024_T3_019.png ADDED

Git LFS Details

  • SHA256: 0c885c25cd06ff4d5d45390e176c296a2348179df37d237d2882c04211d53ae6
  • Pointer size: 130 Bytes
  • Size of remote file: 89.1 kB
images/NEET_2024_T3/NEET_2024_T3_020.png ADDED

Git LFS Details

  • SHA256: 0a418e9277a7259695469810fd7217904237f188a0346c3d2d618a51aa81c5a5
  • Pointer size: 130 Bytes
  • Size of remote file: 36.2 kB
images/NEET_2024_T3/NEET_2024_T3_021.png ADDED

Git LFS Details

  • SHA256: 0608ee583e05946f8a4d431e380879be4defc1774725162d2bbaf83d7279be2d
  • Pointer size: 130 Bytes
  • Size of remote file: 33.9 kB
images/NEET_2024_T3/NEET_2024_T3_022.png ADDED

Git LFS Details

  • SHA256: c27cdfabbbf15eb1ed1a7a1ef908976cbe042c8a7f40073eb992d4dbcbd4c901
  • Pointer size: 130 Bytes
  • Size of remote file: 53.2 kB
images/NEET_2024_T3/NEET_2024_T3_023.png ADDED

Git LFS Details

  • SHA256: 136fe9cf17cf8d09698c75ee84d410e3f2d4c48f84e2eb5942c7b489e4ef69a5
  • Pointer size: 130 Bytes
  • Size of remote file: 58.1 kB
images/NEET_2024_T3/NEET_2024_T3_024.png ADDED

Git LFS Details

  • SHA256: 82b81c6af564431feec846cd926c224f2e9dddb616a1f485bd2ff3fb8c344a6e
  • Pointer size: 130 Bytes
  • Size of remote file: 32.9 kB
images/NEET_2024_T3/NEET_2024_T3_025.png ADDED

Git LFS Details

  • SHA256: a1b348046ae49bda3587c598a0a9092dff7e8187b0670cf36b0a964de0e8e91d
  • Pointer size: 130 Bytes
  • Size of remote file: 84.7 kB
images/NEET_2024_T3/NEET_2024_T3_026.png ADDED

Git LFS Details

  • SHA256: 995df48f0e1929c957953da81a7d163fbbd701cdbf436a24d5e8a8daf10e4fd0
  • Pointer size: 131 Bytes
  • Size of remote file: 109 kB
images/NEET_2024_T3/NEET_2024_T3_027.png ADDED

Git LFS Details

  • SHA256: 884aaf9a1f9443093c87b34178b3459bd4664ea0f3c24886ce53d0dc43375b47
  • Pointer size: 130 Bytes
  • Size of remote file: 42.4 kB
images/NEET_2024_T3/NEET_2024_T3_028.png ADDED

Git LFS Details

  • SHA256: 3e515023257be0f680c712575ddfc4821304d7da794588c5a2a15455f2c6c5b2
  • Pointer size: 130 Bytes
  • Size of remote file: 38.7 kB
images/NEET_2024_T3/NEET_2024_T3_029.png ADDED

Git LFS Details

  • SHA256: ebcaa38ec3c4890e8b3b0bb5ad76d04d314f0f30f3f145b6a41bb346c5fba6a4
  • Pointer size: 130 Bytes
  • Size of remote file: 62.3 kB
images/NEET_2024_T3/NEET_2024_T3_030.png ADDED

Git LFS Details

  • SHA256: 8d329b08cdb54f0f48efbcc911e2b570407146735689668d37e09ddc3e4ea745
  • Pointer size: 130 Bytes
  • Size of remote file: 42.3 kB
images/NEET_2024_T3/NEET_2024_T3_031.png ADDED

Git LFS Details

  • SHA256: efd764b8fe7dc54968c6f6b616c5fcfd27e1e059934823cee0722a0d1cb90c96
  • Pointer size: 130 Bytes
  • Size of remote file: 51.2 kB
images/NEET_2024_T3/NEET_2024_T3_032.png ADDED

Git LFS Details

  • SHA256: 383745cc3cf316bf4d6e3382a4293d95f0788921ef7b5ca0835bff407dcd7a65
  • Pointer size: 130 Bytes
  • Size of remote file: 52.6 kB
images/NEET_2024_T3/NEET_2024_T3_033.png ADDED

Git LFS Details

  • SHA256: fdd948acfac4a916a64dbd14871798a60394e49306a9cc20c0dc72a5b716863a
  • Pointer size: 130 Bytes
  • Size of remote file: 61 kB
images/NEET_2024_T3/NEET_2024_T3_034.png ADDED

Git LFS Details

  • SHA256: 4760dd4368a390f6210a0fa81eaae0f3db860e7657253973b84ba50f2057f998
  • Pointer size: 130 Bytes
  • Size of remote file: 39.5 kB
images/NEET_2024_T3/NEET_2024_T3_035.png ADDED

Git LFS Details

  • SHA256: 2e3bd7750f75ec288cebc9aacbbae8723f6bd0589578932be1bc9b5930556552
  • Pointer size: 130 Bytes
  • Size of remote file: 56 kB
images/NEET_2024_T3/NEET_2024_T3_036.png ADDED

Git LFS Details

  • SHA256: 51f5b40653a12186d5e09c0857c2f4700ff8f67e097803b4d2fcff729eb57f1e
  • Pointer size: 130 Bytes
  • Size of remote file: 85.8 kB
images/NEET_2024_T3/NEET_2024_T3_037.png ADDED

Git LFS Details

  • SHA256: 6f293867ac4316954c569a58429967982977ca3c44f8e4e5a2ecf05c3ca0fa7a
  • Pointer size: 130 Bytes
  • Size of remote file: 67.6 kB
images/NEET_2024_T3/NEET_2024_T3_038.png ADDED

Git LFS Details

  • SHA256: 603fd1fdd97e54b960dd42a9faad7a108d3d6f9b562a25a79c2e95025be2b868
  • Pointer size: 130 Bytes
  • Size of remote file: 53 kB
images/NEET_2024_T3/NEET_2024_T3_039.png ADDED

Git LFS Details

  • SHA256: cfd8b60260368e2fb5d65262068f00c7ce25b4c7d5288c7e9c3276eeb3bda1a2
  • Pointer size: 130 Bytes
  • Size of remote file: 78.1 kB
images/NEET_2024_T3/NEET_2024_T3_040.png ADDED

Git LFS Details

  • SHA256: e3231feef9bcbeda9ea0bf67948eacb3f34e81bfe8f8c5ccd3c866c12bfd974a
  • Pointer size: 130 Bytes
  • Size of remote file: 17.9 kB
images/NEET_2024_T3/NEET_2024_T3_041.png ADDED

Git LFS Details

  • SHA256: 51cf654195576208e456544c7804a74cfd659d4839b3b4a0d3eb47db1feee9eb
  • Pointer size: 130 Bytes
  • Size of remote file: 28 kB
images/NEET_2024_T3/NEET_2024_T3_042.png ADDED

Git LFS Details

  • SHA256: b9f32496e9898f595a865c3f3f150bda7a55fa9770fab5c01a1210f6388ebd64
  • Pointer size: 130 Bytes
  • Size of remote file: 46.6 kB
images/NEET_2024_T3/NEET_2024_T3_043.png ADDED

Git LFS Details

  • SHA256: f487c0059a328afed5131f05990e686f21fd22743b0e3e7151e1b981140f06b9
  • Pointer size: 130 Bytes
  • Size of remote file: 42.6 kB
images/NEET_2024_T3/NEET_2024_T3_044.png ADDED

Git LFS Details

  • SHA256: e53231fe7f8e8e8056672b1188f5dd12b17034bccc56c13f61b596a00cc08d36
  • Pointer size: 130 Bytes
  • Size of remote file: 50.6 kB