-
Treceti fiecare propozitie la Trecutul perfect continuu (unele propozitii sunt la alt timp, trebuie scrise la Trecut Perfect Continuu), forma specificata intre paranteze.
Pentru ca raspunsul sa fie validat corect, la negativ folositi forma prescurtata: "hadn't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[
"I learn all day. (interogativ)",
"They swim. (negativ)",
"You aren't planting. (interogativ)",
"It started. (interogativ)",
"He sold a map. (negativ)",
"They will buy cereals. (negativ)",
"You will play chess. (interogativ)",
"Sam brings a donkey. (negativ)",
"You went to the museum. (interogativ)",
"I'm washing my face. (negativ)",
"Her sister left. (negativ)",
"We get a good meal. (interogativ)"
]
["Had I been learning all day?","They hadn't been swiming","Had you been planting?","Had it been starting?","He hadn't been selling a map","They hadn't been buying cereals","Had you been playing chess?","Sam hadn't been bringing a donkey","Had you been going to the museum?","I hadn't been washing my face","Her sister hadn't been leaving","Had we been geting a good meal?"]
Un Test simplu in fiecare zi
HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Care tag creaza un text ingrosat?
<q> <strong> <em><p>Adresa: <strong>http://CoursesWeb.net/</strong> - Tutoriale.</p>
Care din aceste coduri CSS afiseaza textul ingrosat?
text-size: 18px; font-style: italic; font-weight: 800;#id {
font-weight: 800;
}
Ce functie JavaScript apeleaza o alta functie, in mod repetat, la un anumit interval de timp?
setInterval() setTimeout() push()function someFunction() { alert("CoursesWeb.net"); }
setInterval("someFunction()", 2000);
Clic pe variabila definita corect in PHP.
var vname = 8; $vname = 8; $vname == 8;$vname = 8;
echo $vname;
Care din urmatoarele forme ale verbului "travel" (a calatori) e la timpul Prezent Perfect?
have traveled shall travel had traveledWe have traveled in space.
- Noi am calatorit (deja) in spatiu.
Care din urmatoarele forme ale verbului "pintar" (a picta) se foloseste la Trecutul Imperfect?
ir a pintar pintaba pintóLa niña pintaba un arco iris.
- Fetita picta un curcubeu.