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

3
votes
2answers
47 views

Deleting SharePoint survey results on daily bases

I have created a survey where users can indicate which sandwich they want to eat for lunch. Now I want the results to be deleted on a daily bases. Is this possible? I can't seem to find any options to ...
0
votes
0answers
21 views

How to properly finish a Branched Survey on Sharepoint?

I am sorry if this is a very dumb question, but I just don't know how to solve it. I am doing a Survey that has branched questions. Is a rather complex survey, it has many questions. But I will ...
0
votes
2answers
18 views

How to create form or survey with same multiple choice answers

I have a need to create a SharePoint questionnaire for building inspections. These inspections are to be performed weekly by different departments Each area to be inspected will have a reply of: ...
1
vote
0answers
27 views

Creating custom graphs of survey results

I'm very new to sharepoint development. I have a survey that I want users to take and I would like to do more complex visualizations than the default options. Is this something I can do with ...
1
vote
1answer
60 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
59 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 ...
2
votes
0answers
31 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." ...
0
votes
0answers
16 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: ...
1
vote
1answer
31 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 ...
0
votes
1answer
77 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
2answers
92 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 = ...
1
vote
1answer
179 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. ...
0
votes
1answer
60 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
0answers
122 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 ...
1
vote
1answer
113 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 ...
0
votes
0answers
120 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
114 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
50 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 ...
1
vote
1answer
183 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 ...