-
Treceti fiecare propozitie la Trecutul Continuu, forma specificata intre paranteze. Pentru ca raspunsul sa fie validat corect, la negativ folositi formele prescurtate: "weren't", "wasn't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[
"I play here. (interogativ)",
"We laugh. (negativ)",
"You float. (interogativ)",
"It jumps high. (interogativ)",
"He wear a big hat. (negativ)",
"They have many pigeons. (negativ)",
"She speaks english. (interogativ)",
"George stops the bus. (negativ)",
"You go to the museum. (interogativ)",
"I see a turtle. (negativ)",
"The bears run fast. (negativ)",
"We make the project. (interogativ)"
]
["Was I playing here?","We weren't laughing","Were you floating?","Was it jumping high?","He wasn't wearing a big hat","They weren't having many pigeons","Was she speaking english?","George wasn't stopping the bus","Were you going to the museum?","I was't seeing a turtle","The bears weren't running fast","Were we making the project?"]
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.