todi-2000 / Quiz-App

A Quiz App where users can register, attempt quiz, view their scores and leaderboard.
MIT License
14 stars 28 forks source link

Question update without page reload using AJAX #16

Closed SubhradeepSS closed 3 years ago

SubhradeepSS commented 3 years ago

Issue fixed: #7

Features added:

Note: removed the script reference to static timer.js and written all the javascript code inside details.html so as to use timer and ajax simultaneously.

SubhradeepSS commented 3 years ago

@todi-2000 Can u please review my PR?

SubhradeepSS commented 3 years ago

@todi-2000 I think this is an issue of hard level :), since the ajax part was required to be simultaneously handled alongwith the timer. What is your opinion on it?

todi-2000 commented 3 years ago

@todi-2000 I think this is an issue of hard level :), since the ajax part was required to be simultaneously handled alongwith the timer. What is your opinion on it?

Yes along with timer it is of hard level.Don't worry I will update and allocate you points considering it of hard level

todi-2000 commented 3 years ago

It looks nice to me.