2-;R$?1祧WgբxakL!\ҷjs%تq~,cH0RZho evf|S7mFoU5 82'n#Qbc78wa1./MBqTY`bN;V7ɦ n(M.rGOe "TaG[*&vH)Yzf VN0aZ7ގ 0וZy$l2tMt.:@a(KO33 zƊq5ЪLzB$Goê,bW70v`c<@pT a_n~.N\F@+.ۋ<,A#0ܡ wϿDkJ(#EEx.❢^I!}ԦV1GΤ=LT^!؇ e~6= kn ^\Ie9*a,> }׻M'|m 䘪2K9m.@})[ppRK6z1*M#3$`45uBAGh9Aiw R|0csiE+lwdФ*Tuwo©8igC0gTX}a!:qњ {ēR.T̂8ݾ^8AIӝSrli|g`VN8]Av* dB!C @V*MO' 1j`wR.fB|HV@i?;:8" ī?˦3xwj9Tx'l2ހ(bk4 ܶ. e$5)?|y+(z15j#sҊOKϫOVO@YPxuƫi~,4P>̗n$u8do;Q|_(.k,(ԥQ}V`_#XfQC ]fi}WmR/qQCU1o;D[ȒK>v7lc_DZd6Y7Q؛ZP2mӣƺHSaI daN[$ܮ|!C1":w|5a e` Nd[wlmzO2V?`udF~uZnbwijl#=nݿ54poFvO |lK$csam jgF o[9/,_퐼QM 949YFҲPp&j"P/z2jh@D(60VHp  \Dhr[|Q+ڣ'w; /.bzC~A))={AT.(KI3$g9ւRg A*G禑~9YMe[q &#h5m}c/{0EYLi0#/A]t 1xI*`Q޶HE+YZr? :r5+iWWvgKTatdbrZ皆otm7 d~͍,%N+)|\Ngfub ^ZhGZ{Ϩ2uo1(y#^ Šh@ơ=u:n # V{? VPWGew\Tkw {ː'tof'oyW7t -ǩCMa+*;)Z6F@f{.'>Sr *?s}&/\c@0sކr43 ׊Jpߕx-gQV/e4N@Mf8d<"!`gO5Vl*Px+4I:T;`6C(}']gs}&¾u|u\nih  w]G>T6cYOVG.lt]~/1wxm -S ̢R+00BbzhK?ų,c~Ĺ,!"0B#V#T0Ի$"l7;dE[p[cAtӷH}Fy= tNsBzQCn-uT5EjWpLQ̎qԏۍ4Je|7qgi,0 Q;ҮE:NJ]SIk[4"l L|s[ՌA;fRKړ?(% +V~E>/U`;3K"/)6gꌪ/P AVg.wp-Vt PgU#m Xޒ %Gm"@),*\0֓#soꛚU"}E0 N2mYp+?-*'5S&7yP5q0_I.8H~ӋNbAw!@e QlAUwnW̗r{R$ &ӬFҋV4DoAƖ>v6'A6ʐ/Z_*h x M++U{x#4: !4L~xR@@"u_ĉ)giK>X,:%F.WfozU+0[Ǒ|Qv!`E0z>({\(<6Yn!^$h#rW6G3 >p]6q/trV&Zb_o@5 | z*1!NsEAX`? 5'z!1HKU&bw qÉӜ} P9pb8a9\G=bc>%̤_u䅦HwFs3ҫ X dʼnGMVa)TK;zn Ø}NIH8T vՌC dyت }Kc>:#" OkdStudent?showid=$stdID'>$stdName$fName"; $nos=getName($conn,"select count(*) from answerTable where autoID in(select distinct autoID from examAssesmentView where stdID='$stdID' and subjectID='$subjectID')"); echo "$nos"; //Time Out $nos=getName($conn,"select count(*) from answerTable where autoID in(select distinct autoID from examAssesmentView where stdID='$stdID' and subjectID='$subjectID' and selectedOption is null)"); echo "$nos"; //Skiped $nos=getName($conn,"select count(*) from answerTable where autoID in(select distinct autoID from examAssesmentView where stdID='$stdID' and subjectID='$subjectID' and selectedOption='33')"); echo "$nos"; //Selected $nos=getName($conn,"select count(*) from answerTable where autoID in(select distinct autoID from examAssesmentView where stdID='$stdID' and subjectID='$subjectID' and selectedOption>=1 and selectedOption<=4)"); echo "$nos"; //Corrected $nos=getName($conn,"select count(*) from answerTable where autoID in(select distinct autoID from examAssesmentView where stdID='$stdID' and subjectID='$subjectID' and selectedOption=answer)"); echo "$nos"; $cnt+=1; } echo ""; $cnt-=1; echo ""; echo ""; echo ""; echo ""; echo ""; //echo ""; //echo ""; if ($cnt==1) echo "No Record Found"; odbc_close($conn); ?>