G
Guest
A survey form was sent out that logs responses in a back end DB on a shared
server. Most questions were set up with fixed responses (yes/no, combo box,
checkboxes). Unfortunately, there are also some text boxes allowing
respondents to type freely.
I'm being asked to sift through these responses to identify any trends. In
addition to just reading through everything, I'd like to be able to somehow
group or count common responses. I'm not sure about the best way to do this
and am open to suggestions.
What I'd like to do is count how many times each word occurs accross all
records. For example:
RecordID Answer
1 "I would like to have a picnic"
2 "I would like play softball"
3 "I don't care. Maybe a picnic."
The result I'm imagining looks like this:
Word CountofWord
I 3
a 2
picnic 2
.... ...
softball 1
Just thinking about it makes my brain hurt, but I'd live to see how it's done!
Thanks in advance
server. Most questions were set up with fixed responses (yes/no, combo box,
checkboxes). Unfortunately, there are also some text boxes allowing
respondents to type freely.
I'm being asked to sift through these responses to identify any trends. In
addition to just reading through everything, I'd like to be able to somehow
group or count common responses. I'm not sure about the best way to do this
and am open to suggestions.
What I'd like to do is count how many times each word occurs accross all
records. For example:
RecordID Answer
1 "I would like to have a picnic"
2 "I would like play softball"
3 "I don't care. Maybe a picnic."
The result I'm imagining looks like this:
Word CountofWord
I 3
a 2
picnic 2
.... ...
softball 1
Just thinking about it makes my brain hurt, but I'd live to see how it's done!
Thanks in advance