Answer the question
In order to leave comments, you need to log in
Are there any online tests to assess your level of technical English?
Also, can anyone recommend literature or online courses for learning technical English :-)
Answer the question
In order to leave comments, you need to log in
Why evaluate it? Technical English is just the ability to read technical literature in English without looking into a dictionary. And it does not imply the ability to speak English. Spoken English is a completely different stage in the evolution of a programmer.
MSDN as an option. If you read calmly - a good level :-)
a {
line-height: 1;
display: inline-block;
color:#ffeb3b;
text-decoration:none;
cursor: pointer;
}
a:after {
display: block;
content: "";
height: 2px;
width: 0%;
background-color: #ffeb3b;
transition: width .3s ease-in-out;
}
a:hover:after,
a:focus:after {
width: 100%;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question