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.
0
votes
2answers
77 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
29 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
87 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
155 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 ...
2
votes
0answers
24 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
0answers
12 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
0answers
30 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 ...
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
0answers
120 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
113 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
105 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
45 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 ...