Game Description:



1. In a closed door, there will be a circle, and 30 numbers in the circle.

2. Each team (about 10 people) need to take number out of the circle by ascend order.

3. Each team has 30 minutes and 3 tries, each try is limited in 90 seconds, after 90 seconds the team need to get out of the door.







My Experiences:



1. At the beginning, all of our team members thought the number will be Arabic digit, such as 1, 4, 100 and so on.

We don't know the range of the numbers, so we discussed about how to sort the 30 numbers quickly, and we also confused with the game rules, all of us thought that we need to take out a number in turns, we thought each person need to take a number out by ascend
order. So, we decided to sort all the numbers by the first person, and then all the resident person could take out a number quickly.


Then, we had the first try.

When we entered the door, we were really surprised, there were not Arabic digit, but some numbers showed in the following pictures:

watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvd2F0a2luc29uZw==/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center" alt="">

watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvd2F0a2luc29uZw==/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center" alt="">

Some of the numbers are really hard to recognize, such as digit 15 is expressed by "Food" on the card, because "Food" in Chinese is “食物”, and then pronunciation of "食物" is similar with digit 15. Some cards are arithmetic expression, some cards are some shapes
that need to statistic the edge or angle.

As a result, in 90 seconds we only picked out 7 cards.



Note: this may like the project development, when we face a new project, we only new very few useful information, when we begin the developing work, we encounter many problems.

When we first saw the "numbers" on the card, the emotion may be denied or Fear or Anger, and even maybe someone would felt be fooled.



2. The second try: with information from the first try, we made another strategy, each person will be responsible for 3 or 4 cards before him, then we take the second try.

But, in 90 seconds, we only picked out 17 cards, because some card are hard to recognize.



Note: by this try, all of us changed our emotion from frustrated or anger to acceptance and hopeful. We believed that we could finished the task in the third try.



3. The third try: we discussed some unrecognised card, and the took the third try.

But,  game designer had substituted 3 or 4 card, the same digit but not the same picture, all of us discussed that we remember the picture of each number ,then we could pick out them by order quickly, but some pictures changed.

For example, digit "5" in first try and second try is a shape with 5 edges, but now it changed to logo of Channel, which means "element number 5", it wasted us a lot of time to find "5".

Luckily, we finished the task in 90 seconds.



Note: The change of digit, it maybe the same as the requirement change of a project, especially when the project is nearly finished, suddenly there come out some requirement change.

When we found we could not find number 5, most of us got frustrated, and thought maybe something is wrong, maybe the game designed got wrong, we also thought we could not finish the task.


In Software Engineer, when the project is near finish, suddenly requirement change will surprise developers or even frustrate them, developers begin to think there must be something wrong, or may think user are fooling them.

After a large amount of time searching "5", we found it and then we accept the face that some number were changed by game designer, our emotion changed from anger to acceptance and even relief
or interested, and then we finished.



So, this is the Transition Grid of Change. (I think it's really interesting game to do team building!)






New Hire Training Experience的更多相关文章

  1. 很好的vmware目录

    http://www.globalknowledge.com/training/course.asp?pageid=9&courseid=18023&country=United+St ...

  2. CV2

    Education 2008-09 - 2012-07  Xian Peihua University English  Junior CollegeTarget Jobs:  Project Man ...

  3. Top 10 Free IT Certification Training Resources

    1. Cybrary Cybrary takes the open source concept and applies it to IT training. Many of the courses ...

  4. How much training data do you need?

    How much training data do you need?   //@樵夫上校: 0. 经验上,10X规则(训练数据是模型参数量的10倍)适用与大多数模型,包括shallow networ ...

  5. CF A and B and Team Training (数学)

    A and B and Team Training time limit per test 1 second memory limit per test 256 megabytes input sta ...

  6. 【Android官方Training教程】Getting Started部分学习笔记

    Getting Started Welcome to Training for Android developers. Here you'll find sets of lessons within ...

  7. codeforces 519C.. A and B and Team Training

    C. A and B and Team Training time limit per test 1 second memory limit per test 256 megabytes input ...

  8. knowledge, Experience & Creativity

    In a training session, the trainer asked the audience "knowledge is power, how many of you agre ...

  9. (转)A Recipe for Training Neural Networks

    A Recipe for Training Neural Networks Andrej Karpathy blog  2019-04-27 09:37:05 This blog is copied ...

随机推荐

  1. MFC 用gdi绘制填充多边形区域

    MFC 用gdi绘制填充多边形区域 这里的代码是实现一个三角形的绘制,并用刷子填充颜色 在OnPaint()函数里面 运用的是给定的三角形的三个点,很多个点可以绘制多边形 CBrush br(RGB( ...

  2. 怎样使用jsp实现header和footer与网页内容的分离

    好多显示层框架都自带这样的功能JSF,Wicket,页面布局取决于项目使用的显示层框架. 前台即客户端的布局,通常用在无需跳转的页面.比如同样是用户管理页面,增删改查的操作都希望停留在同一个页面.这时 ...

  3. python中的中文编码

    我现在编写python代码,有一些内容需要用中文编写,例如注释,一些其它的东西 默认python是不支持中文的,包括两个方面不支持,一是文件编码默认是ansi的,二是虚拟机运行解析脚本时也是非utf的 ...

  4. 小记css的margin collapsing

    近期在做web页面设计的时候,莫名的发现最上面会出现一个横条,颜色为html的背景颜色.本意是那一片空横条应该为header的背景色.查了一些资料,发现是margin collapsing的问题,记录 ...

  5. MySQL中同一时候存在创建和上次更新时间戳字段解决方法浅析

    在写这篇文章之前.明白我的MySQL版本号. mysql> SELECT VERSION(); +------------+ | VERSION() | +------------+ | 5.5 ...

  6. python 多线程一(lock)

    ''' Created on Jun 17, 2013 @author: smp ''' #-*- coding:utf-8 -*- import threading import time coun ...

  7. 在浏览器中通过bartender,调用条码打印机的active控件代码的实现

    系统中须要在浏览器,直接调用条码打印机,打印出产品条码. 现实中的条码打印机,品种繁多,非常难在一个程序中实现, 于是我们用已经支持全部条码打印机的bartender软件 调用它的api ,来实如今浏 ...

  8. 验证码 Captcha 之大插件

    验证码 Captcha 之大插件小用 不知何年何月才能完成OADemo啊,总之还是一步一步来吧,这段时间开始着手了,先做登陆.  前段时间研究了一下在CentOS7下安装Mysql和Memcached ...

  9. java学习笔记01--数据类型

    java学习笔记01--数据类型 java数据类型划分 分为两大类型: 1)基本数据类型:类似于普通的值. 2)引用数据类型:传递的是内存的地址. 浮点类型实际上就是表示小数. java基本数据类型 ...

  10. 用VBA宏从一个工作薄复制内容到另一个工作薄

    我们项目管理有两个工作薄,一个里面有多个表,每天建一个,记录当天项目,另一个工作薄,有多个表,其中一个是所有项目汇总. 以前都是第一个工作薄一个表做完,再复制粘贴到第二个工作薄的汇总表中. 写了个VB ...