php select
Quiz by SADEQ JAAFAR HASAN ALI
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- view complete results in the Gradebook and Mastery Dashboards
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
Our brand new solo games combine with your quiz, on the same screen
Correct quiz answers unlock more play!
- Q1
دالة تفكيك نتيجة الاستعلام هي
mysqli_fetch_array()
mysqli_query(,)
mysqli_close()
30s - Q2
اكتب استعلام لعرض جميع سجلات الجدول cars
Users enter free textType an Answer30s - Q3
$row=mysqli_fetch_array($result)
تبعا للجملة السابقة
يمكن طباعة الحقل الاول والثالث من نتيجة الاستعلام كالتالي
echo $row[1]. " ".$row[3];
falsetrueTrue or False30s - Q4
اكمل جملة الاستعلام بشكل صحيح لعرض سجلات جدول cars
بناءا على حقل موديل السيارة model
Users re-arrange answers into correct orderJumble30s - Q5
اطبع عدد السجلات المتأثرة باستخدام الدالة المناسبة
echo "number of selected rows is "
mysqli_affected_rows()
mysqli_connect()
mysqli_fetch_array()
mysqli_query()
30s