Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Getting Responses From People

Taylor Bracken
Registered User
Join date: 26 Apr 2007
Posts: 42
05-02-2007 10:22
Hi there -

I was visiting an IBM site earlier today and they had a survey ( pop up ) in SL that asked people a few questions about how they came to the site.

Can you please let me know:

a/ How is this done in SL ( when I clicked on a PRIM, it loaded up the survey questionaire ).

b/ What is the best way to track and store the responses.

Thanks - TB
Destiny Niles
Registered User
Join date: 23 Aug 2006
Posts: 949
05-02-2007 10:48
The method is what type of experience you want the user the have.
You can weblink to a server, or
Use a dialog script and either email or http post the response to a server or
You can have a script ask questions in chat and record the response or
You can use a notecard with the questions on it have the user return the notecard after completing it. Alot more ways....
RJ Source
Green Sky Labs
Join date: 10 Jan 2007
Posts: 272
05-02-2007 10:49
The best way to store info like this probably sending it off to an external database via http.

I'm not sure how the survey was presented to you, but if it was a blue pop-up, it was probably calling the llDialog routines.