CHINH PHỤC
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.
Đăng nhập

Ghi nhớ
Latest topics
» Tôi sẽ đỗ đại học!
by NgocPRO 6/11/2024, 8:37 am

» Kỷ niệm xưa của chúng ta
by nightWalker 9/2/2024, 6:49 pm

» Bị lệch khung cần người giúp đỡ
by webhuy28 7/10/2021, 10:34 pm

» [HỎI ĐÁP] Danh sách bạn bè không thể hiển thị
by anhdaodaica1 2/10/2021, 10:04 pm

» [HỎI ĐÁP] Thông tin tài khoản không thể lưu thay đổi
by anhdaodaica1 2/10/2021, 6:05 am

» Phim bố già full
by huy.pc52 24/8/2021, 12:20 am

» Xin code Box HTML cho Forumvi
by Larva 1/7/2021, 12:57 pm

» Hello Anh Em Chinh phục
by HoàngTửNaivip5p 28/5/2021, 5:03 am

» Trang chủ tin tức cập nhật HOT 2016
by kenbi05 1/1/2020, 11:02 pm

» Không Dang9 bài viết = hình ảnh được
by huy.pc52 30/11/2019, 10:52 am

» CHÚC ANH EM NĂM MỚI VUI VẺ TRÀNG ĐẦY HẠNH PHÚC
by sps.kủn 12/2/2019, 1:16 pm

» Skin CNTT-K3 2015 (Full Mod)[✔]
by kenbi05 6/7/2018, 12:30 am

» baivong, handsome,....
by sps.kủn 29/6/2018, 1:54 pm

» [SHARE] SKIN ĐHFM.V7 @PUNBB
by tonyhoaivu 2/5/2018, 2:37 pm

» Share Skin Xanh Dương Cùi Bắp
by tonyhoaivu 28/4/2018, 5:57 pm

» Xin Skin http://v1.hotrofm.net/
by tonyhoaivu 28/4/2018, 5:45 pm

» Xin Skin Rao Vặt
by tonyhoaivu 15/4/2018, 12:07 pm

» Làm Sao Để Xóa Khung Này
by tonyhoaivu 14/4/2018, 7:18 pm

» [Lập nhóm]Lập nhóm fm
by vietkanpy 31/3/2018, 11:53 am

» [Help] về server úp ảnh của phutu [✔]
by baivong 17/3/2018, 10:18 pm

» Đừng khóc cho “tôi – Chinh Phục!”…
by AnHung 27/2/2018, 5:33 pm

» [Share] Skin Diendandaihoc.com [ Punbb ] [✔]
by Lu Mờ 13/2/2018, 7:28 pm

» Mời mấy thím vào groups Forumotion Việt Nam.
by dang02315 13/2/2018, 12:40 am

» Có thể làm các kiểu giao diện được không?
by Lu Mờ 9/2/2018, 3:40 pm

» ltns chinhphuc.info
by Shinichi Kudo 27/1/2018, 2:27 am

Top posting users this week
No user


Tạo bảng trắc nghiệm cho forum

4 posters

Go down

Tạo bảng trắc nghiệm cho forum Empty Tạo bảng trắc nghiệm cho forum

Bài gửi by baivong 3/11/2010, 11:57 am

Đầu tiên bạn phải có câu hỏi có 4 lựa chọn và đáp án rõ ràng.
Bước 1: HTML đáp án
Code:
var correctchoices=new Array()
correctchoices[1]='d'
correctchoices[2]='a'
correctchoices[3]='d'
correctchoices[4]='b'
correctchoices[5]='a'
correctchoices[6]='b'
correctchoices[7]='b'
correctchoices[8]='d'
correctchoices[9]='c'
correctchoices[10]='d'
Bước 2: HTML kết quả
Code:
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Kết quả</title>
</head>
 
<body style="font-family: Tahoma">
 
