Likert Scale Questionnaire Data Collection Form

Function to display Likert-scale questionnaire & record responses.
990 Downloads
Updated 21 Oct 2014

View License

The function CollectLikert.m presents a Likert-type questionnaire with radio button responses. The function displays the questionnaire items, records the responses, and returns the responses when the user clicks a "Done" button. If there are too many questions to display on a single page, the function handles paging across multiple pages. The function accepts parameters defining the questionnaire items, the number of rating points on the Likert scale and their labels, the size of the window in which to display the questionnaire, instructions to present with the questionnaire, etc. The function simply returns a one-dimensional array with each number indicating the response to one item.

Cite As

Jeff Miller (2024). Likert Scale Questionnaire Data Collection Form (https://www.mathworks.com/matlabcentral/fileexchange/46327-likert-scale-questionnaire-data-collection-form), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Cell Arrays in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

Update provides control over text font sizes.

1.0.0.0