Json-To-String / Shelfside

1 stars 0 forks source link

Navigation bar lets users skip pages/questions #19

Open Json-To-String opened 2 weeks ago

Json-To-String commented 2 weeks ago

Users are able to skip pages and go nonsequentially through the test, causing an AttributeError at result calculation. image

Either:

  1. Implement a try-except fix to catch the case where a page has no questions answered
  2. Find a way to completely hide the navigation bar so that the user can't go to a page out of order
Json-To-String commented 2 days ago

Related - Implement a back button after the results page