<p align="center"><strong><script src="[color=#41cf3a]HTML đáp án[/color]">
</script>
<font size="4"> Kết quả</font></strong></p><div align="center"><center>
 
<table border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="100%"><form method="POST" name="result" action="--WEBBOT-SELF--">
      <table border="0" width="100%" cellpadding="0">
        <tr>
          <td bgcolor="auto"><strong><font size="2">Số câu
            hỏi trả lời đúng:</font></strong></td>
          <td height="25"><div align="right"><p><input type="text" name="p" size="10"></td>
        </tr>
        <tr>
          <td bgcolor="auto"><strong><font size="2">Những câu
            trả lời sai:</font></strong></td>
          <td height="17"><div align="right"><p><input type="text" name="T2" size="10"></td>
        </tr>
        <tr>
          <td bgcolor="auto"><strong><font size="2">Bạn đă
            đạt được:</font></strong></td>
          <td height="25"><input type="text" name="q" size="10"></td>
        </tr>
      </table>
    </form>
    </td>
  </tr>
</table>
</center></div>
 
<form method="POST" action="--WEBBOT-SELF--">
  <div align="center"><center><p><script>
var wrong=0
var totalquestions=10
for (e=0;e<=2;e++)
document.result[e].value=""
 
var results=documentcookie.split(";")
for (n=0;n<=results.length-1;n++){
if (results[n].charAt(1)=='q')
parse=n
 
}
 
var incorrect=results[parse].split("=")
incorrect=incorrect[1].split("/")
if (incorrect[incorrect.length-1]=='b')
incorrect=""
document.result[0].value=totalquestions-incorrect.length+"/"+totalquestions
document.result[2].value=(totalquestions-incorrect.length)/totalquestions*100+"%"
for (temp=0;temp<incorrect.length;temp++)
document.result[1].value+=incorrect[temp]+", "
 
function showsolution(){
var win2=window.open("","win2","width=200,height=250")
win2.focus()
win2.document.open()
win2.document.write('<title>Đáp án</title>')
win2.document.write('<body bgcolor="#FFFFFF">')
win2.document.write('<center><h3>Đáp án</h3></center>')
win2.document.write('<center><font size="2" face="Tahoma">')
for (i=1;i<=totalquestions;i++){
for (temp=0;temp<incorrect.length;temp++){
if (i==incorrect[temp])
wrong=1
}
if (wrong==1){
win2.document.write("Câu hỏi "+i+"="+correctchoices[i].fontcolor("red")+"<br>")
wrong=0
}
else
win2.document.write("Câu hỏi "+i+"="+correctchoices[i]+"<br>")
}
 
 
win2.document.write('</center></font>')
win2.document.write('<font size="1" face="Tahoma"><center>Lưu ý: Đáp án sai được đánh dấu bằng màu đỏ</center></font>')
win2.document.close()
}
</script>
<input type="button" value="Quay lại" name="B1"
  onClick="history.go(-1)"> <input type="button" value="Xem Đáp án" name="B2"
  onClick="showsolution()"></p>
  </center></div>
</form>
 
<p align="center"><a href="http://cfviet.co.cc"><font size="2">Clan battuvuong</font></a></p>
</body>
</html>

Bước 3: HTML lựa chọn

Code:
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Câu hỏi</title>
</head>
<body style="font-family: Tahoma; font-size: 10pt">
 
<p align="center"><font size="2"><script src="[color=#41cf3a]HTML đáp án[/color]">
</script>
 
<script>
 
/*
JavaScript Quiz-
By Website Abstraction(www.wsabstract.com)
Over 200+ free scripts here!
*/
 
