Integrated writing

R-L-W时间20min,字数150-225个词,写多不扣分。

Objective要求客观。

Academic topics主题是生物环境地理历史

Independent writing

W only时间30min,字数350、400+和500+,最好写多。

subjective要求主观自由发挥。

non-academic topics:教育环保政府社科类话题

评分构成(电脑+人工)/2

机器考查Language,即文采。

E-rater=错词数/词数。语法错误包括时态、动词形式和名词单复数等。注意使用word只划一次错误。可通过写文章和语法书提高。资料:张道真语法书

词汇难度一致,避免词不达意。需要直抒胸臆,不要铺垫太多。

练习单词拼写要背单词和台式机练打字练速度。

重复需要diversity,背诵近义词,综合使用同义词词汇,和三种从句。

Organization:开头段<主体段

unity是指文对题,内容避免跑偏。开头段和主体段有对应。

coherent progression逻辑连接词可用于强调和逻辑连贯,要熟练使用。

Word choice:词汇水平均等,避免使用高难度词汇,最好使用中等难度词汇(日常化),四六级、高中和托福即可。

避免使用中式比喻;避免诡异表达;

因果表达的几种方法:

喜欢的表达:Be into;感情程度like<be fond of<love

I like() you because of your beautiful/because of the beauty you have.

The reason why I like you is that your beauty.

The reason why I like you is that you are pretty.

You are beautiful,so I like you.

You are so beautiful that I cannot help like you.

I like you for your beauty.

You are so beautiful,for which I like you.

将主体和宾语名词化:Your appearance results in(lead to/cause) my love for you.

将因果含义转为使动,使用Vt:eg:make:Your beauty makes me fall for you.

将Vt改换成被动语态:Your face fascinates me.

省略,注意使用时要求主从句主语一致:Being beautiful,you enjoy great popularity.

人工考查content,强调development,关注detail、example和 reason,总分结构的观点+支持。注意:避免口语化表达。例子不用在乎真假,但是需要大量展开。最好主体段和第一段前后对应。通篇观点连贯一致。主体段最好写两段。

Integrated writing|Independent writing的更多相关文章

  1. Gender, Genre, and Writing Style in Formal Written Texts

    http://u.cs.biu.ac.il/~koppel/papers/male-female-text-final.pdf Abstract.  This  paper  explores  di ...

  2. (完全背包)Writing Code -- Codeforce 544C

    http://acm.hust.edu.cn/vjudge/contest/view.action?cid=99951#problem/C  (zznu14) Writing Code  Writin ...

  3. Writing in the Science 01

    INTRODUCTION What makes good writing? Good writing communicates an idea clearly and effectively. Goo ...

  4. Some notes of An Insider's Guide to TOEFL iBT

    尽早把托福这个坑填上方是正道,在正式上托福课之前阅读了这本Guide,颇受启发——只要是考试,总是有固定的方法的= = An Insider's Guide to TOEFL iBT It is NO ...

  5. Google C++ Style Guide

    Background C++ is one of the main development languages used by many of Google's open-source project ...

  6. (转)A Survival Guide to a PhD

    Andrej Karpathy blog About Hacker's guide to Neural Networks A Survival Guide to a PhD Sep 7, 2016 T ...

  7. review again and again

    盲评结果出来了.然而对于我并没有太大的影响.从头到尾我没有紧张过,自然也不会有如释重负的感觉. 昨天说了事情要提前做准备.早上,到教研室挺早,review的时候,发现论文中一个关于目录的小问题,解决掉 ...

  8. Awesome C/C++

    Awesome C/C++ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny things. In ...

  9. (转) A Survival Guide to a PhD

    A Survival Guide to a PhD Sep 7, 2016 This guide is patterned after my “Doing well in your courses”, ...

随机推荐

  1. UML-架构分析-基础

    1.何时开始架构分析? 最好在第一次迭代前开始.因为,架构分析的失败会导致高风险.如:必须支持英语.在一秒响应时间内支持500个并发事务. UP是迭代和进化的(不是瀑布式的),所以架构分析和开发工作齐 ...

  2. Vue专题-路由系统

    一切分离都是为了更好的结合,本文详细介绍了前后端分离架构之后,前端如果实现路由控制,即Vue路由系统. Vue路由系统 VueRouter实现原理 VueRouter的实现原理是根据监控锚点值的改变, ...

  3. Ubuntu编译protobuf

    个人博客地址:http://www.bearoom.xyz/2019/08/24/ubunt-protobuf/ 因为编译了tensorflow C++的版本,然后提示protobuf的版本不对应引起 ...

  4. Linux系统相关命令

    时间和日期 date cal 磁盘和目录空间 df du 进程信息 ps top kill 01. 时间和日期 序号 命令 作用 01 date 查看系统时间 02 cal calendar 查看日历 ...

  5. Vue2.0权限树组件

    项目使用的饿了么的Element-Ui,权限树使用其树形控件: <el-tree :data="data" ></el-tree> 刚开始没有特殊需求,三级 ...

  6. C++---类成员变量定义为引用

    摘要:类成员变量是可以定义为引用类型的,但是我们需要注意一下用法 note1:在类中定义引用变量, 必须要在初始化列表中初始化该成员变量(const 类型数据成员也必须在初始化列表中进行初始化) #i ...

  7. PAT A1133 Splitting A Linked List (25) [链表]

    题目 Given a singly linked list, you are supposed to rearrange its elements so that all the negative v ...

  8. sklearn 缺失值填补(总结)

    首先查看数据形态: data.shape 再查看数据类型和非空值的个数与比例 data.info() 使用SimpleImputer进行填补 from sklearn.impute import Si ...

  9. Linux--Centos 下搭建 gitolite

    参考:http://blog.csdn.net/zhangjs0322/article/details/32711211     http://gitolite.com/gitolite/fool_p ...

  10. MySql 相关面试题

    1.mysql 慢查询 目的:通过慢查询日志,记录超过指定时间的 SQL 语句,优化 sql 查询 步骤:查看慢查询开启状态-->设置慢查询 http://www.cnblogs.com/luy ...