LimeSurvey: master 5bc06f52

Author Committer Branch Timestamp Parent
rami.shenouda GitHub master 2024-07-02 17:06:23 master 5b4d1a73
Changeset

Fixed issue #QE-1027: Survey progress bar does not reflect correct progress (03898)

  • QE-1027: updated the getCountTotalQuestions method to have a param to determine whether to count hidden questions or not and fixed progressbar not showing current progress bug

  • QE-1027: format fix

  • QE-1027: undefined sumresult variable fix

  • QE-1027: removed commented code

  • QE-1027: sql command update and added totalVisibleQuestions data

  • github actions fix

  • getting undefined index 'totalVisibleSteps' fix


Co-authored-by: ramishenouda <rami.zaki@limesurvey.org>

mod - application/core/LSETwigViewRenderer.php Diff File
mod - application/helpers/SurveyRuntimeHelper.php Diff File
mod - application/helpers/frontend_helper.php Diff File
mod - application/models/Survey.php Diff File