x

Main chapters

  1. LimeSurvey Cloud vs LimeSurvey CE
  2. LimeSurvey Cloud - Quick start guide
  3. LimeSurvey CE - Installation
  4. How to design a good survey (Guide)
  5. Getting started
  6. LimeSurvey configuration
  7. Introduction - Surveys
  8. View survey settings
  9. View survey menu
  10. View survey structure
  11. Introduction - Questions
  12. Introduction - Question Groups
  13. Introduction - Surveys - Management
  14. Survey toolbar options
  15. Multilingual survey
  16. Quick start guide - ExpressionScript
  17. Advanced features
  18. General FAQ
  19. Troubleshooting
  20. Workarounds
  21. License
  22. Version change log
  23. Plugins - Advanced
 Actions

Question attributes redesign

From LimeSurvey Manual

Revision as of 18:19, 3 February 2020 by DenisChenu (talk | contribs) (Scenarios)

Question attribute code saw a rise in complexity between LS3 and LS4. This page will take a step back and analyze if it can be simplified.

Domain diagram

Domain diagram

Class diagram

TODO

Database design

TODO.

Will not change.

Scenarios

All use-cases go here.

  • Question class is clearly a Theme related attribute. Not linked to specific question
  • Can we remove timer attribute from core please ! https://manual.limesurvey.org/Question_type_-_Short_free_text#Timer : remind : Not only for on,e question, didn't update any HTML/CSS part (only js)
  • All expression part (min value , max number) are done in LimeExpressionManager : totally unrelated to QuestoinTheme

---

I was thinking basically all use-cases can be summarized to:

  • Import question attribute from XML/question theme
  • Save question attribute value
  • Load question attributes for question type/question id

Olle (talk) 17:14, 3 February 2020 (CET)

Question attributes redesign : redesign is redesing.

If you talk of re design : must be a real redesign . I move my previous comment to Notes :) in next edition

DenisChenu (talk) 17:19, 3 February 2020 (CET)

Notes

TODO