Built in DNN Survey Module Info

Last post 09-23-2004 9:07 AM by slhilbert. 10 replies.

Sort Posts:

  • Built in DNN Survey Module Info

    09-22-2004, 9:47 AM
    • Member
      370 point Member
    • slhilbert
    • Member since 11-04-2003, 7:49 AM
    • Posts 77
    We ran an election for our Student Body off of our DNN site using the survey module. The Student Government Association is wanting to know how many people actually voted. In what table on the SQL Side could I look at to see who voted and who didn't?

    Stuart
  • Re: Built in DNN Survey Module Info

    09-22-2004, 10:28 AM
    • Contributor
      5,220 point Contributor
    • Imsoccrman
    • Member since 03-12-2003, 1:06 PM
    • Tulsa Oklahoma
    • Posts 1,044
    I think you are out of luck... the number of votes is stored in the table but i did not see a detail of who voted how...
    Steve Walker
    Senior Consultant
    SharePoint Forums
    SharePoint Architecture
  • Re: Built in DNN Survey Module Info

    09-22-2004, 11:20 AM
    • Star
      8,492 point Star
    • iwonder
    • Member since 05-05-2003, 4:08 PM
    • Mission, KS
    • Posts 1,699
    Yes, that's right. The DNN Survey module is like a lot of standard survey apps, in that it collects aggregate data and presents it, meaning only the results of votes cast are stored and presented. Sounds like what you really want is a 'voting' application, not a survey app.
    iwonder
    Mission, KS - USA
  • Re: Built in DNN Survey Module Info

    09-22-2004, 12:37 PM
    • Contributor
      2,405 point Contributor
    • lou
    • Member since 06-17-2002, 9:42 PM
    • Posts 518
    Next time try the Nsurvey module from http://www.nsurvey.org .
  • Re: Built in DNN Survey Module Info

    09-22-2004, 12:49 PM
    • Member
      370 point Member
    • slhilbert
    • Member since 11-04-2003, 7:49 AM
    • Posts 77
    It isn't that I want to know who voted for who, but rather, who voted. Does that make sense? I just want the number of people who participated in the voting process.

    I saw nsurvey too late to grab a hold of it. I had already demoed the project. Next time...

    Stuart
  • Re: Built in DNN Survey Module Info

    09-22-2004, 2:10 PM
    • Contributor
      4,376 point Contributor
    • liquidpt
    • Member since 04-01-2003, 2:06 PM
    • Bellevue, WA
    • Posts 876
    Do you want the number of people that voted, or specifically WHO voted. Those are 2 different things...
    Matt Fraser
  • Re: Built in DNN Survey Module Info

    09-22-2004, 2:17 PM
    • Member
      370 point Member
    • slhilbert
    • Member since 11-04-2003, 7:49 AM
    • Posts 77
    I want to know WHO voted.

    Stuart
  • Re: Built in DNN Survey Module Info

    09-22-2004, 2:32 PM
    • Contributor
      5,220 point Contributor
    • Imsoccrman
    • Member since 03-12-2003, 1:06 PM
    • Tulsa Oklahoma
    • Posts 1,044
    The number of people who voted could be tallied by adding up the total votes... I think he is wanting WHO voted. i don't see any way to retrieve that information from the current layout.
    Steve Walker
    Senior Consultant
    SharePoint Forums
    SharePoint Architecture
  • Re: Built in DNN Survey Module Info

    09-22-2004, 6:40 PM
    • Star
      12,167 point Star
    • thecrispy1
    • Member since 06-24-2002, 1:06 PM
    • USA
    • Posts 2,434
    • TrustedFriends-MVPs
    There is no built in way to determine who voted. You can add to the module and make that happen. For this to work, however, the survey would have to of used Personalization. You would have to do a select query with a join on the Users table on UserID. You would have to pass in the moduleID and select the ones with the SettingName in the code.

    If you are interested in going further, I will dig up more information which you would need.
    Chris Paterra


  • Re: Built in DNN Survey Module Info

    09-22-2004, 7:02 PM
    • Contributor
      4,376 point Contributor
    • liquidpt
    • Member since 04-01-2003, 2:06 PM
    • Bellevue, WA
    • Posts 876
    See, just so you don't think I'm crazy, this is the sentence by Stuart that confused me:

    "I just want the number of people who participated in the voting process. "

    Obviously, he doesn't just want the number, he want to know "who" (as he had said in the sentence previous to this one). I just wanted clarification.

    Matt
    Matt Fraser
  • Re: Built in DNN Survey Module Info

    09-23-2004, 8:57 AM
    • Member
      370 point Member
    • slhilbert
    • Member since 11-04-2003, 7:49 AM
    • Posts 77
    YOUR CRAZY :)

    Nah... I did a lot of things yesterday. I am not a great writer of information.

    Stuart
Page 1 of 1 (11 items)