In statistics, survey methodology is the field that studies the sampling of individuals from a population with a view towards making statistical inferences about the population using the sample. Polls about public opinion, such as political beliefs, are reported in the news media in democracies.

learn more… | top users | synonyms

2
votes
0answers
23 views

How do you get the response counter back to zero in a SharePoint 2007 Survey

In a survey created in SP2007 the results counter says there are 8 responses. However, after going to the view all responses page and deleting everything I see the page say "there Are no responses." ...
1
vote
1answer
119 views

Friendly message when user tries to take the survey again

Survey is set to respond only once. However, is there way to show friendly message instead of following error? Server Error in '/' Application. You are not allowed to respond again to this survey. ...
1
vote
1answer
33 views

Configure Survey Graphical Summary to hide values without a selection

I made a survey where there is a long list for a dropdown. When I go view the Graphical Summary, it displays every single survey question option with a 0%. Is there a way to show only the survey ...
1
vote
0answers
18 views

SharePoint 2010 Survey Add Title Header on Survey Page

I am new to the Sharepoint and was working with the Sharepoint Surveys. I had created a survey and needed to add the survey title to the Survey Dialog Page. I was able to edit the NewForm.aspx under ...
1
vote
1answer
28 views

Sharepoint Survey - Add Indexed Columns

I have a sharepoint survey that is has a large amount of questions. The survey gets used quite alot around 6000 entries with about 20-30 questions. The problem is its a bit clunky and heavy. Is ...
1
vote
1answer
85 views

How to add sub choices in a Sharepoint 2010 survey

Is there a way to do it. e.g. 1st Jan 8am - 9am 9am - 10am 3rd Jan 8am - 9am 9am - 10am So users can select either 1st Jan or 3rd Jan and then select the timings within. Please do not take ...
1
vote
1answer
152 views

Add columns to export to Excel in Survey list

The survey list is always left of centre to other lists. I am using SharePoint 2007. I have recently been asked to include other columns when exporting a survey to excel (the modified field). The ...
0
votes
1answer
29 views

Voting on items in a document library?

I am trying to set up a voting/survey feature in a document library that could potentially contain 50+ images. Multiple users in my company will be uploading different types of images, then other ...
0
votes
1answer
67 views

onet.xml and survey

Is it possible to include a survey and it's questions in the onet.xml ? I know you can create the survey list, but is it possible to include the questions as well ? TIA so far I have been create ...
0
votes
0answers
12 views

Survey redirect creates page in chail window

Using SharePoint 2010 w/SPD creating a redirect on a FormAction button like so: <input type="button" value="Form Action" name="btnFormAction" onclick="javascript: ...
0
votes
2answers
70 views

create survey from code with rating scale

I'm creating a sharepoint survey with VS2012. I managed to create the survey with several question and here is some sample: SPWeb web = properties.GetWeb(); Guid id = ...
0
votes
0answers
112 views

SharePoint 2010 - Survey People Column Validation

Our HR Department uses SP surveys as a way to poll employees on who they feel should be the employee of the year. They requested that the user not be able to select themself as the employee of the ...
0
votes
0answers
112 views

Infopath create survey

Ok So I have an old form that I have users that have the ability and choose questions from check boxes. What this does is based on what they choose it generates a survey that the user can print out. ...
0
votes
0answers
104 views

How to create a survey in Sharepoint which supports sub options in choice item?

Now need to create a survey according to customer's requirement like following: Question: Please choose the level of interaction between you and customer every day? A. Call received none, 1-2, ...
0
votes
0answers
44 views

Sharepoint Survey - Editing length of multiple select list

I have a lookup question that pulls data from a SP List. This is setup to allow multiple answers. My issue is that the text boxes displayed in the survey are very limited in terms of length, and I ...