A7: Response List/View
- Due Mar 6, 2014 by 1pm
- Points 100
- Submitting a website url
For this assignment you'll potentially build List & View pages of Responses for our SurveySez project.
The Response List page/application will:
- Provide querystring loaded links to the View page for every response
- Identify the Date Taken for each survey response
IMPORTANT: The 'List' application may not end up being a separate page. You may incorporate the functionality of the 'List' using other site pages, for example, Response List may appear as a part of the Survey View Page.
The Response View page will:
- Implement the Response class via the response_test.php page for data access, driven by the querystring
- Defend itself from invalid entry by redirecting users back to the List page, etc.
Source Code: Here is the source code of SurveySez Version 2
So what is ACTUALLY due for this assignment?:
- Functional List & View pages or instructions on how to find your Response List (part of Survey View?)
- Built to extend existing survey application