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

I need help reporting on a survey with large numbers of answers in an array - by: Joffm

$
0
0
I saw that there is "max_input_vars=40000" in my php installation.

On the other side, I am not sure if this design is the best.
Now I have to scroll through 600 names to find one though they are in alphabetic order..

In my opinion a text question with autocomplete option would be better. (reduces the size of answer options)


Or drop-downs with select2package. (easier finding)


Just to consider.

Joffm

Problem with question validation equation - by: Joffm

$
0
0
Add a line terminator "\n"
regexMatch('/^(.|\n){50,}$/', XXX)

.{50,} matches any character (except for line terminators) from https://regex101.com/

Joffm

P.S. I did not test it in LS, only on the Regex page.

Problem with question validation equation - by: ch123

$
0
0
Seems to be working fine - thank you, really nice!

I need help reporting on a survey with large numbers of answers in an array - by: holch

$
0
0
Ohhh, those are two very good ones! Nice, Tony! I'll have to try them.

Mobile phone template for limesurvey - by: jon244

$
0
0
your iphone and macbook can damaged anytime. so you have to go to a proper engineer to rectify this issue . visit MacBook Repair Dubai MacBook Repair Dubai to resove by perfect developer. it is internal damage or external only apple experts can resolve this issue. macbook needs to keep secure from spam or hacked server.

I need help reporting on a survey with large numbers of answers in an array - by: wstone

$
0
0
Those are great options thanks alot. I'll be using that next time.

Populate address in text box based upon drop-down list address selected. - by: Joffm

$
0
0
Hi,
a easy solution without javascript is:
1. create a question of type "huge text" (I called it "Loc") , where you enter your details well defined (fixed width), like
001Location1           Mr. Adam Ant        (123) 432-1234      A-Road 123, Adamtown                    
002Location2           Mrs. Betty Beaver   (124) 532-2234      B-Road 222, Bettystown                  
003Location3           Mr. Carl Coala      (125) 632-3234      C-Road 333, Charlestown                 

Your dropdown (Q1) has the answer codes "001, "002", ... (you may adapt it to your wishes)
Then use a few string functions to
1. find the line that starts with your selected code {strpos(Loc,Q1)}
2. extract the line {substr(Loc,eq1,104)} (my lines have a length of 104 characters)
3. split this line into the several parts and fill the multiple short text question (Q2)
{Q2_SQ001=substr(eq2,23,20)}
{Q2_SQ002=substr(eq2,43,20)}
{Q2_SQ003=substr(eq2,63,30)}

Joffm

File Attachment:

File Name: limesurvey_survey_375583.lss
File Size: 23 KB

Sessions and third party cookies in Iframe - by: Bigred01

$
0
0
Hello.

I have a embedable survey widget to allow people to dynamically survey people who visit their websites.

I chose to use limesurvey paired with a survey plugin to set iframe permissions for domains. This allows for quick programming and deployment of surveys by our survey team.

This works fine for most browsers since they come out of the box with third party cookies allowed. Safari does not though (and i believe chrome will be defaulting to blocking third party in the near future? (I bet they wont block google analytics though...)).

I implemented a cookie check to let me know if I should bother rendering the survey or not. What I am trying trying to do is find a workaround for setting and persisting the session without using cookies for the cases that have third party disabled.

I am currently testing using local storage and setting the session ID myself for specific cases.

Has anyone done anything like this before that might have any insights on a secure and clean way to go?

Thanks

LimeSurvey PowerBI integration - by: adamzammit

$
0
0
Hi everyone,

One of our customers wanted labelled responses available for reporting in PowerBI but connecting directly to the LimeSurvey database via the MySQL connector only gave the unlabelled data from the survey and tokens tables. Also the column names are not very readable for reporting.

In response I have written this Python script which you can run from PowerBI desktop that will import fully labelled data using the LimeSurvey API and the LimeSurvey Python connector (from here: github.com/ESchae/limesurveyrc2api )

Here is the link to the script:

github.com/adamzammit/limesurvey-powerbi-python

Get in touch if you have any difficulty running it.

Adam

Dynamically create expression using javascript. - by: tpartner

$
0
0
You cannot use JavaScript to define Expression Manager variable names. EM is rendered at the server level but JavaScript is not rendered until after the page is loaded so it cannot modify the EM variable name.

Dynamically create expression using javascript. - by: DenisChenu

$
0
0
? Relevance is set for this ....

And here : condition editor work ...

Tokens - by: tpartner

LimeSurvey PowerBI integration - by: gabrieljenik

$
0
0
Nice!

I have also been working on PowerBI integration.

I have a plugin that allows to connect a survey to PowerBI.
The data is refreshed on PowerBI regularly, so is good for watching progress.

Thanks

Survey response time - by: holch

$
0
0

I thought LimeSurvey keeps a log for the time for each survey taking and the date. but its not :(


Limesurvey does, but only if you tell it to. As this information can be relevant for data protection, it is default to not recording it, if you don't specifically configure it.


Before activating a survey, Limesurvey is quite explicit on this and gives a big warning/information sign:


You can only set this, when the survey is not active. So you either deactivate the surveys and on re-activating make these settings or you will have to live without this feature for these surveys.

semantic differential - mandatory and with "no answer" - by: holch

$
0
0
I bet that Tpartner will find a solution. If I would have to guess, he will probably create a question with the "no answer" option as part of the scale and not via the LS settings, and then move this column to the right via Javascript, or something like that. ;-)

Sessions and third party cookies in Iframe - by: Bigred01

$
0
0
I'm an idiot. Realized after the fact that lime creates a form input with the session id on its own. Works fine out of the box if you manage the CSRF token.

Single choice with answer options in a box - by: ILYES22

$
0
0
unfortunately for me, the radio buttons do not appear
below the table.

thank you for help

semantic differential - mandatory and with "no answer" - by: Joffm

$
0
0
Hi, Tony,
yes, you're right.

But since I'm too shy to call you directly,
holch had the assumption that you would help me (which of course I also hoped).

As usual an awful solution.

Thanks a lot.

Joffm

And again I learned something more about javascript.

Import from Google Forms - by: tpartner

Single choice with answer options in a box - by: ILYES22

$
0
0
You will find the problem of the buttons in the last question of the survey
Viewing all 17529 articles
Browse latest View live


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