LimeSurvey: master c8c6ba6b

Author Committer Branch Timestamp Parent
gabrieljenik GitHub master 2021-02-23 14:04:55 master 8e79006e
Affected Issues  16455: Public statistics for Ranking question not shown
Changeset

Fixed issue 16455: Public statistics for Ranking question not shown (#1767)

Fixed stats for ranking questions.
Also reviewed as requested and fixed the following:

  • Array (Numbers): Error 500: query parameter ":scale:id" instead of ":scale_id" on 'createSGQA'
  • Array (Numbers): Error 500: wrong fieldname created on 'createSGQA' (X-Scale subquestion not taken into account)
  • List with Comments + Pie Chart: Error 500, "Call to a member function gT() on string": $sLanguageCode->gT("Comments")
  • Ranking: 'createSGQA' returns null because it looks for subquestions instead of answer options
  • Ranking: 'buildOutputList' doesn't implement l10n
  • Multiple choice (M and P): 'buildOutputList' doesn't implement l10n
mod - application/controllers/Statistics_userController.php Diff File
mod - application/helpers/userstatistics_helper.php Diff File