var actualchoices=new Array()
documentcookie="ready=yes"
</script>
</font><b><font size="4">Hiểu biết của bạn về Clan & Đột kích</font></b></p>
 
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td width="100%"><form method="POST" action="--WEBBOT-SELF--" name="myquiz">
      <div
      align="center"><center><table border="0" width="700" cellspacing="0" cellpadding="0">
        <tr>
          <td width="49%" valign="top" align="left"><table border="0" width="100%" cellspacing="0"
          cellpadding="0">
            <tr>
              <td width="100%" bgcolor="green"><strong><font size="2">1) Trong Đột kích QCMM có nghĩa là gì?</font></strong></td>
            </tr>
            <tr>
              <td width="100%"><table border="1" width="100%" cellpadding="0" cellspacing="0">
                <tr>
                  <td width="89%"><font size="2">a) Quảng cáo mắm mực</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="v1" name="q1"
                  onClick="actualchoices[1]='a'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">b) Quả cầu moi móc</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V2" name="q1"
                  onClick="actualchoices[1]='b'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">c) Quay *** mày</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V3" name="q1"
                  onClick="actualchoices[1]='c'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">d) Quả cầu may mắn</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V4" name="q1"
                  onClick="actualchoices[1]='d'"></font></td>
                </tr>
              </table>
              </td>
            </tr>
          </table>
          <p> </p>
          <table border="0" width="100%" cellspacing="0" cellpadding="0">
            <tr>
              <td width="100%" bgcolor="green"><strong><font size="2">3) VTC nghĩa là gì?</font></strong></td>
            </tr>
            <tr>
              <td width="100%"><table border="1" width="100%" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="89%"><font size="2">a) Vô tổ chức</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V1" name="q3"
                  onClick="actualchoices[3]='a'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">b) Vét tiền của</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V2" name="q3"
                  onClick="actualchoices[3]='b'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">c) Vịt tạp chủng</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V3" name="q3"
                  onClick="actualchoices[3]='c'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">d) Vietnam Television Corporation</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V4" name="q3"
                  onClick="actualchoices[3]='d'"></font></td>
                </tr>
              </table>
              </td>
            </tr>
          </table>
          <p> </p>
          <table border="0" width="100%" cellspacing="0" cellpadding="0">
            <tr>
              <td width="100%" bgcolor="green"><strong><font size="2">5) Game Đột kích ra mắt thị trường VN ngày:</font></strong></td>
            </tr>
            <tr>
              <td width="100%"><table border="1" width="100%" cellspacing="0" cellpadding="0"
              height="82">
                <tr>
                  <td width="89%" height="21"><font size="2">a) 18/03/2008</font></td>
                  <td width="11%" height="21"><font size="2"><input type="radio" value="V1" name="q5"
                  onClick="actualchoices[5]='a'"></font></td>
                </tr>
                <tr>
                  <td width="89%" height="19"><font size="2">b) 17/03/2008</font></td>
                  <td width="11%" height="19"><font size="2"><input type="radio" value="V2" name="q5"
                  onClick="actualchoices[5]='b'"></font></td>
                </tr>
                <tr>
                  <td width="89%" height="21"><font size="2">c) 17/04/2008</font></td>
                  <td width="11%" height="21"><font size="2"><input type="radio" value="V3" name="q5"
                  onClick="actualchoices[5]='c'"></font></td>
                </tr>
                <tr>
                  <td width="89%" height="21"><font size="2">d) 19/04/2008</font></td>
                  <td width="11%" height="21"><font size="2"><input type="radio" value="V4" name="q5"
                  onClick="actualchoices[5]='d'"></font></td>
                </tr>
              </table>
              </td>
            </tr>
          </table>
          <p> </p>
          <table border="0" width="100%" cellspacing="0" cellpadding="0">
            <tr>
              <td width="100%" bgcolor="green"><strong><font size="2">7) Nhân vật có vòng 1 bựa nhất Đột kích</font></strong></td>
            </tr>

            <tr>
              <td width="100%"><table border="1" width="100%" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="89%"><font size="2">a) Fox Ranger</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V1" name="q7"
                  onClick="actualchoices[7]='a'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">b) Delta</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V2" name="q7"
                  onClick="actualchoices[7]='b'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">c) Rose</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V3" name="q7"
                  onClick="actualchoices[7]='c'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">d) Lady Ranger</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V4" name="q7"
                  onClick="actualchoices[7]='d'"></font></td>
                </tr>
              </table>
              </td>
            </tr>
          </table>
          <p> </p>
          <table border="0" width="100%" cellspacing="0" cellpadding="0">
            <tr>
              <td width="100%" bgcolor="green"><strong><font size="2">9) Địa chỉ trang forum clan battuvuong là:</font></strong></td>
            </tr>
            <tr>
              <td width="100%"><table border="1" width="100%" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="89%"><font size="2">a) http://club.zooz.vn/cf/battuvuong</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V1" name="q9"
                  onClick="actualchoices[9]='a'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">b) http://battuvuong.forumclan.com</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V2" name="q9"
                  onClick="actualchoices[9]='b'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">c) http://cfviet.co.cc</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V3" name="q9"
                  onClick="actualchoices[9]='c'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">d) http://diendan.zooz.vn/forum/battuvuong</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V4" name="q9"
                  onClick="actualchoices[9]='d'"></font></td>
                </tr>
              </table>
              </td>
            </tr>
          </table>
          </td>
          <td width="2%" valign="top" align="left"></td>
          <td width="49%" valign="top" align="left"><table border="0" width="100%" cellspacing="0"
          cellpadding="0">
            <tr>
              <td width="100%" bgcolor="green"><strong><font size="2">2) Khẩu súng ngắm bắn nhanh nhất Đột kích</font></strong></td>
            </tr>
            <tr>
              <td width="100%"><table border="1" width="100%" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="89%"><font size="2">a) MSG90</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V1" name="q2"
                  onClick="actualchoices[2]='a'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">b) DRAGUNOV</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V2" name="q2"
                  onClick="actualchoices[2]='b'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">c) PSG-1 RedDragon
