This QScript Modify Data - Merge and Flatten Scales creates merges 5, 6, 7, 9, 10 and 11-point scales into 3 categories, and restructures the data, so that the data is flattened (i.e., in a single column of numbers, so it can be more readily crosstabbed).
Example
Technical details
This QScript:
- Searches through all the questions in the project and identifies any Pick One - Multi questions containing 5, 6, 7, 9, 10 or 11 point scales.
- Restructures the data into a Pick Any question, with three combined categories. Refer to the JavaScript below for the specific details.
- Produces a new folder in your Report showing the new questions.
This QScript relies on the values in the scale question matching the scale points, so that a 5-point scale would have values 1, 2, 3, 4, and 5.
How to apply this QScript
- Start typing the name of the QScript into the Search features and data box in the top right of the Q window.
- Click on the QScript when it appears in the QScripts and Rules section of the search results.
OR
- Select Automate > Browse Online Library.
- Select this QScript from the list.
Customizing the QScript
This QScript is written in JavaScript and can be customized by copying and modifying the JavaScript.
Customizing QScripts in Q4.11 and more recent versions
- Start typing the name of the QScript into the Search features and data box in the top right of the Q window.
- Hover your mouse over the QScript when it appears in the QScripts and Rules section of the search results.
- Press Edit a Copy (bottom-left corner of the preview).
- Modify the JavaScript (see QScripts for more detail on this).
- Either:
- Run the QScript, by pressing the blue triangle button.
- Save the QScript and run it at a later time, using Automate > Run QScript (Macro) from File.
Customizing QScripts in older versions
Prior to the 15th of December, 2015, this page was known as Modifying Rows and Columns - Merge and Flatten Scales
See also
- QScript for more general information about QScripts.
- QScript Examples Library for other examples.
- Online JavaScript Libraries for the libraries of functions that can be used when writing QScripts.
- QScript Reference for information about how QScript can manipulate the different elements of a project.
- JavaScript for information about the JavaScript programming language.
- Table JavaScript and Plot JavaScript for tools for using JavaScript to modify the appearance of tables and charts.