Homework 3: Multiple views
- Due Sep 10, 2024 by 9:30am
- Points 1
- Submitting a website url
- Available after Sep 5, 2024 at 9:30am
Watch these videos:
- Debugging JavaScript Links to an external site.
- Tododles: adding multiple views
Next, extend our latest class example of Quizzer Links to an external site. to use 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. Submit a link to your repository to this Canvas assignment.