Home
LimeSurvey Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Re:[done] Timed survey (1 viewing) (1) Guest
Go to bottom 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 5 Months 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
 
Logged Logged  
 
Last Edit: 2008/05/15 03:02 By Mazi.
  The administrator has disabled public write access.
#13275
c_schmitz (Admin)
Moderator Lime
Posts: 1321
graphgraph
User Online Now Click here to see the profile of this user
Re:Timed survey 5 Months 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.
 
Logged Logged  
 
Best regards

Carsten Schmitz
LimeSurvey Project Leader
  The administrator has disabled public write access.
#13284
startx25 (User)
Expert Lime
Posts: 94
graphgraph
User Offline Click here to see the profile of this user
Re:Timed survey 5 Months 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"
}
}
 
Logged Logged  
 
Last Edit: 2008/05/14 09:24 By startx25.
  The administrator has disabled public write access.
#13350
Mazi (Moderator)
Moderator Lime
Posts: 2841
graph
User Offline Click here to see the profile of this user
Re:Timed survey 5 Months ago Karma: 21  
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.
 
Logged Logged  
 
Last Edit: 2008/05/15 03:01 By Mazi.
 
Beste Grüße/Best regards,
Mazi
______________________
You can support Limesurvey, too!
  The administrator has disabled public write access.
#13395
zimi (User)
Junior Lime
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Re:[done] Timed survey 5 Months 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).
 
Logged Logged  
  The administrator has disabled public write access.
#13396
ElMatador69 (Moderator)
LimeSurvey Team
Posts: 1557
graphgraph
User Online Now Click here to see the profile of this user
Re:[done] Timed survey 5 Months ago Karma: 31  
Which version and which build do you use?
On my knowledge should be fine in 1.70+
 
Logged Logged  
 
Get in touch with the LimeSurvey Development Team via IRC
If our informations and answers were useful to you, please consider a donation to the LimeSurvey Project!
  The administrator has disabled public write access.
#13397
zimi (User)
Junior Lime
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Re:[done] Timed survey 5 Months ago Karma: 1  
Thanks ElMatador for looking into this.

I use 4589 build.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top