writing
2.作文的四个评分标准
3.作文的常用句型
4.作文的逻辑观点
大作文分为几类:
1.A类(Argument): 这类作文实际上是比较常见的,比如:Caring for children is an important thing of the society. It is suggested that all mothers and fathers should be required to take childcare training courses. Do you agree or disagree?
又如:News media have become influential to our lives, and some people think that it is a negative development. To what extent do you agree or disagree?
这类作文是需要作者来阐明自己的观点的。一般来说,这样的作文分为四段写较好。
首段:背景句(改写原文)+你反对方的观点+自己观点
二段:主要写自己观点。论点1+支持句n句,论点2+支持句n句。论点1可以详细一些,比论点2长一些,论述的详细一些。
三段:写反对方观点。没错,即使是A类的话,也要写一下反方观点,然后用反证法,驳倒。结构就是:论点+反驳句
末段:总结观点,再次强调自己的两个论点,升华主题。
2.D类(Discussion):D类也是比较常见的,比如:Some people think that university students should specialize in one subject, while others think universities should encourage students to learn a range of subjects. Discuss both views and give your opinion. 和A类相比,这类作文主要的区别就在于两方观点都要阐述并给出自己的意见。实际上,结构上,首段与次段基本与A类相同,区别在于三四段。
三段:另一方的观点。论点1加支持句/论点2加支持句
末段:再次概括两方观点,加自己观点。
在这里,二段三段字数应当差不多,以完成Discussion任务。
3.R类(Report):R类应当说不如A类或D类多,但是也不稀奇。主要是三方面:造成现象的原因,自己的观点,怎样处理问题。这三种一般会选择两种让作者进行阐述。比如:The increasing production of consumer goods has resulted in damage in natural environment. Why is it? What should we do to reduce the problem? 像这种,就属于问原因和解决方案的。
再如:
Consumers are faced with increasing numbers of advertisements from competing companies. To what extent do you think are consumers influenced by advertisements? What measures can be taken to protect them?
结构上,依然可以运用四段的写法:
首段:大背景句+背景句+引入(相关的原因/观点/方法将在下文引入...)
次段:原因/观点 与A类基本相同
三段:方法 方法1+支持句 方法2+支持句
四段:强调原因很多很复杂,论述自己的观点,再次提出方法。
writing的更多相关文章
- Spring Enable annotation – writing a custom Enable annotation
原文地址:https://www.javacodegeeks.com/2015/04/spring-enable-annotation-writing-a-custom-enable-annotati ...
- Writing to a MySQL database from SSIS
Writing to a MySQL database from SSIS 出处 : http://blogs.msdn.com/b/mattm/archive/2009/01/07/writin ...
- Writing Clean Code 读后感
最近花了一些时间看了这本书,书名是 <Writing Clean Code ── Microsoft Techniques for Developing Bug-free C Programs& ...
- JMeter遇到的问题一:Error writing to server(转)
Java.io.IOException: Error writing to server异常:我测试500个并发时,系统没有问题:可当我把线程数加到800时,就出现错误了,在"查看结果树&q ...
- java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException
问题描述: 严重: IOException while loading persisted sessions: java.io.WriteAbortedException: writing abort ...
- Markdown syntax guide and writing on MWeb
Philosophy Markdown is intended to be as easy-to-read and easy-to-write as is feasible.Readability, ...
- 《Writing Idiomatic Python》前两部分的中文翻译
汇总了一下这本小书前两部分的内容: 翻译<Writing Idiomatic Python>(一):if语句.for循环 翻译<Writing Idiomatic Python> ...
- 翻译《Writing Idiomatic Python》(五):类、上下文管理器、生成器
原书参考:http://www.jeffknupp.com/blog/2012/10/04/writing-idiomatic-python/ 上一篇:翻译<Writing Idiomatic ...
- 翻译《Writing Idiomatic Python》(四):字典、集合、元组
原书参考:http://www.jeffknupp.com/blog/2012/10/04/writing-idiomatic-python/ 上一篇:翻译<Writing Idiomatic ...
- 翻译《Writing Idiomatic Python》(三):变量、字符串、列表
原书参考:http://www.jeffknupp.com/blog/2012/10/04/writing-idiomatic-python/ 上一篇:翻译<Writing Idiomatic ...
随机推荐
- SharePoint 2013 新手注意事项总结[不断更新ing]
前言 最近自己的QQ群里,经常有新加入的人,带着一些很入门的问题进行提问,这里,自己也总结总结,入门会经常碰到那些问题,希望能够带给入门的人以帮助. 1. SharePoint搭建环境 大家可以参考下 ...
- O365(世纪互联)SharePoint 之使用Designer报错
前言 在SharePoint Online中使用Designer报错,错误为:This Feature has been disabled by your administrator.找了好久发现原因 ...
- iOS字体加载三种方式
静态加载 动态加载 动态下载苹果提供的多种字体 其他 打印出当前所有可用的字体 检查某字体是否已经下载 这是一篇很简短的文章,介绍了 iOS 自定义字体加载的三种方式. 静态加载 这个可以说是最简单最 ...
- 软件工程随笔(1)--jetbrain在软件工程中的应用
接下来几天我要写半年的软件工程学习后的感想,今天从介绍IDE开始.首先,本人至今为止全部项目都是在mypclise上完成的.本人采用myeclipse唯一的原因就是它使用方便.但是,我也承认myecl ...
- (十二)Maven生命周期和插件
除了坐标.依赖以及仓库之外,Maven的另外两个核心概念是生命周期和插件.在有关Maven的日常使用中,命令行的输入往往就对应了生命周期,如mvn package就表示执行默认生命周期阶段packag ...
- Spring 4 使用Freemarker模板发送邮件&添加附件
前言 Spring对Java的邮件发送提供了很好的支持,提供了超级简单的API,大大简化了Java邮件发送功能的开发. Spring对Email的支持是基于JavaMail API开发的,所以,我们在 ...
- T-SQL 实现行转列
问题: 我正在寻找一种有效的方式将行转换为SQL服务器中的列 例如,通过下表如何构建出预期结果表. Id Value ColumnName 1 John FirstName 2 2 ...
- nginx反向代理+集群
1.前期准备: client:192.168.4.1 eth0 proxy:192.168.4.5 eth0 web1:192.168.4.100 eth0 内容2 web2:192.168.4.20 ...
- 前端之float的几种清除浮动方式
前端之float的几种清除浮动方式 本节内容 1.float清除方式1 2.float清除方式2 3.float清除方式3 4.float清除方式4 1.float清除方式1 <!DOCTYPE ...
- BZOJ3160万径人踪灭
Description Input & Output & Sample Input & Sample Output HINT 题解: 题意即求不连续但间隔长度对称的回文串个数. ...