Integrated writing|Independent writing
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的更多相关文章
- 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 ...
- (完全背包)Writing Code -- Codeforce 544C
http://acm.hust.edu.cn/vjudge/contest/view.action?cid=99951#problem/C (zznu14) Writing Code Writin ...
- Writing in the Science 01
INTRODUCTION What makes good writing? Good writing communicates an idea clearly and effectively. Goo ...
- Some notes of An Insider's Guide to TOEFL iBT
尽早把托福这个坑填上方是正道,在正式上托福课之前阅读了这本Guide,颇受启发——只要是考试,总是有固定的方法的= = An Insider's Guide to TOEFL iBT It is NO ...
- Google C++ Style Guide
Background C++ is one of the main development languages used by many of Google's open-source project ...
- (转)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 ...
- review again and again
盲评结果出来了.然而对于我并没有太大的影响.从头到尾我没有紧张过,自然也不会有如释重负的感觉. 昨天说了事情要提前做准备.早上,到教研室挺早,review的时候,发现论文中一个关于目录的小问题,解决掉 ...
- Awesome C/C++
Awesome C/C++ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny things. In ...
- (转) 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”, ...
随机推荐
- css 设置奇数行偶数行样式
.list ul li:nth-child(even){ ...} //li的偶数行样式 .list ul li:nth-child(odd){ ...} //li的奇数行样式 .list ...
- POJ 1850:Code 组合数学
Code Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 8710 Accepted: 4141 Description ...
- CMake变量(提供信息的变量)
目录 CMAKE_VERSION CMAKE_MAJOR_VERSION CMAKE_MINOR_VERSION CMAKE_PATCH_VERSION CMAKE_TWEAK_VERSION CMA ...
- Python批量重命名文件
批量替换文件名中重复字符: # -*- coding: UTF-8 -*- import os path = raw_input("请输入文件夹路径:") oldname = ra ...
- css清除select的下拉箭头样式
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> ...
- 计蒜客 一维坐标的移动(BFS)
在一个长度为 n 的坐标轴上,蒜头君想从 A 点 移动到 B 点.他的移动规则如下: 向前一步,坐标增加 1. 向后一步,坐标减少 1. 跳跃一步,使得坐标乘 2. 蒜头君不能移动到坐标小于 0 或大 ...
- LeetCode——456.132模式
给定一个整数序列:a1, a2, ..., an,一个132模式的子序列 ai, aj, ak 被定义为:当 i < j < k 时,ai < ak < aj.设计一个算法,当 ...
- Mysql 环境部署
1.Window 1.1 下载软件: https://dev.mysql.com/downloads/mysql/ 依次点击上图 红色框中按钮 1.2 安装软件 1.2.1 解压软件 正常解压即可 ...
- PYTHON深度学习6.2RNN循环网络
#简单的循环网络 #-*-coding:utf-8 -*- from keras.datasets import imdbfrom keras.preprocessing import sequenc ...
- JavaSE--类加载器
参考:http://www.importnew.com/6581.html Java 编译器会为虚拟机转换源指令.虚拟机代码存储在以 .class 为扩展名的类文件中,每个类文件都包含某个类或者接口的 ...