</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V3" name="q2"
                  onClick="actualchoices[2]='c'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">d) AWM - RedDragon</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V4" name="q2"
                  onClick="actualchoices[2]='d'"></font></td>
                </tr>
              </table>
              </td>
            </tr>
          </table>
          <p> </p>
          <table border="0" width="100%" cellspacing="0" cellpadding="0">
            <tr>
              <td width="100%" bgcolor="green"><strong><font size="2">4) Vô địch VEC 2009 bộ môn Đột kích?</font></strong></td>
            </tr>
            <tr>
              <td width="100%"><table border="1" width="100%" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="89%"><font size="2">a) ARS</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V1" name="q4"
                  onClick="actualchoices[4]='a'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">b) FREE</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V2" name="q4"
                  onClick="actualchoices[4]='b'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">c) Diamond</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V3" name="q4"
                  onClick="actualchoices[4]='c'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">d) 1st.Dragon</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V4" name="q4"
                  onClick="actualchoices[4]='d'"></font></td>
                </tr>
              </table>
              </td>
            </tr>
          </table>
          <p> </p>
          <table border="0" width="100%" cellspacing="0" cellpadding="0">
            <tr>
              <td width="100%" bgcolor="green"><strong><font size="2">6) baivong là viết tắt của từ:</font></strong></td>
            </tr>
            <tr>
              <td width="100%"><table border="1" width="100%" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="89%"><font size="2">a) Bãi Vòng</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V1" name="q6"
                  onClick="actualchoices[6]='a'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">b) bại vong</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V2" name="q6"
                  onClick="actualchoices[6]='b'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">c) bái vọng</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V3" name="q6"
                  onClick="actualchoices[6]='c'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">d) Không có đáp án</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V4" name="q6"
                  onClick="actualchoices[6]='d'"></font></td>
                </tr>
              </table>
              </td>
            </tr>
          </table>
          <p> </p>
          <table border="0" width="100%" cellspacing="0" cellpadding="0">
            <tr>
              <td width="100%" bgcolor="green"><strong><font size="2">8) Sau khi lên cấp thiếu tướng 8 được tặng</font></strong></td>
            </tr>
            <tr>
              <td width="100%"><table border="1" width="100%" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="89%"><font size="2">a) Katana gold</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V1" name="q8"
                  onClick="actualchoices[8]='a'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">b) 100.000 Gp</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V2" name="q8"
                  onClick="actualchoices[8]='b'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">c) Bảng tên Rồng đỏ</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V3" name="q8"
                  onClick="actualchoices[8]='c'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">d) Éo cóa gì!</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V4" name="q8"
                  onClick="actualchoices[8]='d'"></font></td>
                </tr>
              </table>
              </td>
            </tr>
          </table>
          <p> </p>
          <table border="0" width="100%" cellspacing="0" cellpadding="0">
            <tr>
              <td width="100%" bgcolor="green"><strong><font size="2">10) Clan battuvuong được thành lập cách đây:</font></strong></td>
            </tr>
            <tr>
              <td width="100%"><table border="1" width="100%" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="89%"><font size="2">a) Khoảng 6 tháng</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V1" name="q10"
                  onClick="actualchoices[10]='a'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">b) Dưới 4 tháng</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V2" name="q10"
                  onClick="actualchoices[10]='b'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">c) Khoảng 10 tháng</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V3" name="q10"
                  onClick="actualchoices[10]='c'"></font></td>
                </tr>
                <tr>
                  <td width="89%"><font size="2">d) Hơn 1 năm</font></td>
                  <td width="11%"><font size="2"><input type="radio" value="V4" name="q10"
                  onClick="actualchoices[10]='d'"></font></td>
                </tr>
              </table>
              </td>
            </tr>
          </table>
          </td>
        </tr>
      </table>
      </center></div>
    </form>
    </td>
  </tr>
