Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Tips
Sawtooth Software Home
Most popular tags
cbc
lighthouse-9
acbc
ssi-web
maxdiff
ssi-web-8
javascript
cbc-hb
grid-question
constructed-list
unverified-perl
ssi-web-7
free-format
skip-logic
alternative-specific-design
select-question
choice-simulator
willingness-to-pay
cbc-latent-class
quota-control
mbc
acbc-hb
pass-in-fields
conditional-pricing
smrt
Have an idea?
Visit
Sawtooth Software Feedback
to share your ideas on how we can improve our products.
How to record survey time in a sawtooth variable?
We wish to store survey time in a variable so that we can see in CSV file without exporting to excel/spss
ssi-web
asked
Oct 26, 2013
by
sh_sawtooth
(
375
points)
Your comment on this question:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please
log in
or
register
.
Your solution to the original question
Please only use this to answer the original question. Otherwise please use comments.
Your name to display (optional):
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
1 Answer
+3
votes
Best answer
On last page, create a free format question.
Suppose you have 500 pages in survey, then write following code:
<input type="hidden" name="capture_time" value="
[%
Begin Unverified Perl
my $a1=(PAGETIME(1,500))/60 ;
End Unverified
%]
">
answered
Oct 26, 2013
by
Saurabh Aggarwal
Gold
(
34,995
points)
selected
Oct 29, 2013
by
sh_sawtooth
Your comment on this answer:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please
log in
or
register
.
...