Here is the link to the In-Class part of the midterm exam.
You have the entire testing period, from 1:15pm - 2:40pm, to complete the test and upload to SWAIN.
The in-class midterm submission requires 3 items which are to be 7-zipped:
- a Word document
- an complete web page (probably an HTML document and some images)
- a source code file (either .cpp or a web document with embedded PHP)
The take-home part of the midterm is to remake the dynamic web page from a screenshot above. The trick is to use an HTML form to pass POST data back to the page. The form data is then used to dynamically control the appearance of the web page. You must submit the midterm via SWAIN before 10pm on Monday.
The Dynamic CSS App must have the following:
- Contains at least 1 main div
- Uses a table to layout the form
- Text must be inside and outside the main div
- The form should control at least 15 visible display characteristics
- Form must have:
- 6 Text Fields
- 1 TextArea
- 4 Unique DropDown Lists (generated with PHP)
- 2 CheckBoxes
- 2 Radio Buttons
- 2 Submit Buttons
- 1 Clear Button
.
