Questions tagged [limesurvey]

LimeSurvey is a web based survey application built on PHP and MySQL. It is free and open-source, and provides extensive question templates and easy to use statistics.

205 questions
6
votes
3 answers

How to disable JavaScript alert in lime survey validation

While filling the questionnaire a JavaScript alert occurs when a mandatory question or validation error found. After alert a read message displayed which looks good but alert annoys. Is there any way to disable alert throughout the Survey? In Lime…
4
votes
1 answer

Pass answer through query string to Limesurvey survey

Is it possible to send answers through query string? something like this: HTTP://survey/1?ASW1=test
Abiezer
  • 772
  • 8
  • 14
3
votes
1 answer

How to read a string with UTF8 coding using linq to entities

I am trying to read a LimeSurvey table using Linq to entities. My problem is that LimeSurvey stores strings in UTF8 and .Net doesn't like it... So, i've got a simple function to list all my surveys, how can i tell Linq to read the strings in UTF8…
Sergio
  • 8,125
  • 10
  • 46
  • 77
3
votes
2 answers

Send contents of a dynamically-generated survey page over email

I have an installation of survey web app LimeSurvey set up for a coworker's project. It works great. I've customized the HTML, CSS (with a separate print stylesheet), and JavaScript to our liking. I need the user to able to send the contents of a…
LouieGeetoo
  • 868
  • 2
  • 11
  • 26
3
votes
0 answers

Getting SessionKey blank from API in LimeSurvey

var request = require('request'); //******GLOBAL*************** var SESSIONKEY = ""; var options = { url: "https://xxxxxxxxxxxxxxxx/index.php/admin/remotecontrol", method: "POST", headers: { 'user-agent':…
Mohammad Sunny
  • 371
  • 1
  • 3
  • 15
3
votes
2 answers

LimeSurvey issues with QID changing when copying Survey

Does anyone know a way to keep the QID from changing when copying a Survey in LimeSurvey. I'm copying surveys from a development server to a production server and have edited the template css to do many specific things. For instance, I have custom…
3
votes
1 answer

LimeSurvey auto-complete feature

Imagine the question: "Please write down five titles of TV Series". We want the answer to be spontaneous thus the users freely recall and write their answers such as "Game of Thrones", "The Big Bang Theory" or "Friends". Our problem is that some of…
David
  • 511
  • 2
  • 4
  • 15
3
votes
2 answers

Lime Survey Submit answer from Android app

In an Android app i have implement LimeSurvey,in which list of different Survey are displayed from lime survey admin panel. I am able to display questions of a survey but not getting any structure to submit user answer's of survey to LimeSurvey…
Ravi Bhandari
  • 4,682
  • 8
  • 40
  • 68
2
votes
1 answer

Analyzing LimeSurvey ranking data in R

I've used LimeSurvey to capture ranking information for 8 options across a large class of students. I've exported the results as CSV, and I get something like the following... Team1 Option7 Option4 Option6 Option1 Option2 Option3 Option5…
Jason Foster
  • 81
  • 1
  • 2
2
votes
1 answer

Trying to pull down data in R from LimeSurvey. It's failing--why?

I'm running a particular piece of code, as below: library(limer) library(dplyr) library(reshape2) library(tidyverse) options(lime_api= "x") options(lime_username = 'y') options(lime_password = 'z') get_session_key() mydata <-…
L.TK
  • 33
  • 2
2
votes
2 answers

How to install PHP Composer on a Limesurvey Docker image

Forgive me if this is an obvious question. I am fairly new to docker and I am having trouble understanding the installation instructions here: https://hub.docker.com/_/composer/ I want to use PHP Composer in my Limesurvey docker image that was…
2
votes
0 answers

autocomplete() not recognized by LimeSurvey

I have installed LimeSurvey 3.4 and tried to add this code to my question: