简体   繁体   中英

How to validate a new questionnaire with all ordinal variables and one binary?

I have to validate a questionnaire where all items assume an ordinal response and only one assumes a dichotomous response. How do I validate the questionnaire in this context? If I have to do an exploratory factor analysis, what should I do?

The items in the QuestionnaireResponse will each have a linkId that identifies the corresponding item in the Questionnaire. You then check the answer for that response item against the rules for the question item. So the ordinal items will have a type of 'choice' and the binary item will presumably have a type of attachment. Your validation process will check that the answers have the appropriate type - and meet any other constraints, such as falling within the allowed list of values, having the right attachment mime type, having an appropriate binary size, etc.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM