- #1
Zayn
- 9
- 0
Homework Statement
For my data management class, I want to make a survey that has questions to test your learning preferences based on a VARK model (visual, aural, kinesthetic, and read/write) (I know the validity of the test itself is questionable, but I still think some interesting trends might be observed).
The test will consist of 16 multiple choice questions, each of which having a visual, aural, kinesthetic, and read/write option. I take the 16 answers and then give them some score: V/A/R/K so 12/2/1/1 would indicate someone who is a strong visual learner. I was just wondering what kind of algorithm to use to determine if someone is multimodal (4/4/3/5, for example), or has a mild visual learning style (8/4/2/2).
Homework Equations
I have no idea how to approach the problem.