</table>
 
<form method="POST" action="--WEBBOT-SELF--">
  <!--webbot bot="SaveResults" startspan
  U-File="E:\BaiViet\javascript\_private\form_results.txt" S-Format="TEXT/CSV"
  S-Label-Fields="TRUE" --><!--webbot bot="SaveResults" endspan --><div
  align="center"><center><p><font size="2"><!--webbot bot="HTMLMarkup" startspan -->
<script language="JavaScript1.1">
var incorrect=null
for (t=1;t<=10;t++){
for (t2=0;t2<=3;t2++)
eval("document.myquiz.q"+t+"["+t2+"]").checked=false
}
 
function gradeit(){
var incorrect=null
for (i=1;i<=10;i++){
if (actualchoices[i]!=correctchoices[i]){
if (incorrect==null)
incorrect=i
else
incorrect+="/"+i
}
}
if (incorrect==null)
incorrect="a/b"
documentcookie='q='+incorrect
if (documentcookie=='')
alert("Your browser does not accept cookies. Please adjust your browser settings.")
else
window.location="[color=#41cf3a]HTML kết quả[/color]"
}
</script><input type="button" value="Trả lời !" name="B1"
  onClick="gradeit()"></font></p>
  </center></div>
</form>
 
<p align="center"><a href="http://cfviet.co.cc"><font size="2">Clan battuvuong</font></a></p>
</body>
</html>
<!--webbot bot="HTMLMarkup" endspan -->
    </form>


Được sửa bởi battuvuong ngày 3/11/2010, 2:12 pm; sửa lần 1.
baivong
baivong
CPYellowMember
CPYellowMember

Firefox Invision
Ngày đăng ký : 02/04/2010
Số bài : 3114
CPP : 1212
Châm ngôn sống : Sống để được chết một lần.

http://devs.forumvi.com

Về Đầu Trang Go down

Tạo bảng trắc nghiệm cho forum Empty Re: Tạo bảng trắc nghiệm cho forum

Bài gửi by baivong 3/11/2010, 12:02 pm

baivong
baivong
CPYellowMember
CPYellowMember

