help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • Blog
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
question-answering
RSK World
question-answering
Question Answering Dataset - Question Answering + Reading Comprehension + SQuAD Format + NLP
question-answering
  • examples
  • question-papers
  • .gitignore535 B
  • BOARDS_INDEX_FIXES.md3.3 KB
  • BOARD_PAPERS_SUMMARY.md6.3 KB
  • DOWNLOAD_REAL_PAPERS_INSTRUCTIONS.md3.2 KB
  • INDEX_FIXES_SUMMARY.md3.3 KB
  • LICENSE1.4 KB
  • METADATA.json1.5 KB
  • PDF_DOWNLOAD_FIXES.md4.1 KB
  • PROJECT_SUMMARY.md4.6 KB
  • QUESTION_COLLECTION_GUIDE.md2.2 KB
  • QUESTION_PAPERS_SUMMARY.md4.6 KB
  • README.md5 KB
  • README_REAL_PAPERS.md4.2 KB
  • SUMMARY_REAL_PAPERS.md4.1 KB
  • answers.json1.9 KB
  • contexts.json2.4 KB
  • dataset.csv4.5 KB
  • dataset_metadata.txt878 B
  • download_real_question_papers.py13.3 KB
  • fetch_real_question_papers.py11 KB
  • generate_board_question_papers.py22.8 KB
  • generate_question_papers.py13.9 KB
  • index.html8.4 KB
  • questions.json1.8 KB
  • real_question_data.json1.8 KB
  • requirements.txt417 B
  • script.js2.9 KB
  • squad_format.json5.9 KB
  • styles.css5.7 KB
QUESTION_PAPERS_SUMMARY.md
QUESTION_PAPERS_SUMMARY.md
Raw Download

QUESTION_PAPERS_SUMMARY.md

<!--
Project: Question Answering Dataset - Question Papers Summary
Description: Summary of all generated question papers and answer keys
Author: Molla Samser
Website: https://rskworld.in
Contact: help@rskworld.in
Phone: +91 93305 39277
-->

# Question Papers - Complete Summary

## Overview

Successfully generated **144 PDF files** containing question papers and answer keys for all classes and previous years.

## Statistics

- **Total Classes**: 12 (Class 1 to Class 12)
- **Available Years**: 6 (2020, 2021, 2022, 2023, 2024, 2025)
- **Question Papers**: 72 PDFs
- **Answer Keys**: 72 PDFs
- **Total Files**: 144 PDFs

## Class Breakdown

| Class | Subjects | Questions per Subject | Total Marks |
|-------|----------|----------------------|-------------|
| Class 1 | English, Mathematics, General Knowledge | 10 | 30 |
| Class 2 | English, Mathematics, Science, General Knowledge | 15 | 60 |
| Class 3 | English, Mathematics, Science, Social Studies | 20 | 80 |
| Class 4 | English, Mathematics, Science, Social Studies | 25 | 100 |
| Class 5 | English, Mathematics, Science, Social Studies | 25 | 200 |
| Class 6 | English, Mathematics, Science, Social Studies | 30 | 240 |
| Class 7 | English, Mathematics, Science, Social Studies | 30 | 240 |
| Class 8 | English, Mathematics, Science, Social Studies | 30 | 240 |
| Class 9 | English, Mathematics, Science, Social Studies | 40 | 320 |
| Class 10 | English, Mathematics, Science, Social Studies | 50 | 400 |
| Class 11 | English, Mathematics, Physics, Chemistry, Biology | 30 | 450 |
| Class 12 | English, Mathematics, Physics, Chemistry, Biology | 30 | 450 |

## File Structure

```
question-papers/
├── index.html # Browse interface
├── README.md # Documentation
├── metadata.json # Metadata file
├── Class-1/
│ ├── 2020/
│ │ ├── Class-1-Question-Paper-2020.pdf
│ │ └── Class-1-Answer-Key-2020.pdf
│ ├── 2021/ ... (all years)
│ └── 2025/
├── Class-2/ ... (same structure)
├── ... (Class 3-11)
└── Class-12/
├── 2020/
├── ... (all years)
└── 2025/
```

## Access Methods

### 1. Web Interface
- Open `question-papers/index.html` in a web browser
- Filter by class or year
- Click to download PDFs

### 2. Direct File Access
Navigate to: `question-papers/[Class]/[Year]/`

Example:
- `question-papers/Class-10/2024/Class-10-Question-Paper-2024.pdf`
- `question-papers/Class-10/2024/Class-10-Answer-Key-2024.pdf`

### 3. Programmatic Access
Use the metadata.json file to programmatically access all files.

## Features

✅ **Professional Format**: Clean, well-formatted PDFs
✅ **Complete Coverage**: All classes and years
✅ **Answer Keys**: Separate answer key PDFs for each paper
✅ **Author Information**: Your contact details in every PDF
✅ **Publicly Available**: Free to download and use
✅ **Organized Structure**: Easy to navigate and find papers

## PDF Contents

Each Question Paper includes:
- Header with class and year
- Exam information table
- General instructions
- Questions organized by subject/section
- Footer with author information

Each Answer Key includes:
- Header with class and year
- Answers organized by subject
- Question numbers with answers
- Footer with author information

## Generation Script

The question papers are generated using `generate_question_papers.py`:

```bash
python generate_question_papers.py
```

### Customization

To customize or add more questions:
1. Edit `generate_question_papers.py`
2. Modify `SAMPLE_QUESTIONS` dictionary
3. Add more questions to `QUESTION_TEMPLATES`
4. Run the script again

## Author Information

All PDFs include the following author information:

- **Name**: Molla Samser
- **Website**: https://rskworld.in
- **Email**: help@rskworld.in
- **Phone**: +91 93305 39277

## Technical Details

- **PDF Library**: ReportLab 4.4.7
- **Page Size**: A4 (210mm × 297mm)
- **Font**: Helvetica (Standard PDF font)
- **Encoding**: UTF-8
- **Language**: English

## Future Enhancements

Possible additions:
- More detailed questions
- Subject-specific papers
- Practice papers
- Model papers
- Sample papers for competitive exams
- Regional language support

## Contact

For questions or support:
- **Website**: [https://rskworld.in](https://rskworld.in)
- **Email**: help@rskworld.in
- **Phone**: +91 93305 39277

---

**Generated by Molla Samser - RSK World**
**https://rskworld.in**

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer