Curs Spaniola

Cu acest joc de Trivia va puteti testa cunostintele gramaticale de limba spaniola.
Incepeti initial cu nivelul usor (Level 1) la fiecare set de intrebari (de la Trivia Category); dupa ce raspundeti corect la toate testele incercati si nivelul dificil (Level 2).
De asemenea, va puteti juca cu modul Random si "Countdown Timer".

Welcome to Trivia Game

- Choose the set of Spanish questions from the "Trivia Category".

Levels:
  • Level 1 - Easy - It is displayed a list of answers to each quiz. Click the correct answer.
  • Level 2 - Difficult - You write the answer into a text field, then click on Send button. The last letter from the possible answers is deleted.
Mode
  • Consecutive - The quiestions start from the quiz with index number added into a text field, and are added in their order till the last quiz.
  • Random - The quizzes are choosed randomly, till the last quiz, without repeat.
- Countdown Timer - If that button is checked, you have 15 seconds to answer till the next quiz is added automatically.

- Click the Start button to start the quizzes. The Reset button resets the Trivia.
Trivia Category

Mode


From to

Quizzes: 0 of

0 - Correct
0 - Incorrect

Un Test simplu in fiecare zi

HTML
CSS
JavaScript
PHP-MySQL
Engleza
Spaniola
Ce atribut poate fi utilizat pentru a adauga stiluri CSS direct in tag-ul HTML?
type style class
<div style="width: 80%; border: 3px solid #888888;">Continut</div>
Care din metodele proprietatii CSS transform distorsioneaza elementul HTML la un anumit unghi (inclusiv continutul lui)?
translate() scale() skew()
#un_id {
  transform: skew(20deg, 25deg);
  -ms-transform: skew(20deg, 25deg);   /* IE 9 */
  -webkit-transform: skew(20deg, 25deg);   /* Safari and Chrome */
}
Clic pe functia care poate converti un obiect Date in Sir.
indexOf() toString() getDate()
var rightnow = new Date();
alert( rightnow.toString() );
Care functie aplica o alta functie la elementele unui array?
array_merge() array_search() array_map()
$arr = arra("abc", "<p>xyz</p>", "<em>PHP</em>");
// aplica functia strip_tags() ca sa stearga tag-urile HTML din fiecare element din %arr
$arr = array_map("strip_tags", $arr);
}
Cum se spune "sambata" in limba engleza?
Sunday Saturday Monday
On Saturday I visit my grandparents.
- Sambata imi vizitez bunicii.
Cum se spune "sambata" in limba spaniola?
domingo lunes sábado
Sábado visito mis abuelos.
- Sambata imi vizitez bunicii.
Teste Trivia Spaniola

Last accessed pages

  1. Verbe frazale din limba Engleza (40622)
  2. Liste HTML - UL, OL (11175)
  3. Instructiuni conditionale if, else, switch (20020)
  4. Blog si Cugetari Personale (105731)
  5. Pronumele relativ 3 (358)

Popular pages this month

  1. Curs HTML gratuit Tutoriale HTML5 (516)
  2. Cursuri si Tutoriale: Engleza, Spaniola, HTML, CSS, Php-Mysql, JavaScript, Ajax (470)
  3. Coduri pt culori (290)
  4. Formatare text in pagina html (170)
  5. Creare si editare pagini HTML (168)