-
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 atribut face ca optiunea din <select> sa fie selectata?
checked="checked" selected="selected" disabled="disabled"<select name="a_name">
<option value="val1">Optiune 1</option>
<option value="val2" selected="selected">Optiune 2</option>
</select>
Care din aceste valori CSS creaza culoare gradient pentru fundal?
contain repeat-x linear-gradient#id {
background: linear-gradient(top left, #1f1, #fff, #11f);
}
Care cod creaza un array in JavaScript?
[] {} new Object()var arr = [1, "CoursesWeb.net", "MarPlo.net"];
alert(arr[2]);
Indicati functia PHP folosita pentru redirect la alta pagina.
function() header() switch()header("Location: http://coursesweb.net/");
exit;
Indicati articolul corect la cuvantul "garden" in propozitia: "... garden is a place with flowers".
An The AThe garden is a place with flowers.
- Gradina este un loc cu flori.
Indicati articolul corect pentru cuvantul: "jardín" (gradina)
la los elEl jardín es un lugar de flores.
- Gradina e un loc cu flori.