Performance-Task-1-2
Performance-Task-1-2
Scenario: Sir Nathan, a school administrator, wants to streamline the process of collecting
information from parents during enrollment. He decides to create an online enrollment form using
HTML.
Solution: Design a form using different HTML form types, attributes, and elements. Includes text
fields for parents to enter their names, email addresses, and phone numbers. Adds radio buttons
for parents to select their preferred communication method and a dropdown menu for selecting
the student's grade level. Additionally, includes a checkbox for parents to agree to the school's
policies and a submit button to complete the enrollment process.
Outcome: By utilizing various HTML form types, attributes, and elements, we can create a user-
friendly and efficient enrollment form. Parents can easily provide the necessary information, select
options, and agree to policies, simplifying the enrollment process for both the parents and the
school staff.
Performance Task 2:
Online Cookbook
Scenario:
You are developing a website for a culinary school that wants to share recipes online. The website
should allow users to browse different categories of recipes, view detailed instructions, and watch
cooking videos, all while keeping the navigation simple and intuitive.
Problem:
How can you utilize HTML framesets to create an engaging online cookbook that allows users to
easily access recipes and related content?
Solution Approach:
Frameset Design:
Left Frame: A menu with categories of recipes (e.g., appetizers, main courses, desserts).
Right Frame: A display area for the selected recipe, including ingredients and instructions.
categories.html: This file lists various recipe categories with links to corresponding recipes.
recipeDetails.html: This file displays the details of the selected recipe, including step-by-step
instructions.
cookingTips.html: This file contains helpful cooking tips and links to video tutorials.
Expected Outcome:
Users will be able to browse through categories, view detailed recipes, and access cooking tips
simultaneously, making it easier to navigate and enjoy the online cookbook.
Rubrics:
Content – 25 pts
Creativity – 25 pts
Funtionality – 25 pts
Syntax – 25 pts