- Posts: 83
- Thank you received: 3
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ // Identify this questions var qTextDisplay = $('#question{QID}'); var qRadio = $(qTextDisplay).nextAll('.list-radio:eq(0)'); // Radio question styles $(qRadio).css({ 'margin-top': '-10px' }); $('td.questiontext', qRadio).parent().css({ 'display': 'none' }); }); </script>
And that is why many don't like the plugin approach for things like this. This is a feature that many other survey systems have out of the box. OK, we can create it in LS with a plugin, but when a new version comes out, plugins might not be up to date yet, which means LS looses a feature.I really need to update gitlab.com/SondagesPro/QuestionSettingsType/checkboxForText plugin.
Currently not working in 3.X
I don't understand what the problem is with using two questions and a little styling.
Don't tell me Core feature is better than plugin feature …holch wrote: And that is why many don't like the plugin approach for things like this.
…
I can't judge this, as I am not a developer, so I just have to accept it.Core is really more hard to fix than plugin
, with a plugin :
Then : LimeSurvey is unstable since a lot of years…holch wrote: Yes, core features are often broken, but then I can consider the application as "not stable" or "not complete".
Exactly...Then : LimeSurvey is unstable since a lot of years…
And with Drupal this is actually an issue. Many users are still on old versions of Drupal, must because the modules they require are not ported to newer versions (yet). However, Drupal supports older versions with security updates, now from what I see the LTS for 2.06+ was only because 2.x wasn't stable or usable in productive environments for quite a while after its release (in my opinion).Why do you think wordpress, or drupal or spip or even prestashop or magento seems nude when install from scratch
Since all my code is public , it can be updated by anyone .holch wrote: …
And while it is great to have these, they depend on exactly 1 person. This is not a very sustainable approach, I'd say.
…
It can be updated, yes. And it is great. But let's be honest, how likely is that?Since all my code is public , it can be updated by anyone.