Welcome to the LimeSurvey Community Forum

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

Free text with formatting

  • alainc1
  • alainc1's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
2 years 4 months ago #232239 by alainc1
Free text with formatting was created by alainc1
Hi, 

I am new to limesurvey and developing questionnaires with free text entries for which users should be able to introduce formatting (e.g. headers, bold, italic, etc) in their responses.
Is that possible ?

Thanks in advance for the help

Alain

Please Log in to join the conversation.

More
2 years 4 months ago #232243 by jelo
Replied by jelo on topic Free text with formatting
This is not implemented in LimeSurvey (any version). I recommend to submit a feature request.

See this very old thread:
forums.limesurvey.org/forum/can-i-do-thi...-in-long-text-answer

The keyword is "rich text editor".

You can check this plugin. I recommend to contact the author to ensure the plugin works with your LimeSurvey version.
www.encuesta.biz/producto/limesurvey-plu...ith-specific-format/

The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users

Please Log in to join the conversation.

  • Joffm
  • Joffm's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
2 years 4 months ago #232248 by Joffm
Replied by Joffm on topic Free text with formatting
To implement such an editor is not so very difficult.

Here an example with "summernote"
To show I inserted everything in the question source code
Code:
<link href="https://cdn.jsdelivr.net/npm/summernote@0.8.18/dist/summernote.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/summernote@0.8.18/dist/summernote.min.js"></script> 
 
<script>
  $(document).ready(function() {
    $('#answer{SGQ}').summernote();
  });
</script>
Other RTF editors will be similar.

The result is this (without any customization).

And the answer in the linked post about the storing is still valid (HTML code is saved.)

 

Volunteers are not paid.
Not because they are worthless, but because they are priceless
Attachments:

Please Log in to join the conversation.

  • Joffm
  • Joffm's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
2 years 4 months ago #232249 by Joffm
Replied by Joffm on topic Free text with formatting
Here with TinyMCE
 
 

Volunteers are not paid.
Not because they are worthless, but because they are priceless

Please Log in to join the conversation.

  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
2 years 4 months ago #232253 by tpartner
Replied by tpartner on topic Free text with formatting
...maybe a canditate for a custom question theme?

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The following user(s) said Thank You: r0bis

Please Log in to join the conversation.

Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose