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. ionic中应用sass

    在学习ionic过程中看到sass,总结了一下基本用法和问题解决办法1.首先需要一个ionic项目,并执行下面的命令ionic start CustomSass blank && cd ...

  2. oracle 10G 没有 PIVOT 函数怎么办,自己写一个不久有了

    众所周知,静态SQL的输出结构必须也是静态的.对于经典的行转列问题,如果行数不定导致输出的列数不定,标准的答案就是使用动态SQL, 到11G里面则有XML结果的PIVOT. 但是 oracle 10G ...

  3. Python的初步认识与基本模块的导入

    由于公司开发都使用了Python,老大说要每个人都会,前端也要学,所以就看着老大写的博客一步步来了,但是对于小白而言,一门新的语言总得跳许多坑.尤其是Mac安装Python,各种坑. 坑一.由于Mac ...

  4. 二叉树问题(区间DP好题)

    二叉树问题 时间限制: 1 Sec  内存限制: 128 MB 题目描述 Petya Bulochkin很幸运:他得到了一份在"Macrohard"公司的工作.他想要展现他的才华, ...

  5. jenkins管理员密码登录不了

    1.密码管理员密码,如何修改 进入/var/jenkins_home/users/admin目录下修改config.xml文件: 以下密码是admin <hudson.security.Huds ...

  6. int a=1,b=~a;请问b的值是多少?

    int a=1,b=~a; 首先计算机中存储的是二进制补码. 把1转为二进制:0000 0001  ->反码  0000 0001 ->补码   0000 0001 ->取反  11 ...

  7. css里面position:relative与position:absolute的区别

    position:absolute这个是绝对定位:是相对于浏览器的定位.比如:position:absolute:left:20px;top:80px; 这个容器始终位于距离浏览器左20px,距离浏览 ...

  8. javascript之ProtoBuf在websocket中的使用

    因为ProtoBuf的序列化效率和大小都非常好,所以它在网络通信上面应用越来越多:而webosocket也随着web3.0应用越来越广泛,而将这两个结合在一起的也会慢慢形成一种趋势:本人是为了测试自已 ...

  9. 【知识整理】这可能是最好的RxJava 2.x 教程(完结版)

    为什么要学 RxJava? 提升开发效率,降低维护成本一直是开发团队永恒不变的宗旨.近两年来国内的技术圈子中越来越多的开始提及 RxJava ,越来越多的应用和面试中都会有 RxJava ,而就目前的 ...

  10. Wireshark初步入门

    第一次捕获数据包 为了能让Wireshark得到一些数据包,你可以开始你的第一次数据包捕获实验了.你可能会想:"当网络什么问题都没有的时候,怎么能捕获数据包呢?" 首先,网络总是有 ...