Quantcast
Channel: Topics in Category: Can I do this with LimeSurvey? - LimeSurvey forums
Viewing all 17529 articles
Browse latest View live

{ANSWERTABLE} - by: Ben_V

$
0
0
for v2.00
/application/controllers/PrintanswersController.php

Depending Statistics - by: tpartner

can i set condition for the token sent? - by: DenisChenu

simple admin user imap authen - by: adzpire

$
0
0
ok. i will try 2.05.

thank you sir.

Check answer from an image map and conditions - by: dc_pgn

$
0
0
Hi,

my Code is not working. What is wrong? :(
Which type of question must i choose?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><title>QGIS</title><script type="text/javascript">
function mapOnMouseOver(str){document.getElementById("mousemovemessage").innerHTML=str; }
function mapOnMouseOut(str){document.getElementById("mousemovemessage").innerHTML="out of "+str; }
function mapOnClick(str){alert(str);}
</script> </head> <body><div id="mousemovemessage"></div><br><img src="Gewerbestandorte.png" border="0" ismap="ismap" usemap="#mapmap" alt="html imagemap created with QGIS" >
<map name="mapmap">
<area shape="poly" href=""  coords="611,413,611,411,611" alt="1">
<area shape="poly" href=""  coords="735,495,734,494,734" alt="2">
<area shape="poly" href=""  coords="212,592,212,587,212" alt="3">
<area shape="poly" href=""  coords="241,727,264,727,265" alt="4">
<area shape="poly" href=""  coords="596,107,596,105,595" alt="5">
<area shape="poly" href=""  coords="627,439,624,442,614" alt="6">
<area shape="poly" href=""  coords="150,300,150,302,147" alt="7">
<area shape="poly" href=""  coords="146,283,147,283,147" alt="8">
<area shape="poly" href=""  coords="103,509,301,506,301" alt="9">
<area shape="poly" href=""  coords="442,404,443,403,443" alt="10">
<area shape="poly" href=""  coords="408,497,408,498,407" alt="11">
</map></body></html>
 
<script type="text/javascript" charset="utf-8">
 
$('area').click(function() {
    var alt = $(this).attr('alt');
    $("#question42 input.text").val(alt);
 
 
  return false;
});
 
</script>

I want participants to spread the survey to other people (tokens problem?) - by: LBerrosa

$
0
0
Hello everyone,

I had create a survey and I want to know if this is possible:

If I send the survey to A,B and C (persons) they can answer the survey because they have tokens.

But I want my survey to be spreaded. So if A forward the survey (I guess A will forward the email with HIS token) to other friend of him, this friend will not be able to answer it because he has not a token.

Is there any way to have non-anonymized answers from invited people (people with token) and anonymized questions (I guess non-anonymized is not possible in this case) from people that received the email from a participant of the survey?

Thank you very much.

Random pictures only shown once - by: tpartner

$
0
0
Now, in questions 2 and 3, I see that you have BOTH the code to display "the remaining 3 pictures" AND the code to display a random image. You need to use one code snippet or the other.

Additionally, the images don't seem to be available (broken paths).

Defaulting Multiple Short Text Answers based on Checkbox - by: tpartner

$
0
0
Given the following question/answer codes:

1) "I have lived here my whole life"
- question code - "multiOpt1"
- answer code - "1"

2) "Address when 18-25"
- question code - "address1"
- answer codes - "city", "state", "zip"

3) "Address when 26-35"
- question code - "address2"
- answer codes - "city", "state", "zip"

You could set the default answers for "address2" to:
{if(multiOpt1_1, address1_city, "")}
{if(multiOpt1_1, address1_state, "")}
{if(multiOpt1_1, address1_zip, "")}

Where do servers store the survey results - how secure? - by: sunsunsun

$
0
0
Is the information saved securely, or encoded in any way?

Using Replacement Field Variable Inside Anchor Tag? - by: utsi

How to add custom attribute on the text of a question - by: nicola_86

$
0
0
yeah thanks, sorry I solved it yesterday..there was something strange in the question :)
thanks anyway

best solution to have multiple responses for 1 question - by: seancon1

$
0
0
working on a survey for a radio station, they want to have multiple song clips in the form of a question for the user to listen to and have several responses based on each song and preferably while its playing.

i am able to embed the clip but not sure of the best question type to use.

they are looking for something like this.

[File Attachment: sample_2013-08-08.jpg]

Reset answers in a table question, using a button and javascript - by: tpartner

$
0
0
$('#question775 input.radio, #question1066 input.radio').attr('checked', false);

;)

Quality of Survey Timings - by: tpartner

$
0
0
My solution for IATs has been to use array-text questions with JavaScript to present the terms and record the results. As this is all client-side, there is no noticeable lag.

Here's a screenshot of the concept (the results array would, of course, be hidden in a live survey):

[File Attachment: iat_1.png]

URL expiration - by: tpartner

$
0
0
Providing you leave the "Valid from" fields empty, the token will be valid as long as the survey is activated.


[File Attachment: Capture2_2013-08-08.JPG]

Setting multiple email server for each survey - by: andersonelias

