Metting are all about discussions .

discussion expression

开始会议

  • Let's get started
  • We need to discuss...
  • We need to talk about...
  • The first thing we need to discuss is ...
  • The first item on the agenda is...

Need to discussing solutions for problems

  • We have several alternatives:
  • We have two options:
  • We could either ___ or ___.

If you are leading the meeting,somethings you need to move the meeting forward. Because if you let people just talk and talk and talk, you may not get through everything that on you agenda. So to move people forward ,you can say:

  • Let's move on to item 2.
  • Let's move on to the next topic.
  • we need to move on.
  • The next item (of business) is ...
  • Shall/Should we move on?

If someone is moving the topic onto next item,and you still something to say, you can interrupt by say:

  • Before we move on, I think we should...
  • Not so fast. We haven't (yet)...

If you are not clear about what somebody is saying, you can say:

  • What do you mean by ___?
  • I don't quite follow you.
  • I didn't get what you meant by...
  • Could you clarify that?
  • Could you elaborate(详细说明) on that?

elaborate means could you give more details information about what you are talking about.

Giving your suggestions and your opinions on things ,you should say:

  • I think we should ...
  • I suggest...
  • Why don't we ...
  • How about...

When you agree with what sb else say:

  • (I think) that's a good idea.
  • You have a good point.
  • I agree.

You don't agree,you can say:

  • I disagree. I think ...
  • You have a good point ,but ...
  • That's not such a good idea.
  • I don't think that's a good idea.
  • That's just plain stupid! [愚蠢至极The idea is compelety out of head]

When you want ask opinions of your colleagues sit around the table ,you can ask:

  • What do you think,Alice?
  • What's your opinion on that,Alice?
  • Any thoughts on that?
  • Any ideas?
  • Do we all agree (on that)?
  • Does everyone agree?

At the end of the meeting ,you need to conclude ,so in the conclusion you  include everything that you talked about.

  • In summary,...
  • The conclusion is ...
  • So,we've decided to ...
  • We're going to ...(when)
  • That's all for tody.
  • The meeting is adjourned.

本文作者starof,因知识本身在变化,作者也在不断学习成长,文章内容也不定时更新,为避免误导读者,方便追根溯源,请诸位转载注明出处:http://www.cnblogs.com/starof/p/7255859.html有问题欢迎与我讨论,共同进步。

business meeting的更多相关文章

  1. 更改 Skype for Business Online 的 Sip 地址以匹配UPN

    var appInsights=window.appInsights||function(config){ function r(config){t[config]=function(){var i= ...

  2. Technical Committee Weekly Meeting 2016.06.21

    Meeting time: 2016.June.21 1:00~2:00 Chairperson:  Thierry Carrez Meeting summary: 1.Add current hou ...

  3. Understand the Business Domain

     Understand the Business Domain Mark Richards EFFECTivE SoFTWARE ARCHiTECTS understand not only tec ...

  4. 如何加入 Skype for Business 会议?

    参加一个线上培训,收到了Skype的参会地址,是这个样子的 然后就是一脸懵逼的不知道怎么参加会议了.找了半天终于在同事的帮助下参加成功. 我的参加方法:在Window上用Skype for Busin ...

  5. Instant Messaging for Business: Your 10 Best Options

    Instant Messaging for Business: Your 10 Best Options By Iaroslav Kudritskiy It's probably not a surp ...

  6. 在 SharePoint Server 2016 本地环境中设置 OneDrive for Business

    建议补丁 建议在sharepoint2016打上KB3127940补丁,补丁下载地址 https://support.microsoft.com/zh-cn/kb/3127940 当然不打,也可以用O ...

  7. Java Business Process Management(业务流程管理) 初识环境搭建

    一.简介 (一)什么是jbpm JBPM,全称是Java Business Process Management(业务流程管理),它是覆盖了业务流程管理.工作流.服务协作等领域的一个开源的.灵活的.易 ...

  8. [LeetCode] Best Meeting Point 最佳开会地点

    A group of two or more people wants to meet and minimize the total travel distance. You are given a ...

  9. [LeetCode] Meeting Rooms II 会议室之二

    Given an array of meeting time intervals consisting of start and end times [[s1,e1],[s2,e2],...] (si ...

随机推荐

  1. Linux下的视频字幕编辑

    一.Linux下的字幕编辑软件 常用的有subtitleeditor, gnome-subtitles, gaupol 1.gnome-subtitles:不支持多字幕文件批量处理2.gaupol:全 ...

  2. Java IO学习笔记五

    管道流 管道流的主要作用是可以进行两个线程间的通讯,分为管道输出流(PipedOutputStream).管道输入流(PipedInputStream),如果想要进行管道输出,则必须要把输出流连在输入 ...

  3. SICIP-1.3-Defining a new function

    定义函数 def <name> (former parament): 函数体(缩进) 环境 全局环境 局部环境 只在函数内部有效 TIP 函数体只在调用的最后执行 抽象化函数 函数域(函数 ...

  4. 手动整合实现SSH项目开发01

    内容简介:本文主要介绍SSH项目开发的配置以及简单登录功能的实现. 1. 新建一个Dynamic Web Project. 2.导入需要 的Jar包,此项目是Struts.Hibernate.Spri ...

  5. cmake的安装和卸载

    cmake介绍: CMake是一个跨平台的安装(编译)工具,可以用简单的语句来描述所有平台的安装(编译过程).他能够输出各种各样的makefile或者project文件,能测试编译器所支持的C++特性 ...

  6. jq和js插件的各个文件夹里放置的内容

    1. demo文件夹,存放各种实例. 2. dist文件夹,全称是distribution.在某些框架中,因为开发和发布的内容或者代码形式是不一样的(比如利用Grunt压缩等等),这时候就需要一个存放 ...

  7. JUnit【1】断言用法之assertEquals/True/False/ArrayEquals

    前段时间去亚信面试,被问到写一个冒泡排序,心想这多新鲜,刷刷几下写好.面试官突然问,你怎么对这个程序进行单元测试?    单元测试?!    懵圈...      单元测试      代码是为了什么, ...

  8. 也谈TDD,以及三层架构、设计模式、ORM……:没有免费的午餐

    想在园子里写点东西已经很久了,但一直没有落笔,忙着做 一起帮 的开发直播,还有些软文做推广,还要做奶爸带孩子,还要……好吧,我承认,真正的原因是: 太特么的难写了! 但再难写也要写啊,要等到“能写好了 ...

  9. ES6中的Set、Map数据结构

    Map.Set都是ES6新的数据结构,他们都是新的内置构造函数.也就是说typeof的结果,多了两个. 他们是什么:  Set是不能重复的数组.    Map是可以任何东西当做键的对象: ES6 提供 ...

  10. Jenkins的安装配置

    Jenkins的安装配置 一.Jenkins简介 Jenkins 是一个可扩展的持续集成引擎.Jenkins可以帮我们将代码进行统一的编译打包.还可以放到tomcat容器中进行发布.简单来说就是我们通 ...