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. ABAP重点各种接口技术

    转自 http://www.cnblogs.com/penley/archive/2008/11/12/1332140.html 下面总结一下ABAP中的各种接口技术,因为学习时间不是很长,肯定还不全 ...

  2. 算法题14 小Q歌单,牛客网,腾讯笔试题

    算法题14 小Q歌单,牛客网,腾讯笔试题 题目: 小Q有X首长度为A的不同的歌和Y首长度为B的不同的歌,现在小Q想用这些歌组成一个总长度正好为K的歌单,每首歌最多只能在歌单中出现一次,在不考虑歌单内歌 ...

  3. Binary Search in Java

    关于折半查找中的几个注意点. Version 1: public static <T extends Comparable<? super T>> int binSearch( ...

  4. 2015.7.16(小高开忍住没有减仓,大盘涨3.5%,百股涨停——买进中重、中航,指导WXL错误)

    1.大智慧轻微高开,按照昨天总结的震荡行情指导操作(pic1) a.震荡行情,开盘5分钟的走势不能指导操作, b.操作一定要等到2峰2谷出现后再做!开盘价不能作为峰.谷! c.只有当通道出现2.0%以 ...

  5. rails 下载 send_file

    def download send_file File.join(Rails.root, "public", @doc.link), :filename => @title+ ...

  6. VC6.0 开发 64 位程序

    1. 设置平台SDK(如:Microsoft platform sdk 2003),选择64位的编译.链接环境. setenv /XP64 /DEBUG 2. 利用这个环境启动VC6.0. msdev ...

  7. Django-实现图片验证码

    Django实现图片验证码 Python生成随机验证码,需要使用PIL模块. pip3 install pillow 1.基本使用 1. 1 创建图片 from PIL import Image im ...

  8. 主攻ASP.NET.4.5.1 MVC5.0之重生:空地搭建一个包含 Ninject框架 项目

    1.创建一个空白解决方案 2.添加一个类库 名称为XXX.Domain 3.添加一个ASP.MVC 名称为XXX.WebUI 4.选着空模版,勾选MVC核心引用 5.添加单元测试项目XXX.UntiT ...

  9. K8s 日常操作

    1.获取所有Pods kubectl get pods --namespace=default 2.获取所有Deployments kubectl get deployments --namespac ...

  10. Ubuntu 配置NTP Server

    Ubuntu安装NTP Server很简单,分位3步走: 第一步:安装NTP root@cephadmin:~/ceph-cluster# apt-get install ntp Reading pa ...