Z-odiaq / AWS-Certified-Cloud-Practitioner-CLF-C01-Practice-Tests-Web-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Certified Cloud Practitioner CLF-C01 Practice Tests Web App

This is a web application that allows you to take quizzes based on Amazon Web Services (AWS) Certified Cloud Practitioner questions. The quiz questions are sourced from Ditectrev's AWS Certified Cloud Practitioner Practice Tests.

Introduction

This project provides a simple Flask web application that presents multiple-choice quiz questions. Users can submit their answers to see the score along with feedback on incorrect answers. Link hosted in pythonanywhere (unstable) : http://zodiaq.pythonanywhere.com/

Data Source

The quiz questions used in this project are taken from Ditectrev's AWS Certified Cloud Practitioner Practice Tests. Special thanks to Ditectrev for providing this valuable resource.

How to Run

Prerequisites

  • Python 3
  • Flask (install using pip install Flask)

Steps

  1. Clone this repository:

    git clone https://github.com/Z-odiaq/AWS-Certified-Cloud-Practitioner-CLF-C01-Practice-Tests-Web-App.git
    cd AWS-Certified-Cloud-Practitioner-CLF-C01-Practice-Tests-Web-App
  2. Run the Flask application:

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

Adding More Questions

To add more quiz questions, follow the structure in the data.txt file. Each question should be formatted as per the example questions in the file. Ensure that the correct answers are marked with [x].

Feel free to contribute by adding more questions and improving the application!

Screenshots

image

image

About


Languages

Language:HTML 70.0%Language:Python 30.0%