One of the most difficult transitions faced by parents and youth is that of going from elementary to middle school. Parents are often dismayed that their child who once confided every detail now spends more time alone or with friends. This may be the first time parents are called by a teacher and told their child is less focused on school than in the past. While this can be disheartening, it may help to know that much of this is a normal developmental process.
Erikson called this stage, “Identity Versus Role Confusion” to imply youths’ attempts to fit into society during this stage. As an almost teenager, youth at this stage begin separating from parents and start focusing more on peer bonding. Most parents remember going through this stage and may fear their child will make mistakes.
Know that despite your best efforts, your child is going to make some mistakes and some of these mistakes, while difficult, will help your child learn and grow. The important thing to focus upon at this stage is guiding your child so they do not make major life changing mistakes that impact their future. For example, parents will want to monitor online communications, discuss the consequences of sexual behaviors and drug use, and ensure children are safe. Mistakes such as these can be severe and include sexual abuse, disease, pregnancy, legal issues, and other serious issues. At the same time, parents cannot and should not go everywhere with their children, complete school work for them, or solve all problems on the child’s behalf. Doing so, ensures the child will not learn to solve problems needed to succeed in life.
So what is a parent to do? First, monitor your child without interfering in learning. This means knowing who your child is with or talking to online, where your child is at all times, and ensuring appropriate adult supervision when away from home. It also means allowing the child to suffer minor consequences. Adlerian therapists refer to “natural and logical consequences.” For example, a child who does not eat dinner may be hungry or a child who loses a book may have to pay to replace it. These are healthy consequences and help children learn from their own choices and mistakes without life altering consequences.
Another thing to remember, if called by the school, is that your child may be testing boundaries and focusing more on friends than homework. This may be frustrating to hear, but take heart knowing this often occurs as part of normal development. This does not mean, however, that children should not be held accountable. At this point, parents may have to become more involved in monitoring their child’s school work, friendships, and implement immediate and consistent consequences.
While this stage in your child’s life can be trying, know it doesn’t last forever. Also, much of what ensues is quite positive. Watching your child grow as they test boundaries can be humorous at times and if you do your job as a parent well, you will be proud of the person your child grows up to be.

middle school的更多相关文章

  1. 代码的坏味道(21)——中间人(Middle Man)

    坏味道--中间人(Middle Man) 特征 如果一个类的作用仅仅是指向另一个类的委托,为什么要存在呢? 问题原因 对象的基本特征之一就是封装:对外部世界隐藏其内部细节.封装往往伴随委托.但是人们可 ...

  2. 【BZOJ-2653】middle 可持久化线段树 + 二分

    2653: middle Time Limit: 20 Sec  Memory Limit: 512 MBSubmit: 1298  Solved: 734[Submit][Status][Discu ...

  3. Who's in the Middle[HDU1157]

    Who's in the Middle Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Othe ...

  4. [LintCode] Delete Node in the Middle of Singly Linked List 在单链表的中间删除节点

    Implement an algorithm to delete a node in the middle of a singly linked list, given only access to ...

  5. vertical-align:middle

    img style="vertical-align:middle;" src="<%=basePath%>/images/ckpy.png" > ...

  6. 【leetcode】Sort List (middle)

    Sort a linked list in O(n log n) time using constant space complexity. 思路: 用归并排序.设输入链表为S,则先将其拆分为前半部分 ...

  7. 【leetcode】Reorder List (middle)

    Given a singly linked list L: L0→L1→…→Ln-1→Ln,reorder it to: L0→Ln→L1→Ln-1→L2→Ln-2→… You must do thi ...

  8. 【leetcode】Number of Islands(middle)

    Given a 2d grid map of '1's (land) and '0's (water), count the number of islands. An island is surro ...

  9. 运用vertical:middle 使得元素垂直居中

    我要垂直居中我要垂直居中我要垂直居中我要垂直居中我要垂直居中垂直居中垂直居中垂直居中中垂直居中垂直居中   <!-- 第一步:主题元素display:inline-block;第二步:插入辅助元 ...

  10. Who's in the Middle 分类: POJ 2015-06-12 19:45 11人阅读 评论(0) 收藏

    Who's in the Middle Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 34155   Accepted: 1 ...

随机推荐

  1. Java栈和堆的区别

    一.栈空间 1.栈空间存储数据效率高 2.栈中的数据是按“先进后出”的方式管理 3.栈空间存储空间比较小,不能存放大量的数据 4.JVM将基本类型的数据存放在栈空间 帮助理解 1.“客栈” 能提供很多 ...

  2. 剑指offer 面试25题

    面试25题:题目:合并两个排序的链表 题:输入两个单调递增的链表,输出两个链表合成后的链表,当然我们需要合成后的链表满足单调不减规则. 解题思路:递归,并需注意对空链表单独处理. 解题代码: # -* ...

  3. Ubuntu安装配置samba

    一. samba的安装: sudo apt-get insall sambasudo apt-get install smbfs 二. 创建共享目录: mkdir /home/chars/shares ...

  4. (转) FLASH吸血鬼的工作原理

    FLASH吸血鬼是众多网友用来从exe可执行文件中提取swf的利器,其直接读取内存,从内存中取出swf文件.经过分析,发现其原理还是比较简单的.第一步.通过GetWindowThreadProcess ...

  5. 十位用户唯一ID生成策略

    新浪微博和twitter 等系统都有一窜数字ID来标示一个唯一的用户,这篇文章就是记录如何实现这种唯一数字ID 原理:使用MYSQL 自增ID 拼接任意字符..然后使用进制转换打乱规则 一般来说实现唯 ...

  6. 解决 flex align-items:center 无法居中(微信小程序)

    因为最近再做小程序,需要用到flex布局,因为写惯了web项目,初次学习确实感弹性布局的强大(关键是不用再管可恶的ie了). 但是也遇到了align-items:center无法居中的问题,想了很久终 ...

  7. python 课堂笔记-if语句

    # Author:zyl _username = 'zyl' _password = 'zyl123' username = input("username:") password ...

  8. 每天一个Linux命令(61)killall命令

        killall命令用进程的名字来杀死进程.     (1)用法:     用法:  killall [ -egiqvw ] [ -signal ] [进程名称] 格式:killall -< ...

  9. $用python处理Excel文档(2)——用xlsxwriter模块写xls/xlsx文档

    Refer:<python自动化运维:技术与最佳实践> 更多用法参考xlsxwriter官方文档:http://xlsxwriter.readthedocs.io/ 本文主要总结一下如何使 ...

  10. 主攻ASP.NET.4.5.1 MVC5.0之重生:根据产品类别显示菜单分类和分页

    路径访问的几种方式和分页效果 显示其它类别的效果和多数据分页效果 默认访问网站路径效果和多数据分页效果 URL路径访问可页面 http://localhost:5339/stationery http ...