tillmo / two_tiered_quiz

A multiple choice quiz with justifications for the answers, written in Django
GNU Affero General Public License v3.0
0 stars 0 forks source link

Force reload of quiz list #93

Closed tillmo closed 4 years ago

tillmo commented 4 years ago

Users complain that the quiz list is outdated. This must be caused by the browser cache storing an outdated response to the backend API call giving the quiz list. The frontend should force an new API call.

tillmo commented 4 years ago

Unfortunately, #96 still does not fix the issue. Probably, just setting no-cache does not suffice, see https://stackoverflow.com/questions/49547/how-do-we-control-web-page-caching-across-all-browsers