Skip to content

Latest commit

 

History

History
74 lines (48 loc) · 2.12 KB

README.md

File metadata and controls

74 lines (48 loc) · 2.12 KB
knnflsenvm_ZX2IYcCf.mp4
# Random Question Generator

This is a web application for generating random questions and practicing interview scenarios.
The application allows users to upload an Excel file containing questions and answers,
select a sheet from the file, and then practice answering questions randomly.

## Features

- Upload Excel file with questions and answers.
- Select a specific sheet from the uploaded Excel file.
- Practice answering questions randomly.
- View the correct answers after attempting each question.

## Getting Started

To run the application locally, follow these steps:

1. Clone the repository:

   ```bash
   git clone https://github.com/mechtester/randomquestions.git
  1. Navigate to the project directory:

    cd randomquestions
  2. Run the Flask application:

    python app.py
  3. Open a web browser and go to http://127.0.0.1:5000/ to access the application.

Usage

  1. Upload an Excel file containing questions and answers.
  2. Select a sheet from the uploaded file.
  3. Start practicing by answering random questions displayed on the screen.
  4. Click on "Show Answer" to view the correct answer.
  5. Use the "Next Question" button to move to the next random question.

Sample Template

Download the sample Excel template here to see the required format for uploading questions and answers.

Download the sample Question Answers here to see testing.

Technologies Used

  • Python
  • Flask
  • HTML
  • CSS
  • JavaScript

Contributing

Contributions are welcome! Please feel free to fork the repository and submit pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.


You can customize the content according to your project's specifics and add more details as needed.
Save this content in a file named README.md in the root directory of your project.