Student Information
Name: محمد نضال محمد خضرة
University ID: 120222325
XX: 25
1) Google Form
Form Title: Training Course 25
Required fields
- Full Name — Required
- Email — Required — Email type
- Age — Required — Number
- Experience Hours — Required — Number
- Level — Beginner / Intermediate / Advanced
Notes to match the instructions
- Change the form color/theme.
- Add a header image.
- Enter at least 3 responses.
- Link the form to Google Sheets.
3 sample responses
| Full Name | Age | Experience Hours | Level | |
|---|---|---|---|---|
| Ahmad Ali | ahmad25@example.com | 20 | 12 | Beginner |
| Sara Khaled | sara25@example.com | 24 | 28 | Intermediate |
| Omar Nidal | omar25@example.com | 27 | 35 | Advanced |
2) Google Sheets
Sheet Name: 25_Data
Suggested columns
| A | B | C | D | E | F | G |
|---|---|---|---|---|---|---|
| Timestamp | Full Name | Age | Experience Hours | Level | Category |
Category formula
=IF(E2<20,"Beginner","Experienced")
Basic calculations
Assume labels are in I2:I6 and formulas are in J2:J6.
| Cell | Label | Formula |
|---|---|---|
| J2 | Average Age | =AVERAGE(D2:D) |
| J3 | Max Age | =MAX(D2:D) |
| J4 | Min Age | =MIN(D2:D) |
| J5 | Total Experience Hours | =SUM(E2:E) |
| J6 | Number of Registrants | =COUNTA(B2:B) |
Expected values using the sample data
- Average Age = 23.67
- Max Age = 27
- Min Age = 20
- Total Experience Hours = 75
- Number of Registrants = 3
Formatting requirements
- Color the first row with a different background.
- Make column headers Bold.
- Center all text in the table.
- Apply conditional formatting on Category:
- Experienced = Green
- Beginner = Orange
Chart
Create a chart showing the distribution of students by Level with a clear title, for example:
Students Distribution by Level - Training Course 25
Final organization
- Sort Age from smallest to largest.
- Ensure the data is clear and organized.
3) HTML & CSS
File Name: course25.html
Included items in the file
- Header with title containing 25
- Dark blue title color
- Different header background from body
- Horizontal navigation menu with 3 YouTube links
- Hover effect on links
- About section with Arial font
- One image with width and border
- Table section
- Registration form with text/email/number inputs and submit button
- Footer containing student name and university ID
4) Google Docs
Document Name: Final_Exam_25
Content to place in the document
Name: محمد نضال محمد خضرة
University ID: 120222325
Form Link: [ضع رابط الفورم هنا]
Sheets Link: [ضع رابط الشيت هنا]
You can paste this exactly inside Google Docs
Final_Exam_25
Name: محمد نضال محمد خضرة
University ID: 120222325
Form Link: [Paste Google Form link here]
Sheets Link: [Paste Google Sheets link here]
5) Submission Folder
Drive Folder Name: Final_Exam_25
Put inside it:
- Google Form link / related files
- Google Sheets link / related files
- course25.html
- Google Docs file Final_Exam_25
Then submit the folder link on Classroom.
Important note
This solution is based directly on the assignment instructions extracted from the uploaded Classroom file.
The assignment requires using the last two digits of the university ID as XX, and for your ID
120222325, that value is 25.