Homework 3: Multiple views
- Due Sep 13, 2022 by 9:30am
- Points 1
- Submitting a website url
- Available after Sep 8, 2022 at 9:30am
Watch these videos:
- Debugging JavaScript Links to an external site.
- Tododles: adding multiple views
Next, extend our class example of Quizzer to use a multiple views: one for the Quiz Admin panel and one for the Quiz panel. The Quiz panel should be the default view (when the URL has no hashes specified). The hash "#admin" should bring up the Quiz Admin view. Add a button or link at the top of the page that will take users between the two views.
As with all homeworks, you may collaborate freely with others.
Commit your work to your CSC302 GitHub repository. It should be in the folder: homework/hw3/quizzer.html. Submit a link to your repository to this Canvas assignment.