Accueil
LimeSurvey Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Re:[done] Timed survey (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:[done] Timed survey
#13270
mikemunsil (User)
Fresh Lemon
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
[done] Timed survey 3 Months, 2 Weeks ago Karma: 0  
Not using Lime Survey, yet.

Is it possible to do the following?

1. automate the survey to be available online at a set date and time
2. automate the survey to NOT be available online after a set date and time
3. record the start and stop times for a each user per question into MySql
4. or, record the duration per question for each user per question into MySql

Thanks!

Mike Munsil
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
 
Logged Logged  
 
Last Edit: 2008/05/15 03:02 By Mazi.
  Reply Quote
#13275
c_schmitz (Admin)
Admin
Posts: 1276
graphgraph
User Online Now Click here to see the profile of this user
Re:Timed survey 3 Months, 2 Weeks ago Karma: 40  
Hi Mike

1. no
2. yes
3. and 4. no

I assume that you mean a duration per page, not per question - as multiple questions could be shown on the same page and you could not measure time per question in that case.
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
 
Best regards

Carsten Schmitz
LimeSurvey Project Leader
 
Logged Logged  
  Reply Quote
#13284
startx25 (User)
Expert Lime
Posts: 94
graphgraph
User Offline Click here to see the profile of this user
Re:Timed survey 3 Months, 2 Weeks ago Karma: 0  
For the points 1 and 2 there is a solution but tested

1. automate the survey to be available online at a set date and time
2. automate the survey to NOT be available online after a set date and time

You can use an structure in index.php to redirect the survey if the variable sid is your survey target and time is your time needed

something like this :
define your time
if ($_GET['sid']=='19456'{
{
if ($my_time < gettime()){
do nothing
}else{
header("Location:http.yoursite.com/survey_page_closed.php"
}
}
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
 
Logged Logged  
 
Last Edit: 2008/05/14 09:24 By startx25.
  Reply Quote
#13350
Mazi (Moderator)
Moderator
Posts: 2325
graph
User Offline Click here to see the profile of this user
Re:Timed survey 3 Months, 2 Weeks ago Karma: 18  
startx25 wrote:
For the points 1 and 2 there is a solution but tested
Can you add this to the workaround section in the wiki/manual? Might be very helpful for other users, too.
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
 
Beste Grüße/Best regards,
Mazi
______________________
You can support Limesurvey, too!
 
Logged Logged  
 
Last Edit: 2008/05/15 03:01 By Mazi.
  Reply Quote
#13395
zimi (User)
Junior Lime
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Re:[done] Timed survey 3 Months, 2 Weeks ago Karma: 1  
Is it possible do record a start and end time of a survey?

For some reason "Date Started" , "Date Last Action" and "Date Submitted" variable contain exactly the same date and time (to second).
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
 
Logged Logged  
  Reply Quote
#13396
ElMatador69 (Moderator)
Moderator
Posts: 1396
graphgraph
User Offline Click here to see the profile of this user
Re:[done] Timed survey 3 Months, 2 Weeks ago Karma: 27  
Which version and which build do you use?
On my knowledge should be fine in 1.70+
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
 
If our informations and answers were useful to you, please consider a donation to the LimeSurvey Project!
 
Logged Logged  
  Reply Quote
#13397
zimi (User)
Junior Lime
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Re:[done] Timed survey 3 Months, 2 Weeks ago Karma: 1  
Thanks ElMatador for looking into this.

I use 4589 build.
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
 
Logged Logged  
  Reply Quote
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop