Menyu

Video dərslər

indi saytda olanlar

Son Şərhlər

{topusers2}

Arxiv

Dost saytlar

Reklam



Müəllif: Miri376 | 7 fevral 2010 | muxtelif kodlar | Oxunma sayı: 1165 | Çap et
Daha bir test  yaratmaq ucun kod



Online Test yaratmaq ucun kod



<!--

var Sual = 2;
var Cavab = 3;

var answers = new Array(2);
answers[0] = "15"
answers[1] = "12"

function getScore(form) {
  var score = 0;
  var currElt;
  var currSelection;

  for (i=0; i<Sual; i++) {
    currElt = i*Cavab;
    for (j=0; j<Cavab; j++) {
      currSelection = form.elements[currElt + j];
      if (currSelection.checked) {
        if (currSelection.value == answers[i]) {
          score++;
          break;
        }
      }
    }
  }

  score = Math.round(score/Sual*100);
  form.percentage.value = score + "%";

  var correctAnswers = "";
  for (i=1; i





<form name="quiz">
Sual 1.

3*5=?

<input type="radio" name="q1" value="value" />2
<input type="radio" name="q1" value="15" />15
<input type="radio" name="q1" value="value" />4
<p />

2.

20-8=?

<input type="radio" name="q2" value="12" />12
<input type="radio" name="q2" value="value" />14
<input type="radio" name="q2" value="value" />25
<p />

<input type="button" value="Hesabla" />
<input type="reset" value="Sil" /><p />
Ballar = <input type="text size=15 name=percentage" />

  <textarea name="Score" wrap="virtual" rows="4" cols="40"></textarea>
Dogru cavablar:

<textarea name="solutions" wrap="virtual" rows="4" cols="40"></textarea>
</form>





Oxşar xəbərlər:
Daha bir test yaratmaq ucun kod
  • Test kodu
  • Namaz vaxt&#305; kodu
  • Notebook monitorunda xeberdarliq paneli(Html kod).
  • Saytinda xeberdarliq bolmesi
  • status barda herket eden yazi kodu
  • Daha bir test yaratmaq ucun kod!
    Daha bir test yaratmaq ucun kod.
    İnformasiya
    Qonaq qrupunda olanlar istifadəçilər bu xəbərə şərh əlavə edə bilməz.