1.作文类型和结构
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的更多相关文章

  1. Spring Enable annotation – writing a custom Enable annotation

    原文地址:https://www.javacodegeeks.com/2015/04/spring-enable-annotation-writing-a-custom-enable-annotati ...

  2. 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 ...

  3. Writing Clean Code 读后感

    最近花了一些时间看了这本书,书名是 <Writing Clean Code ── Microsoft Techniques for Developing Bug-free C Programs& ...

  4. JMeter遇到的问题一:Error writing to server(转)

    Java.io.IOException: Error writing to server异常:我测试500个并发时,系统没有问题:可当我把线程数加到800时,就出现错误了,在"查看结果树&q ...

  5. java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException

    问题描述: 严重: IOException while loading persisted sessions: java.io.WriteAbortedException: writing abort ...

  6. 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, ...

  7. 《Writing Idiomatic Python》前两部分的中文翻译

    汇总了一下这本小书前两部分的内容: 翻译<Writing Idiomatic Python>(一):if语句.for循环 翻译<Writing Idiomatic Python> ...

  8. 翻译《Writing Idiomatic Python》(五):类、上下文管理器、生成器

    原书参考:http://www.jeffknupp.com/blog/2012/10/04/writing-idiomatic-python/ 上一篇:翻译<Writing Idiomatic ...

  9. 翻译《Writing Idiomatic Python》(四):字典、集合、元组

    原书参考:http://www.jeffknupp.com/blog/2012/10/04/writing-idiomatic-python/ 上一篇:翻译<Writing Idiomatic ...

  10. 翻译《Writing Idiomatic Python》(三):变量、字符串、列表

    原书参考:http://www.jeffknupp.com/blog/2012/10/04/writing-idiomatic-python/ 上一篇:翻译<Writing Idiomatic ...

随机推荐

  1. 原生JS实战:写了个一边玩游戏,一边记JS的API的游戏

    本文是苏福的原创文章,转载请注明出处:苏福CNblog:http://www.cnblogs.com/susufufu/p/5878913.html 本程序[一边玩游戏,一边记JS的API]是本人的个 ...

  2. MapFile生成WMS

    MAP  NAME "HBWMS"  STATUS ON  SIZE 800 600  EXTENT 107.795 28.559 116.977 33.627  UNITS ME ...

  3. Android 网络框架之Retrofit2使用详解及从源码中解析原理

    就目前来说Retrofit2使用的已相当的广泛,那么我们先来了解下两个问题: 1 . 什么是Retrofit? Retrofit是针对于Android/Java的.基于okHttp的.一种轻量级且安全 ...

  4. Hive安装(二)之表不见了

    重启一下电脑,发现表不见了,原来我用的derby存储hive的meta,网上找了一下资料,说是要用mysql, 于是安装mysql   sudo apt-get install mysql-serve ...

  5. 安装phpstudy之后发现80端口被占用

    安装phpstudy之后发现80端口被占用: 进入cmd的界面,在输入"netstat -ano",按回车键后,会显示当前电脑中程序占用的端口和程序ID等等信息:看到第一条就是:0 ...

  6. WPF CheckBox样式 ScrollViewer样式 WrapPanel、StackPanel、Grid布局

    本节讲述布局,顺带加点样式给大家看看~单纯学布局,肯定是枯燥的~哈哈 那如上界面,该如何设计呢? 1.一些布局元素经常用到.Grid StackPanel Canvas WrapPanel等.如上这种 ...

  7. hdu----(1849)Rabbit and Grass(简单的尼姆博弈)

    Rabbit and Grass Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) ...

  8. 继承AppCompatActivity的Activity隐藏标题栏

    继承了AppCompatActivity的Activity无法通过调用requestWindowFeature(Window.FEATURE_NO_TITLE)来隐藏标题栏. public class ...

  9. [LeetCode] Count The Repetitions 计数重复个数

    Define S = [s,n] as the string S which consists of n connected strings s. For example, ["abc&qu ...

  10. 基于modelsim-SE的专业进阶仿真流程

    基于modelsim-SE的专业进阶仿真流程 通过<基于modelsim-SE的简单仿真流程>和<调用altera IP核的仿真流程>是否感受到仿真流程中的繁琐步骤,特别是在m ...