Programming Challenge!

0%

Assignment Summary

This project was developed as part of the Interactive Web Application Sprint 4 assignment. Below is a summary of how the requirements were fulfilled:

  • jQuery UI Widgets Used:
    • .tooltip() – Applied to answer buttons
    • .dialog() – Used for Game Over modal
    • .accordion() – For displaying instructional content
    • .progressbar() – Tracks user’s progress visually
  • External Plugin:
    • jquery-confirm – For restart confirmation modals
  • Other Features:
    • Animated feedback system
    • Score tracking
    • Dynamic question rendering with modular architecture

The game is fully functional on the client side, with no server or backend dependency.

How to Play

Read each programming question carefully and select the correct answer. You’ll receive immediate visual feedback, and your score will be updated in real time.

About This Game

Built with HTML, CSS, JavaScript, and jQuery. The UI dynamically renders questions, updates score, and uses jQuery UI components to enhance interactivity.

Credits

Developed by Talha Gamga and Muhammed Fatih Asan. This project demonstrates modular front-end development and integration of jQuery UI features as per assignment requirements.