Firefox Invision
Ngày đăng ký : 02/04/2010
Số bài : 3114
CPP : 1212
Châm ngôn sống : Sống để được chết một lần.

http://devs.forumvi.com

Về Đầu Trang Go down

Tạo bảng trắc nghiệm cho forum Empty Re: Tạo bảng trắc nghiệm cho forum

Bài gửi by Eagle8x 3/11/2010, 1:24 pm

View source cái là ra kết quả whistling Nếu đi thi mà được view source thì hay nhỉ.
avatar
Eagle8x
CPAdministrator
CPAdministrator

Firefox Invision
Ngày đăng ký : 14/08/2010
Số bài : 1749
CPP : 3362
Châm ngôn sống : :D

http://diendan.chinhphuc.info

Về Đầu Trang Go down

Tạo bảng trắc nghiệm cho forum Empty Re: Tạo bảng trắc nghiệm cho forum

Bài gửi by baivong 3/11/2010, 1:29 pm

Eagle8x đã viết:View source cái là ra kết quả whistling Nếu đi thi mà được view source thì hay nhỉ.
Đi thi view được... 2 cái: Đánh dấu bài và "mời" ra ngoài Cười nghiêng ng
baivong
baivong
CPYellowMember
CPYellowMember

Firefox Invision
Ngày đăng ký : 02/04/2010
Số bài : 3114
CPP : 1212
Châm ngôn sống : Sống để được chết một lần.

http://devs.forumvi.com

Về Đầu Trang Go down

Tạo bảng trắc nghiệm cho forum Empty Re: Tạo bảng trắc nghiệm cho forum

Bài gửi by Kiến 3/11/2010, 2:02 pm

cái HTML lựa chọn và HTML kết quả thay :
Code:
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
thành
Code:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
thử xem Thắc mắc
Kiến
Kiến
CPPurpleMember
CPPurpleMember

Chrome PhpBB3
Ngày đăng ký : 08/05/2009
Số bài : 1101
CPP : 1668
Châm ngôn sống : Vẽ bậy

http://diendan.dust.tv/

Về Đầu Trang Go down

Tạo bảng trắc nghiệm cho forum Empty Re: Tạo bảng trắc nghiệm cho forum

Bài gửi by baivong 3/11/2010, 2:21 pm

Có thể phát sinh lỗi do post bài, nếu ko làm được các bạn view scoure các trang sau Tạo bảng trắc nghiệm cho forum 943368
Lựa chọn: http://cfviet.co.cc/html-h66.htm
Kết quả: http://cfviet.co.cc/html-h63.htm
Đáp án: http://cfviet.co.cc/html-h62.htm
baivong
baivong
CPYellowMember
CPYellowMember

Firefox Invision
Ngày đăng ký : 02/04/2010
Số bài : 3114
CPP : 1212
Châm ngôn sống : Sống để được chết một lần.

http://devs.forumvi.com

Về Đầu Trang Go down

Tạo bảng trắc nghiệm cho forum Empty Re: Tạo bảng trắc nghiệm cho forum

Bài gửi by ducphuongdatinh 3/11/2010, 5:05 pm

có cách nào mà member có thể tự đưa câu hỏi lên không nhỉ, trả lời đúng thì được tự cộng điểm point luôn, hehe như vậy đỡ phải ngồi viết câu hỏi
ducphuongdatinh
ducphuongdatinh
CPMember
CPMember

Firefox PunBB
Ngày đăng ký : 02/11/2010
Số bài : 20
CPP : 4

http://hutech08.4umer.net

Về Đầu Trang Go down

Tạo bảng trắc nghiệm cho forum Empty Re: Tạo bảng trắc nghiệm cho forum

Bài gửi by Sponsored content


Sponsored content


Về Đầu Trang Go down

Về Đầu Trang

- Similar topics

 
Permissions in this forum:
Bạn không có quyền trả lời bài viết