$
0
0
Hi Dennis, thanks for your reply.
As I mentioned above if I have 3 active Survey and I want to send my invitiation via 3 different SMTP Email server without changing the smtp settings everytime before I send the invitations.

OK thanks...

can LS afford 5000 users doing survey? - by: DenisChenu

$
0
0
Yep,

And if you have 5 000 user with same Web-Link then you have only one link betwwen your server and survey web site.

You can use Some Content Delivery Network (CDN) (with updating some part in config) for CSS and JS file

But like holch say : 5000 user at same time atonly one website need big server. Not LS only.

We lack some "real caching" , please you can contribute : bugs.limesurvey.org/view.php?id=7988

Denis

Google Apps Integration - by: KevinMartin

export errors when exporting to TSV format - by: ROSt52

$
0
0
I regards this as a bug report. However as I don't know where to file a bug report do here. Please advice if, in the future a different location should be used.

Export errors were observed when survey is exported to TSV file.

TSV file means always: tab separated, UTF-8, delimiter: “, extension TXT

In all steps I followed the explanations of “Excel Survery Structure” but got error messages.

1 Export errors
This error was observed already during importing the TSV file again.

Steps done:

1. Selected 2 well running survey
2. Exported as TSV file with txt extension.
3. Created a new sruvey
4. Clicked Import tab
5. Browsed for exported txt-file
6. Clicked Open
7. Clicked Import survey

Result

Message:

Success 
File upload succeeded. Reading file.
Error
Error : Could not insert answer. Text file row number 187
(in each survey the text file rows have different numbers)
Survey is not imported


I opened both original txt file in LibrOffice Calc, Settings:
Code: UTF8
Separator: Tab (only)
Delimiter: “

Changed title

Saved files as TSV, resulted in extension CSV, renamed file extention to TXT

Performed import procedures as described above

Result: Same Error messages as above. Error messages pointed to the same text file row number.


Route cause search
Next l looked into both exported files using LibO Calc

I found that the error message refere to row numbers with exactly the same structure in both surverys:
name: A1, A2, A3, ...
relevance: A1, A2, A3, …

This was observed for question types:
List with commments
List radio

other questions of the same types showed under
names: 1, 2, 3, …
relevance: blank cells


Counter measure test
Next I changed “names” and “relevance” in both surveys
names: A1, A2, A3, … → 1, 2, 3, …
relevance: A1, A2, A3, … → blank cells

Saved Calc file as TSV and changed extension to TXT and the import worked.

Import worked fine in both cases.

Tested both surveys with “Test this Survey” functionality. However another error was observed
2 Import Error
This error was verified to occur during export but problem becomes visible only after re-import and using Test this Survey functionality.
Verfication method: Export as TSV and import the same file again. Use Test this Survey funtionality shows the problem.
Route cause search
Done with LibO Calc and saving file again as TSV with TXT extention.

This error was observed only in the survery with multiple choice answer “Other” with comment field
In all questions of this very type, 2 “others” selection possibilities are shown in each question. The first had no comment field attached to, the second had the comment field attached . Check mark could only be set to the first others, however it was possible to add text
See image Q8_OtherOther.png

Replacing the text ="Other" by "XXXX" shows the same problem only the word "Other" is replaced by "XXXX"

Opening the sub-questions showed an additional eub-question. In image Q8_Subquestions.png are sub-questions to be seen when "Ohter" is replaced by "XXXX".

Counter measure test
Delete in TSV file row with name=others and text=Other

Result:
See imge Q8_SubquestionEntryOtherDeleted.png

Attachements:

[File Attachment: Q8_OtherOther.png]

[File Attachment: Q8_Subquestions.png]

[File Attachment: Q8_SubquestionEntryOtherDeleted.png]

A survey with dynamic questions? - by: brandtb

$
0
0
I have a research project where I would like participants to take two surveys. The first survey consists of rating a large number (100 to 200) of pairwise comparisons. When this survey is complete, I would like to run an algorithm on these results that will produce a list of "significant" pairs, approximately 20. I then want to ask the participants to provide short answer descriptions for these 20 pairs. The number of questions in the second survey would be constant, but the pairs to ask about would depend on the answers to the first survey.

My current plan is to have the end URL from the first survey link to some PHP to run the algorithm to identify the "significant" pairs. I can pass the token from the first survey through to retrieve their answers and calculate the 20 pairs. I can store this in my database, in PHP, whatever. But the issue is how to get the text into the second survey. For example, I may want questions to read:

Q1: Please describe the relationship between "cat" and "mouse":
Q2: Please describe the relationship between "cat" and "dog":
Q3: Please describe the relationship between "mouse" and "frog":
.
.
.
Q20: Please describe the relationship between "snake" and "pig":

From reviewing the documentation and a little experimentation, the only way I can see to do this is to create the second survey with 20 URL parameters, have the PHP pass in the minimally necessary text for the 20 questions in the URL, load them into 20 dummy questions, then access the values of the 20 questions in the text of the actual questions via. the Expression Manager. For example, the URL may look like www.example.com/lime/index.php/522994/la...,dog&pQ03=mouse,frog...

This is kind of ugly, so I thought I'd ask the community if there is a better way. This post suggests an AJAX call. Any other suggestions?

Thanks in advance!

Brandt
Viewing all 17529 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>