简述影响测验信度的因素。
(1)测验项目抽样不妥;(2)语言表达引起误解;(3)施测环境影响,施测时指导语、完成时限、主被试关系的影响;(4)评分过程的偏向与误差;(5)被试的动机和情绪等因素。
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/498652.html
上一篇:______ by Swift is generally regarded as the best model of satire, not only of the 18th century but also in the whole English literary history.
下一篇:有下列程序:func(int x, int y, int*jia, int*jian){*jia = x+y ; *jian = x - y ; }main(){int i =10 , j =3 , x1 , x2 ;func( i , j , &x1 , &x2 ) ;printf("%d,&d\n",x1,x2) ;}则其运行结果是()<