16种人格因素测验的提出者是( )
A.卡特尔
B.罗夏
C.戴维·麦克利兰
D.麦金利
正确答案是A
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/1086953.html
上一篇:幼儿园工作评价按评价的基准分类是()
下一篇:#include<iostream.h> class f{ private:int x=0,y=0; public:void f1(int a,int b){x=a;y=b;} void get(){cout<<x<<','<<y<<endl;} }; main(){ f a; a.f1(1,3); a.get(); }
#include<iostream.h> class f{ private:int x=0,y=0; public:void f1(int a,int b){x=a;y=b;} void get(){cout<<x<<','<<y<<endl;} }; main(){ f a; a.f1(1,3); a.get(); }