New Hire Training Experience
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的更多相关文章
- 很好的vmware目录
http://www.globalknowledge.com/training/course.asp?pageid=9&courseid=18023&country=United+St ...
- CV2
Education 2008-09 - 2012-07 Xian Peihua University English Junior CollegeTarget Jobs: Project Man ...
- 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 ...
- How much training data do you need?
How much training data do you need? //@樵夫上校: 0. 经验上,10X规则(训练数据是模型参数量的10倍)适用与大多数模型,包括shallow networ ...
- 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 ...
- 【Android官方Training教程】Getting Started部分学习笔记
Getting Started Welcome to Training for Android developers. Here you'll find sets of lessons within ...
- 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 ...
- knowledge, Experience & Creativity
In a training session, the trainer asked the audience "knowledge is power, how many of you agre ...
- (转)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 ...
随机推荐
- android平台中,EventBus研究学习
当一个Android应用功能越来越多的时候.app中各个部分之间通信.往往採用Observer的方式来进行,即注冊----通知----注销的方式运行 各类控件常常须要依据某个状态来更 ...
- COCOS2D-X之帧动画的一种实现Demo
这个Demo主要是实现帧动画,建议游戏中少用帧动画.废话少说直接上代码. 一.我们直接在COCOS2D-X自带的HelloCpp的工程中添加代码即可.我们在初始化中添加如下代码并附上图片资源. CCS ...
- Swift - 区间运算符(... 和 ..<)
区间运算符可以用来表示两个操作数之间的范围集合. 1,闭区间运算符:a...b 1 2 3 for iCount in 512...1024{ //从512遍历到1024(包括1024) } ...
- OleContainer操作Excel以二进制方式读写数据库
需求源头:OleContainer操作Excel,想把Excel以二进制方式存入数据库,并且以二进制方式读取存入流:Procedure SaveToStream(ADOTable1: TAdoTabl ...
- Delphi结构中使用String时遇到的内存泄露问题(没有利用String的引用计数自动销毁字符串的功能)
先定义一个结构: TUserInfo = record UserID: Integer; // 用户编号 UserName: string; // 用户名end; 然后编写如下代码: proced ...
- 01-编写CMS注意事项
原文:01-编写CMS注意事项 1.将ThinkPHP核心文件放在项目目录,将下载的扩展包放在在ThinkPHP目录下的Extend文件夹中 2.设置整个项目的编码为utf-8 3.创建Public公 ...
- sqlserver 存储过程学习笔记(二) 在项目中的应用<多表分页>
(1)存储过程建立 USE [NewPlat] GO /****** Object: StoredProcedure [dbo].[usp_PagingLarge] Script Date: ...
- Twenty Newsgroups Classification实例任务之TrainNaiveBayesJob(一)
接着上篇blog,继续看log里面的信息如下: + echo 'Training Naive Bayes model' Training Naive Bayes model + ./bin/mahou ...
- delphi中用代码实现注册Ocx和Dll(有点怪异,使用CallWindowProc来调用指定函数DllRegisterServer)
在windows系统中,可以通过Regsvr32来实现注册ocx或者dl, 编程时,调用Regsvr32来注册,却不能正常执行.尤其是在Win7系统中,需要管理员身份才能运行. 使用下面的代码则能正常 ...
- thinkPHP框架介绍(一)
原文:thinkPHP框架介绍(一) 一.ThinkPHP的介绍 期间有对ThinkPHP框架在学习上的问题欢迎大家交流:QQ:812231134 MVC M - Model 模型 ...