mirror of https://gitlab.com/curben/blog
30 lines
1.3 KiB
Markdown
30 lines
1.3 KiB
Markdown
---
|
|
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 %} |