-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhow-to-gain-fluency-in-language.php
138 lines (135 loc) · 5.28 KB
/
how-to-gain-fluency-in-language.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/main.css"/>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<title>SIA: How to Gain Fluency in Language</title>
<meta name="keywords" content="free english spanish mandarin cheneese french italian german russian real conversation partner learn spoken english speak speaking write writing skill enjoy language exchange partner grammar school slang exercises lessons on skype via icq vocabulary expansion dialogs study pronunciation spoken native speakers every taste different preparation exam ket pet fce cae cfe toefl IELTS BEC TOEIC EFL ESL">
<meta name="description" content="How to Gain Fluency in Language Without Focusing on Grammar Study">
</head>
<body>
<?php
$file = __FILE__;
include_once 'inc/menu.php';
?>
<div class="container-fluid">
<div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3">
<div class="row">
<div class="panel panel-info">
<div class="panel-heading text-center">
<div class="row text-center">
<h2>How to Gain Fluency in Language Without Focusing on Grammar Study</h2>
<h5>Here are 14 ways on how you can achieve fluency in just 6 months. By doing the following in a regular basis in your daily routine eventually you will get the fluency that you've been aiming for.</h5>
</div>
</div>
<div class="panel-body">
<div class="row">
<div class="col-xs-12">
<blockquote>
<h4>1. Read any reading materials that is written or translated in the language you are learning.</h4>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<blockquote>
<h4>2. Listen to DJs talk and teachers' lecture when they are talking in the language you are learning.</h4>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<blockquote>
<h4>3. Watch movies, TV shows, talk shows, news, even TV commercials that are using the language you are learning.</h4>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<blockquote>
<h4>4. Correspond to chat mates, text mates in the language you are learning.</h4>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<blockquote>
<h4>5. Listen to different genres of music especially rock and blues, memorize and study the lyrics.</h4>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<blockquote>
<h4>6. Do some Video Karaoke or sing along activities and just sing only songs in the language you are learning.</h4>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<blockquote>
<h4>7. Browse the web, post blogs and study different blogs about the language you are learning.</h4>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<blockquote>
<h4>8. Search for videos about discussions or lessons on YouTube or any internet site.</h4>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<blockquote>
<h4>9. Whisper to yourself or talk to yourself using the language you are learning when no one is around.</h4>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<blockquote>
<h4>10. Talk to your friends, teachers, bosses, workmates using the second language.</h4>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<blockquote>
<h4>11. Meet and talk to native speakers to acquire accent.</h4>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<blockquote>
<h4>12. Do self study or enroll yourself in any proficiency course or program to know more about grammar rules and technical aspects.</h4>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<blockquote>
<h4>13. Widen your vocabulary and make it a point to study new words and phrases.</h4>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<blockquote>
<h4>14. Practice and use the language you are learning more often.</h4>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>