Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Likert element is similar to the Radio Button, however, the Likert is preferred if you have several questions which all can take the same answers. The Matrix element is similar to the Likert element, though, the Matrix element can take different sets of answers. For example, if you want the respondents to select an answer, and give weight to how important the selected answer is to them.

Image RemovedImage Added

To create a chart, you could, for example, add all questions, and filter these to the different values the question can take. Then, group against ‘All data’, and choose the bar chart, to see how often an answer was selected for each question. Below you will see an example for the Likert element:


Easy html macro
theme{"label":"solarized_dark","value":"solarized_dark"}
contentByMode{"html":"<div id=\"surveyContent\"></div>","javascript":"var confluenceData = {};\nvar pageId;\nvar pageTitle;\n\ntry {\n confluenceData = JSON.parse(parent.window.name);\n var pageId = confluenceData.options.productContext['page.id'];\n var pageTitle = confluenceData.options.productContext['page.title'];\n} catch(e) {}\n\nvar src = 'https://collect.mopinion.com/assets/surveys/2.0/js/survey.min.js';\n\nvar vars = {\n key:'211a4fdb96626776846147095cc335b448e20458', \n domain:'app.mopinion.com', \n divName:'surveyContent', \n button:false, \n use_collect:false, \n useQuerySelectorAll:false\n};\n\nvar s = document.createElement('script');\ns.async = 'async';\ns.id = 'mopinionFeedbackScript';\ns.src = src;\ns.onload = s.onreadystatechange = function() {\n if (!s.readyState || s.readyState === 'loaded' || s.readyState === 'complete') {\n try {\n srv.loadSurvey(vars);\n } catch (e) {}\n }\n}\ndocument.head.appendChild(s);","css":""}