Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

jQuery Autocomplete

  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
10 years 3 weeks ago - 10 years 3 weeks ago #107158 by DenisChenu
Replied by DenisChenu on topic jQuery Autocomplete
The script don't have actually a licence ?

MIT surely.... (then yes ... you can copy /paste / adapt / etc ...

And yes : MIT at starting : gitorious.org/ls-selectfilter/ls-selectf...d:selectfilter.js#L3

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
Last edit: 10 years 3 weeks ago by DenisChenu.
The following user(s) said Thank You: lfanfoni
The topic has been locked.
More
10 years 3 weeks ago #107162 by lfanfoni
Replied by lfanfoni on topic jQuery Autocomplete
I've added a comment to documentate my modify. This:
/*
Modified Version by Luciano Fanfoni 04/04/2014
Fixed Lenght of both Answer Code (scale 1 & 2): 5
Firsts 2 chars used to filter. Lasts 3 chars used to identify unically options of scale2
Example of Modified code:
Old: substring(0, $(this).val().length - 2)
New: substring(0, $(this).val().length - 3)


Distributed under MIT licence
*/

Se mi vuoi contattare, non mandare messaggi privati qui, bensì scrivi a lfanfoni at gmail.com
Per le livestream in italiano vai su: www.youtube.com/playlist?list=PLOSjjxAG9...SiiCsSz_JxIH7xJwLdPd
Le soluzioni LimeSurvey per l'Italia si trovano su: github.com/lfanfoni
The topic has been locked.
More
8 years 11 months ago #120697 by mascarpone
Replied by mascarpone on topic jQuery Autocomplete
Hi Guys,

Back on this thread which I struggle a bit to understand. I have 2 questions here:

1. is there somewhere a summary of how this can be tackled (Denis maybe)? as there seem to be different versions, with bug fixes, etc. Any sort of a "final word" on this?

2. anything "more robust" planned along those lines in future releases?

Cheers!
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
8 years 11 months ago #120701 by DenisChenu
Replied by DenisChenu on topic jQuery Autocomplete
Hi,

Already have a 'not finalized plugin', not public actually.

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.
More
8 years 11 months ago #120789 by mascarpone
Replied by mascarpone on topic jQuery Autocomplete
Hmmmmm :woohoo: that's a teaser...

A planned release date - or some hints on the plugin itself?
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
8 years 11 months ago - 8 years 11 months ago #120792 by DenisChenu
Replied by DenisChenu on topic jQuery Autocomplete

mas_carpone wrote: A planned release date

When i have time to test and fix some issue, and to do a clean system and doc.

some hints on the plugin itself?

testing.sondages.pro/limesurvey/529393?newtest=Y

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
Last edit: 8 years 11 months ago by DenisChenu.
The topic has been locked.
More
8 years 11 months ago #120799 by mascarpone
Replied by mascarpone on topic jQuery Autocomplete
The "search" feature is very promising!

Is it still envisaged to have an option along the lines of cascading dropdown lists? (Country, Province, District, etc.)
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
8 years 11 months ago #120800 by DenisChenu
Replied by DenisChenu on topic jQuery Autocomplete

mas_carpone wrote: The "search" feature is very promising!

? select use autocomplete, then you can filter too. The 3 exampe have "search" option.

mas_carpone wrote: Is it still envisaged to have an option along the lines of cascading dropdown lists? (Country, Province, District, etc.)

Can be done using category in dropdown , but surely some work more.

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.
More
7 years 7 months ago - 7 years 7 months ago #142126 by mascarpone
Replied by mascarpone on topic jQuery Autocomplete
Hi Folks,

Sorry to get back to this again but I can't seem to fix this myself... could anyone here please help in creating this kind of cascading dropdowns for a specific location (I'm currently working in North East Nigeria and would need it here for the region)?

Would be very much appreciated...

Searching for more I have also found this: www.limesurvey.org/forum/design-issues/8...wn-question&start=15

But could still do with some help guys... :blush:
Last edit: 7 years 7 months ago by mascarpone.
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
7 years 7 months ago #142134 by DenisChenu
Replied by DenisChenu on topic jQuery Autocomplete

mas_carpone wrote: Hi Folks,

Sorry to get back to this again but I can't seem to fix this myself... could anyone here please help in creating this kind of cascading dropdowns for a specific location (I'm currently working in North East Nigeria and would need it here for the region)?

Hi ,

This is not in gistmaps.itos.uga.edu/arcgis/rest/services/COD_External/ ? If yes you can use github.com/WorldHealthOrganization/ls-callApiArcGIS

Else, if you have somethink like zipcode / town need :
You can download : framagit.org/SondagePro-LimeSurvey-plugi...lob/master/README.md

Just update insee_cp_ville.csv file , maybe some other little adaptation.

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
7 years 7 months ago - 7 years 7 months ago #142145 by tpartner
Replied by tpartner on topic jQuery Autocomplete
A note on Denis' suggested plugin - do not edit the CSV file with MS Excel - it will probably break it, particularly with special characters - use something like LibreOffice Calc.

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Last edit: 7 years 7 months ago by tpartner.
The topic has been locked.
More
7 years 7 months ago - 7 years 7 months ago #142160 by mascarpone
Replied by mascarpone on topic jQuery Autocomplete
Thanks Denis and tpartner!

It is not the town/zipcode kind of feature I need and yes Denis, the data for Nigeria is not available through the web service we normally use for geographical standard. I have the standard breakdown of states, districts, sub districts as an excel this time... and would like to serve those in my survey so that only the relelvant answers (depending on the previous selection) show.

Autocomplete is not ideal unfortunately as most users entering data do not know the region (they are mostly staff of NGOs currently working in the zone)

Thanks for your help guys!

(FYI: we are using LS in this case to try and map out health services delivered to populations in the war affected area and identify gaps to be addressed)
Last edit: 7 years 7 months ago by mascarpone.
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose