Add 'Edit multiple questions on LimeSurvey' post

This commit is contained in:
curben 2018-10-18 16:01:17 +10:30
parent ff42252056
commit 89134018eb
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
---
title: Edit multiple questions on LimeSurvey
date: 2018-10-18 00:00:00
tags:
---
On LimeSurvey, making minor edits to multiple questions can be quite a chore. `ListQuestions` view allows you to edit multiple questions at the same time.
<!-- more -->
`ListQuestions` view allows you to delete, set 'mandatory', 'other', CSS class, and randomise multiple questions at the same time.
I stumbled upon ListQuestions view after I deleted a question from a question group. But the view is not accessible through the interface, there's no button which can take you to that view.
To go that view, open the relevant question group where the questions you want to edit belong to.
The URL bar will shows up something like this,
`example.limequery.org/admin/questiongroups/sa/view/surveyid/123456/gid/1`
Replace `questiongroups` to `survey` and replace `view` to `listquestions`, so the URL becomes something like this,
`example.limequery.org/admin/survey/sa/listquestions/surveyid/123456/gid/1`
This is what ListQuestions view looks like,
{% cloudinary 20181018/limesurvey.png %}
The view is also useful for quickly open multiple questions. Simply ctrl + left click or just middle click on the Edit button to open the question (to edit) in new tab.
{% cloudinary 20181018/limesurvey-edit.png %}