There isn't an out-of-the-box functionality that allows you to create custom views for surveys. But there's a work around. Try the steps below to create your custom survey views.
This one goes out to you help desk or administrators that would typically use the Active Directory administrative console to add/remove users and computer accounts, reset passwords, or any other administrative function that is performed via Active Directory.
There've been times where I've created list and wanted to add the ID number to the display form. I never really found away until now. I read a blog from PathtoSharePoint.com that explained it a little bit.
The steps below are much clear and easier to understand. Hope this helps.
Go to the list that contains your items.
Click on the item - now you should be in the display form
Now add ?ToolPaneView=2 to the URL to take you to the edit mode. Your URL should now look like this" http://domain/sites/test/ Lists/New%Test%20Form/DispForm.aspx?ToolPaneView=2
Click Go
You should now be in the edit mode for the display form
Click on Add a Web Part
Under Miscellaneous - check Content Editor Web Part
Click Add
In the Content Editor Web Part
Click Open the tool pane
The add the following scripts - I've copied from Path to SharePoint article
To view the ID in the first row - copy the code below:
There’ve been times were I’ve created custom lists in SharePoint 2007 and found the title item to be a bit of a nuisance. I didn’t know how to hide the title field since it was a default until now.