This is A Simple Questionnaire Realized by MATLAB and its GUI. Here is the file structure:
MyQuestionnaire
|-- src
|-- ConprehansiveTest.fig
|-- ConprehansiveTest.m
|-- Excellent.JPG
|-- Fail.JPG
|-- Good.JPG
|-- JustSoSo.JPG
|-- No7.wav
|-- No7_Answer.txt
|-- No8.wav
|-- No8_Answer.txt
|-- No9.wav
|-- No9_Answer.txt
|-- No10.JPG
|-- No10_Ans.JPG
|-- No11.jpg
|-- No12.jpg
|-- No13(1).jpg
|-- No13(2).jpg
|-- No13(3).jpg
|-- No13(4).jpg
|-- No13(5).jpg
|-- Pass.jpg
|-- smile1.jpg
|-- Welcome.wav
|-- FullScore.PNG
|-- Readme.md
|-- 基于MATLAB软件GUI界面的自制简单电子琴.md
Among the files above:
- file 'ConprehansiveTest.fig' is the figure file in MATLAB;
- file 'ConprehansiveTest.m' is the source file of this project;
- the rest files in folder 'src' are resource files;
- file 'FullScore.PNG' is a preview of the questionnaire;
- file 'The Design of Knowledge Test Based on MATLAB —— ComprehensiveTest.md' is a detailed introduction document for this project.
For more detailed information, refer to article The Design of Knowledge Test Based on MATLAB —— ComprehensiveTest.md.