有的幼儿为了提高自己的自信心,增强在群体中的地位,会说一些极度夸张的事,这种情形属于( )
A.分不清事实与想像而说谎
B.模仿式的说谎
C.掩盖式的说谎
D.夸耀式的说谎
正确答案是D
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/163607.html
上一篇:X服从参数为(0,1)的均匀分布,则E(X)=( ).
下一篇:#include<iostream> using namespace std; class base { private: int m; public: base(){}; base(int a):m(a){} int get(){return m;} void set(int a){m=a;} }; void main() { base*ptr=new base[2
#include<iostream> using namespace std; class base { private: int m; public: base(){}; base(int a):m(a){} int get(){return m;} void set(int a){m=a;} }; void main() { base*ptr=new base[2