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
-
Navigate to the project directory:
cd randomquestions
-
Run the Flask application:
python app.py
-
Open a web browser and go to http://127.0.0.1:5000/ to access the application.
- Upload an Excel file containing questions and answers.
- Select a sheet from the uploaded file.
- Start practicing by answering random questions displayed on the screen.
- Click on "Show Answer" to view the correct answer.
- Use the "Next Question" button to move to the next random question.
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.
- Python
- Flask
- HTML
- CSS
- JavaScript
Contributions are welcome! Please feel free to fork the repository and submit pull requests.
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.