Jump to content
php.lv forumi

test skripts


Snaip3Rs

Recommended Posts

<?php

$atb1 = "a";
$atb2 = "b";
//saraksti 30 atbildes

//te būs 30 jaut.
$form = "<form action='' method='post'>
	Jautajums 1:<br>
	<input type='radio' name='jaut1' value='a'>a<br>
	<input type='radio' name='jaut1' value='b'>b<br>
	<input type='radio' name='jaut2' value='c'>c<br>
	Jautajums 2:<br>
	<input type='radio' name='jaut2' value='a'>a<br>
	<input type='radio' name='jaut2' value='b'>b<br>
	<input type='radio' name='jaut2' value='c'>c<br>
	<input type='submit' name='submit'>
	</form>";
//ja noklikšķina
if(isset($_POST['submit'])){
if($_POST['jaut1'] != $atb1){
               //kļūda pirmajā
	echo "False 1";	
}else{
               //pareiza atbilde
	echo "True 1";	
}
if($_POST['jaut2'] != $atb2){
	echo "False 2";	
}else{
	echo "True 2";	
}
}else{
echo $form;	
}

?>

 

Kaut kas uz šito pusi.

Pagaidām ir uz diviem jautājumiem, bet sataisīt uz 30 nav problēmu.

Link to comment
Share on other sites

Piemēram man ir kādi 2000jautājumu es gribu kaut ko līdzīgu cssd testam uztaisīt! jautājumu es izvadu kā bildi un atbilžu varianti ir jau value1 2 un 3 dažreiz pat 4. Ja saglabāju visu datubāzē kā man uzlikt lai viņš izvēlas sajauktā kārtībā un beigās izmet cik kļūdas kopā bija!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...