Commit
·
de60742
0
Parent(s):
First working version
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- .gitignore +89 -0
- README.md +132 -0
- configs/benchmark_config.yaml +23 -0
- configs/openrouter_config.yaml +0 -0
- data/metadata.jsonl +200 -0
- images/NEET_2024_T3/NEET_2024_T3_001.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_002.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_003.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_004.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_005.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_006.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_007.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_008.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_009.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_010.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_011.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_012.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_013.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_014.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_015.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_016.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_017.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_018.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_019.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_020.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_021.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_022.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_023.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_024.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_025.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_026.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_027.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_028.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_029.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_030.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_031.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_032.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_033.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_034.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_035.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_036.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_037.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_038.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_039.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_040.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_041.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_042.png +3 -0
- images/NEET_2024_T3/NEET_2024_T3_043.png +3 -0
- 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 |
+
[](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
|
images/NEET_2024_T3/NEET_2024_T3_002.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_003.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_004.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_005.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_006.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_007.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_008.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_009.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_010.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_011.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_012.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_013.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_014.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_015.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_016.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_017.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_018.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_019.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_020.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_021.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_022.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_023.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_024.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_025.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_026.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_027.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_028.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_029.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_030.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_031.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_032.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_033.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_034.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_035.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_036.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_037.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_038.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_039.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_040.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_041.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_042.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_043.png
ADDED
![]() |
Git LFS Details
|
images/NEET_2024_T3/NEET_2024_T3_044.png
ADDED
![]() |
Git LFS Details
|