Questions tagged [survey]

Questionnaires created with the purpose of extracting information and deriving conclusions from a set of users. Use this tag for questions related to the creation, storage and handling of surveys. Note: Asking people to take a survey is off-topic.

Surveys generally aren't given too much attention by those who are uninterested in a certain topic, or are given unsolicited requests to answer them. Often times they are prone to intentional negligence by answerers, which can very easily skew results and should be carefully filtered out to prevent this. Nonetheless, surveys can provide powerful insights into a specific area of knowledge if implemented correctly.

Perhaps a website is interested to see if a specific set of users are satisfied with the website, namely those users with IP addresses which have only ordered their first few items. This would be very important to ensure that they can retain new customers and improve any shortcomings. They might also want to ask for suggestions from users who have used their website for an extended period of time, longer than 1 year. Creating surveys with these metrics allows for targeted information extraction, and thus the ability to draw specific conclusions from this data.

Surveys may be implemented in software using a variety of programming languages. Popup windows, modules, and follow-up emails are all viable options.

1210 questions
-1
votes
1 answer

What happes when submitting HTML survey

my question is what is really happens when you hit the submit button on a html servey like this one? No beverage
Tea
Daniel
  • 101
  • 3
-1
votes
2 answers

Simple survey database design

I'm creating a survey for visitors of my event. However it's been a while since I created a database. So I need some help. I found some solutions but they are way to extensive and that is something I don't need. Visitors need to stay anonymous but…
reaper_unique
  • 2,916
  • 3
  • 28
  • 48
-1
votes
3 answers

How to count votes for qualitative survey answers

We are creating a website for a client that wants a website based around a survey of peoples' '10 favourite things'. There are 10 questions that each user must answer, e.g. 'What is your favourite colour', 'Who is your favourite celebrity', etc.,…
Audity
  • 49
  • 3
  • 11
-1
votes
1 answer

What does this phrase about producing randomized online surveys mean?

In regards to online surveys, there are 3 basic types of questions - single punch, multi-punch, and grid qualification. The grid type is basically a series of single-punch questions - maybe to rate a restaurants food, decor, air, etc. So I'm…
Caffeinated
  • 11,982
  • 40
  • 122
  • 216
-1
votes
3 answers

Mobile Phone Survey Questions

We're considering writing mobile versions of our applications, so we're putting together a survey for our customers asking what they want for stuff on their phones. So far, questions such as: Do you have a smartphone? If so, which OS does it…
Colen
  • 13,428
  • 21
  • 78
  • 107
-2
votes
2 answers

Using pandas to identify which are the 5 point and 10 point scale survey questions in a dataframe

I have a unique situation where my dataset contains multiple survey responses that were asked on two different scales primarily - a 5 point scale and then a 10 point scale and I have consolidated all of these responses in one dataframe. Now I would…
Django0602
  • 797
  • 7
  • 26
-2
votes
1 answer

Scoring a survey in R (loop)

I'd like to create a new column (Survey_score) to this dataset that calculates the average of Question (Q1-Q4) for each ID. I suspect I need to loop through each ID, but I'm sorta new to R. Any…
Dr.Data
  • 167
  • 1
  • 10
-2
votes
1 answer

Python Tkinter Submit button

I create some kind of surver whitch colect data about work and save answers under Submit button.I stuck on Submit button. How I can get all data save under this one button. Many thanks for any help. This is only part of the code with 2…
Damo
  • 3
  • 1
  • 2
-2
votes
1 answer

Excel - Ranking Survey Responses

This one has been giving us a fit around the office here, so I'm reaching out to see if we can get some assistance. We recently finished collecting survey responses wherein the respondents ranked a series of "strategies" amongst themselves. What we…
Seth K
  • 1
-2
votes
2 answers

display html form values in same page after button

i make a html site. there is questions on the site. i made it with form .After clicking on the button, I want to see all of the answers on the same page.i dont want as alert. how can i do it? I apologize for the misspellings.