Inspiration

I wanted to create an interactive platform for Computer Science students to practice quizzes in an engaging way

What it does

“Quize for CSE” allows users to take multiple-choice quizzes on various CSE topics.

How I built it

I built this project using HTML, CSS, and JavaScript. HTML structures the quiz layout, CSS styles it to make it visually appealing, and JavaScript handles the quiz logic, such as selecting answers, moving to the next question, and showing results.

Challenges I ran into

I faced challenges in dynamically updating the question and answer section without refreshing the page. Also, managing the state of selected answers and ensuring correct feedback required careful logic in JavaScript.

Accomplishments that I'm proud of

I’m proud that I was able to create a fully functional quiz system that runs smoothly on a browser, with instant feedback and a clean user interface. It demonstrates my understanding of front-end development and JavaScript programming.

What I learned

I learned how to manipulate the DOM dynamically with JavaScript, manage events effectively, and structure a small project with reusable code. I also gained experience in designing a simple but functional UI.

What's next for Quize for CSE

Next, I plan to add features like a timer for each quiz, score tracking, more question categories, and possibly a backend to save user progress. I also want to make it mobile-friendly and maybe turn it into a full-fledged web app with authentication.

Built With

Share this project:

Updates