-
Treceti fiecare propozitie la forma specificata intre paranteze. Pentru ca raspunsul sa fie validat corect, la negativ folositi forma prescurtata: "didn't", iar propozitiile interogative terminati-le cu semnul intrebarii (?).
[
"I played here. (interogativ)",
"We applauded. (negativ)",
"You swam. (interogativ)",
"It jumped high. (interogativ)",
"He had a yellow hat. (negativ)",
"They ate many grapes. (negativ)",
"She spoke english. (interogativ)",
"Raul wrote a letter. (negativ)",
"You went to church. (interogativ)",
"I saw a car. (negativ)",
"The rabbits ran fast. (negativ)",
"We made the meal. (interogativ)"
]
["Did I play here?","We didn't applaud","Did you swim?","Did it jump high?","He didn't have a yellow hat","They didn't eat many grapes","Did she speak english?","Raul didn't write a letter","Did you go to church?","I didn't see a car","The rabbits didn't run fast","Did we make the meal?"]
Un Test simplu in fiecare zi
HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Clic pe tag-ul care creaza o lista ordonata numeric
<ul> <tr> <ol><ol>
<li>List-1</li>
<li>List-2</li>
</ol>
Care selector reprezinta ID-ul unui element in CSS
.nume #nume nume#id {
color: #0110fb;
}
Ce cod creaza un obiect in JavaScript?
{} [] new Date()var obj = {"site": "CoursesWeb.net", "pr": 5};
alert(obj.site);
Indicati instructiunea prin care se verifica daca o conditie este True sau False
else if() switch()$var = 8;
if($var == 8) echo $var;
Indicati timpul Prezent pentru verbul "to be" (a fi).
be were isNow, it is here.
- Acum este aici.
Care este conjugarea la timpul prezent al verbului "divertirse" (a se distra) la forma "yo"?
te diviertas me divierto se diviertaYo me divierto.
- Eu ma distrez.