<% '------------------------------------------------------------------------------- 'Template '------------------------------------------------------------------------------- %> <% '------------------------------------------------------------------------------- 'Config '------------------------------------------------------------------------------- Public Sub Config() Page.S = fn.dic("s") Page.Cate = "1050000" End Sub '------------------------------------------------------------------------------- 'Local Function '------------------------------------------------------------------------------- function LocalCheck(no) if no = 0 then LocalCheck = "icon_non_check.gif" else LocalCheck = "icon_check.gif" end if end function '------------------------------------------------------------------------------- 'Content '------------------------------------------------------------------------------- Public Sub RenderContent() %> <% if US.GETS("WEBID") = "" then%> <%elseif US.GETS("WEBID")<>"" and (US.GETS("LECTYPE")<>"MEMBER" and US.GETS("LECTYPE")<>"TELENG") then%> <% ' üÇèIDó¸® elseif US.GETS("WEBID")="mbeginner" or US.GETS("WEBID")="mbiz1" then%> <%else if US.GETS("LECTYPE") = "TELENG" then response.redirect "2online_study_tel.htm" end if ' if US.GETS("WEBID") = "anypro" or US.GETS("WEBID") = "maven01" or US.GETS("WEBID") = "maven02" or US.GETS("WEBID") = "maven03" or US.GETS("WEBID") = "maven04" then ' response.redirect "online_study.htm" ' end if dim ssql,arr_schedule,rs,rs2,ssql1,db1,arr_rs2,webid,courseNm ,courseIdx,useridx,fromHistory,isTrial,tidx,tnm,pidx,pnm courseIdx = trim(fn.form("courseIdx")) ' ¼ö°­ÄÚ½º ¼±ÅÃÇÑ °æ¿ìó¸® fromHistory = trim(fn.form("fromHistory")) ' °ú°Å¼ö°­³»¿ª Á¶È¸¸¦ Ŭ¸¯ÇÑ °æ¿ì 'yes' isTrial = 0 ' ¹«·áüÇè¼ö°­ÀÎÁö check? webid = session("webid") useridx = session("idx") set db = new dbclass if courseIdx = "" then ' óÀ½ loading½Ã ' trialÀÎÁö üũ db.sql = "select c.*, a.*, b.* from consult_ec a inner join course_apply_info b on a.idx = b.app2_useridx " db.sql = " inner join category c on b.app2_courselevel = c.cateidx " db.sql = " where b.app2_isTrial=1 and a.webid='"&webid&"' and b.app2_state='A' order by b.app2_isTrial desc,b.app2_endDate desc" ' db.view set rs = db.execrs() : db.clear() if not (rs.eof or rs.bof) then ' ¹«·á¼ö°­ üÇèÀΰæ¿ì => ¾ÆÁ÷½ÃÀÛÇÏÁö ¾Ê¾Ò°Å³ª (NULL), ¼ö°­¸¸·áÀϱîÁö´Â º¸¿©ÁÜ if isnull(rs("app2_endDate")) or rs("app2_endDate")>=date then courseNm = lcase(rs("cateinfo")) courseIdx = rs("cateidx") isTrial = 1 end if end if ' trialÀÌ ¾Æ´Ï¸é ¸ôÇÁ¸¸·áÀÏ ±âÁØÀ¸·Î °¡Á®¿À±â if isTrial=0 then db.sql = "SELECT TOP 1 B.·¹º§Å° as °úÁ¤ÄÚµå, B.·¹º§ as °úÁ¤¸í " db.sql = "FROM À̱³Àç_ÆǸŠA " db.sql = "INNER JOIN À̱³Àç B ON A.Ç°¸ñÅ°=B.Ç°¸ñÅ° " db.sql = "WHERE A.À¯ÀúÄÚµå='"&useridx&"' and A.ÆǸű¸ºÐ='ÆǸÅ' and A.»èÁ¦=0 AND A.¸ôÇÁ¸¸·áÀÏ >='"&date&"' " db.sql = "ORDER BY A.¸ôÇÁ¸¸·áÀÏ DESC;" ' if webid="koeh0123" then db.view set rs = db.execrs() : db.clear() if not rs.eof then ' Á¤»óÀûÀÎ µî·Ï»óÅÂÀÌ¸é ¸ôÇÁ ¸¸·áÀÏÀÌ ¾ÆÁ÷ Áö³ªÁö ¾ÊÀº°æ¿ì ÃʱâÈ­ courseNm = lcase(rs("°úÁ¤¸í")) courseIdx = rs("°úÁ¤ÄÚµå") end if end if else ' ¼ö°­ÄÚ½º ¼±Åýà courseNm = lcase(trim(fn.form("courseNm"))) end if dim strHuki ' °­»çÈıâ ÀÛ¼º°¡´É? strHuki = "false" ' °­»çÈıâ ÀÛ¼º°¡´É? (¼ö°­ÁßÀÎ °æ¿ì¸¸) set db = new dbclass db.sql = "select top 1 app2_enddate from course_apply_info " db.sql = "where app2_useridx='"&useridx&"' and app2_state='A' and (app2_endDate is null or app2_endDate+1>=getdate()) " ' db.view set rs = db.execrs() : db.clear() if not (rs.eof or rs.bof) then strHuki = "true" set rs = nothing ' ´ãÀÓ/ÆÄÆ®³Ê db.sql = "select top 1 b.idx as tidx, b.name as tnm, c.idx as pidx, c.name as pnm from course_apply_info a " db.sql = "left outer join vi_teacher b on a.app2_tid=b.id " db.sql = "left outer join teacher c on b.partner=c.id " db.sql = "where app2_userIdx = '"&useridx&"' " db.sql = "order by app2_sugangDate desc;" set rs = db.execrs() : db.clear() if not rs.eof then tidx = rs("tidx") : tnm = rs("tnm") : pidx = rs("pidx") : pnm = rs("pnm") end if 'response.write tid&"/"&tnm&"/"&pid&"/"&pnm set db = nothing ' if webid="tomail2001" then courseNm="pre-intermediate" : courseIdx="40" : useridx="10006" ' if webid="inter" then courseNm="intermediate" : courseIdx="41" : useridx="10003" : response.redirect "online_study_r.htm" ' if webid="pre-inter" then courseNm="pre-intermediate" : courseIdx="40" : useridx="10004" : response.redirect "online_study_r.htm" ' if webid="beginner" then courseNm="beginner" : courseIdx="39" : useridx="10010" : 'response.redirect "online_study.htm" ' if webid="business" then courseNm="business1" : courseIdx="44" : useridx="11593" : response.redirect "online_study_r.htm" ' ==================================== ' 2011.11.1 ÀÌÇýÁø¿øÀå´Ô ¿äû(À̹ÎÈ£) ' pre-inter, business1 open ' ==================================== if (courseNm="" or courseNm="pre-intermediate") and webid="reemn67" then courseNm="pre-intermediate" : courseIdx="40" : useridx="10004" : webid="pre-inter" if courseNm="business1" and webid="reemn67" then courseNm="business1" : courseIdx="44" : useridx="11593" : webid="business" dim chapter select case LCase(courseNm) case "beginner" : chapter = "001^002^003^004^005^006^007^008^009^Midterm^010^011^012^013^014^015^016^017^018^Final" case "pre-intermediate" : chapter = "001^002^003^004^005^006^007^008^009^Midterm^010^011^012^013^014^015^016^017^018^Final" case "intermediate" : chapter = "001^002^003^004^005^006^007^008^009^Midterm^010^011^012^013^014^015^016^017^018^Final" case "advanced" : chapter = "001^002^003^004^005^006^007^008^009^Midterm^010^011^012^013^014^016^015^017^018^Final" case "business1" : chapter = "001^002^003^004^005^006^007^008^009^010^011^012^013^014^016^015^017^018^019^020^021^022^023^024" case "business2" : chapter = "001^002^003^004^005^006^007^008^009^010^011^012^013^014^016^015^017^018^019^020^021^022^023^024" case "business3" : chapter = "001^002^003^004^005^006^007^008^009^010^011^012^013^014^016^015^017^018^019^020^021^022^023^024" end select %>
<%if fromHistory<>"yes" then%>
<%end if%> <% if courseNm = "" then %>
¼ö°­ÁõÀÎ ¿Â¶óÀÎ ÇнÀÀÌ ¾ø½À´Ï´Ù.
<% Exit Sub end if dim arrChapter : arrChapter = split(chapter,"^") dim fgsql , regisql,chapterNm ,strstate dim db3,rs3 '/////////////////////////////////////////////////////////////////////¿Â¶óÀÎ °úÁ¤ ù ½ÃÀ۽à Áøµµ ³»¿ë µî·Ï set db3 = new dbclass 'courseIdx set db= new dbclass if isArray(arrChapter) and ubound(arrChapter) > 0 then for i = 0 to ubound(arrChapter) if arrChapter(i) = "Midterm" or arrChapter(i) = "Final" then else fgsql = " select * from ÀÌ°úÁ¤»ó¼¼ where À¯ÀúÄÚµå="&useridx&" and MID = '"&webid fgsql = fgsql&"' and °úÁ¤¸í ='"&coursenm&"' and éÅÍÄÚµå='"&arrChapter(i)&"'" db.clear() db.sql = fgsql 'response.write "" 'response.write fgsql set rs = db.execrs() if rs.eof or rs.bof then chapterNm = "Chapter"&int(arrChapter(i)) if arrChapter(i) = "001" then strstate ="ÁøÇà" else strstate ="´ë±â" end if regisql = " insert into ÀÌ°úÁ¤»ó¼¼ (°úÁ¤ÄÚµå , À¯ÀúÄÚµå , MID , °úÁ¤¸í , éÅÍÄÚµå,éÅ͸í , »óÅ )" regisql = regisql & " values( "&courseIdx&" , "&useridx&" , '"&webid&"' ,'"&courseNm&"'" regisql = regisql & " , '"&arrChapter(i)&"' , '"&chapterNm&"' , '"&strstate&"')" 'response.write regisql db3.clear() db3.sql = regisql db3.execrs() else 'response.write rs("éÅÍÄÚµå") end if 'if rs.eof or rs.bof then end if 'if arrChapter(i) = "Midterm" or arrChapter(i) = "Final" then next end if 'if isArray(arrChapter) and ubound(arrChapter) > 0 then set db = nothing set db3 = nothing '////////////////////////////////////////////////////////////////////////////////////////////////////// dim exSendM : exSendM = True '' Áß°£½ÃÇè ÀÀ½ÃÀ¯¹« dim exSendF : exSendF = True '' ±â¸»½ÃÇè ÀÀ½ÃÀ¯¹« dim exOpenM : exOpenM = False '' Áß°£°í»ç ½ÂÀÎÀ¯¹« dim exOpenF : exOpenF = False '' ±â¸»°í»ç ½ÂÀÎÀ¯¹« dim exSendE : exSendE = False '' evaluation report ½ÂÀÎÀ¯¹« set db = new dbclass db.sql = "select * from ÀÌ°úÁ¤»ó¼¼ where À¯ÀúÄÚµå='"&useridx&"' and MID='" & webid & "' and °úÁ¤¸í='" & coursenm & "' order by éÅÍÄÚµå;" 'db.sql = "select * from ÀÌ°úÁ¤»ó¼¼ where MID='jjokopie' and °úÁ¤¸í='Beginner' ;" 'db.view() set rs = db.execrs() set db = nothing '////////////////////////////////////////////////////////////////////////////////////////////////////// ' ¼³¹®Á¶»ç¸¦ ÇÏ¿´´ÂÁö üũ dim svTF : svTF = false if right(trim(US.GETS("WEBNAME")),2)="SB" then ' ½ºÅ¸¹÷½º Á÷¿øÀº Ãâ°­À̹ǷΠ¼³¹®¾ÈÇÔ svTF = true else set db = new dbclass db.sql = " select COUNT(*) from ¼³¹®Áö_rst where isDelete=0 AND ±¸ºÐ='Á¤±Ô' and À¯ÀúÄÚµå ='"&useridx&"' and °úÁ¤ÄÚµå='"&courseidx&"' " ' if webid="taschen1225" then db.view() set rs2 = db.execrs() : db.clear() set db = nothing if rs2(0)>0 then svTF = true set rs2 = nothing ' Áß°£°í»ç ¿Ï·áó¸®ÇÏ¸é ¼³¹®ÇÏÁö ¾Êµµ·Ï ó¸® set db = new dbclass db.sql = "select ex_skipsurvey from exam_result where ex_webid ='"&webid&"' and ex_levelNm = '"&courseNm&"' and ex_term='Midterm' order by ex_skipsurvey desc, ex_approval desc " ' if webid="taschen1225" then db.view() set rs2 = db.execrs() set db = nothing if not ( rs2.eof or rs2.bof) then if rs2("ex_skipsurvey")=true then svTF = true end if set rs2 = nothing ' if webid="jangjinkyu" then response.write svTF end if svTF = lcase(svTF) %>
<% if fromHistory<>"yes" then ' ±³ÀçÆǸÅÀÏÀÚ+90ÀÏ À̳»ÀÇ °úÁ¤¸¸ °¡Á®¿À±â(ÇØ´ç ±â°£±îÁö¸¸ º¹½À°¡´É) dim arr1, rsTmp set db = new dbclass ' db.sql = "select distinct °úÁ¤ÄÚµå,°úÁ¤¸í from ÀÌ°úÁ¤»ó¼¼ where À¯ÀúÄÚµå ='"&useridx&"' and MID ='"&webid&"' "_ ' & " and (ÇнÀ¿Ï·áÀÏ >= '"&date-90&"' or éÅÍÄÚµå='001' and »óÅÂ='ÁøÇà') order by °úÁ¤ÄÚµå asc" ' maven1,2,3À¸·Î ½ÃÀÛÇÏ¸é µÚ¿¡ a,bÁ¦°Å else ±×´ë·Îó¸®(business) ' db.sql = "SELECT distinct B.·¹º§Å° as °úÁ¤ÄÚµå, CASE WHEN lower(LEFT(B.Ç°¸ñ¸í,5))='maven' THEN lower(LEFT(B.Ç°¸ñ¸í,6)) ELSE lower(B.Ç°¸ñ¸í) END as °úÁ¤¸í " db.sql = "SELECT distinct B.·¹º§Å° as °úÁ¤ÄÚµå, lower(B.·¹º§) as °úÁ¤¸í " db.sql = "FROM À̱³Àç_ÆǸŠA " db.sql = "INNER JOIN À̱³Àç B ON A.Ç°¸ñÅ°=B.Ç°¸ñÅ° " db.sql = "WHERE A.À¯ÀúÄÚµå='"&useridx&"' and A.ÆǸű¸ºÐ='ÆǸÅ' and A.»èÁ¦=0 AND ¸ôÇÁ¸¸·áÀÏ >='"&date&"' " db.sql = "ORDER BY B.·¹º§Å°;" ' db.view() set rsTmp = db.execrs() if not (rsTmp.eof or rsTmp.bof) then arr1 = rsTmp.GetRows() db.clear() set db = nothing dim courseStr : courseStr="" dim courseTmp if isArray(arr1) then for i = 0 to ubound(arr1, 2) ' courseStr = courseStr & "" courseTmp = fn.courseChgNm(arr1(1,i)) courseStr = courseStr & "" next end if %>
<%if isTrial=0 then%> °úÁ¤¼±Åà :   <%end if%>
<%end if%>
Á¦Ãâ,äÁ¡,°á°ú È®ÀΠ  ¹ÌÁ¦Ãâ,¹ÌäÁ¡,°á°ú ¹ÌÈ®ÀÎ
<%if courseIdx=39 or courseIdx=40 then%><%end if%> <%if lcase(left(courseNm,8))<>"business" then%><%end if%> <% i = 1 do until rs.eof %> <%if exSendM then %> <%if rs("»óÅÂ") = "´ë±â" then%> <%if courseIdx=39 or courseIdx=40 then%><%end if%> <%else%> <%if courseIdx=40 and i>18 then%> <%elseif courseIdx=39 or courseIdx=40 then%> <%end if%> <%end if%> <%else%> <%if courseIdx=39 or courseIdx=40 then%><%end if%> <% end if%> <%if exSendM then %> <%'' ´ë±â »óÅ°ųª ºñÁî´Ï½º À̸é - Ç¥½Ã(ºñÁî´Ï½º´Â ¹®¹ý ¾ø°í eBook Show)%> <%if rs("»óÅÂ") = "´ë±â" then%> <%else%> <%end if%> <%if lcase(left(courseNm,8))<>"business" and rs("»óÅÂ") = "´ë±â" then%> <%elseif lcase(left(courseNm,8))<>"business" then%> <%end if%> <%else%> <%if lcase(left(courseNm,8))<>"business" then%><%end if%> <% end if%> <% set db = new dbclass db.sql = "SELECT éÅÍ,¶óÀÌÆßÀÔ,ÀÛ¼ºÀÏ FROM ÀÌ°úÁ¤ÄÚ¸àÆ® WHERE À¯ÀúÄÚµå = "&userIdx&" AND °úÁ¤¸í = '"&courseNm&" ' "_ & " AND LEFT(éÅÍ,3) = '"&rs("éÅÍÄÚµå")&"' AND LEN(éÅÍ)>3 AND RIGHT(éÅÍ,6)<>'review' and ¶óÀÌÆßÀÔ<>'memo' ORDER BY LEN(éÅÍ),éÅÍ,¶óÀÌÆßÀÔ" ' db.view set rs2 = db.execrs() db.clear() dim chapterNo : chapterNo= "" dim btComment, ntComment dim btWriteDate dim ntWriteDate dim lastWriteDate : lastWriteDate = " " if not ( rs2.eof or rs2.bof) then do until rs2.eof chapterNo = rs2("éÅÍ") btWriteDate = " " : ntWriteDate = " " if rs2("¶óÀÌÆßÀÔ")="btlast" then btComment = true : btWriteDate=left(rs2("ÀÛ¼ºÀÏ"),10) : rs2.movenext if rs2.eof then ntComment = false elseif rs2("éÅÍ")=chapterNo then ntComment = true : ntWriteDate=left(rs2("ÀÛ¼ºÀÏ"),10) : rs2.movenext else ntComment = false end if else btComment = false : ntComment = true : ntWriteDate=left(rs2("ÀÛ¼ºÀÏ"),10) rs2.movenext end if if btComment and ntComment then if btWriteDate > ntWriteDate then lastWriteDate = btWriteDate else lastWriteDate = ntWriteDate elseif btComment then lastWriteDate = btWriteDate elseif ntComment then lastWriteDate = ntWriteDate end if %> <% 'response.write strsql if btComment then%> <%else%> <% end if%> <% if ntComment then%> <%else%> <%end if %> <% loop end if set db = nothing %> <%' Á¤±Ô ÇÁ·Î±×·¥(ºñÁî´Ï½º Á¦¿Ü)Àº 3¹ø ·¹½¼ ÈÄ 1¹øÀÇ ¸®ºä°¡ ÀÖÀ½ if lcase(left(courseNm,8))<>"business" and (i=3 or i=6 or i=9 or i=12 or i=15 or i=18) then%> <% dim wReview : wReview = 0 ' ¸®ºä¸¦ ÀÛ¼ºÇß´ÂÁö ¿©ºÎ dim strsql strsql = "SELECT ÀÛ¼ºÀÏ " strsql = strsql & " FROM ÀÌ°úÁ¤ÄÚ¸àÆ® " strsql = strsql & " WHERE (À¯ÀúÄÚµå = "&userIdx&") AND (°úÁ¤¸í = '"&courseNm&" ') AND (éÅÍ = '"&rs("éÅÍÄÚµå")&"review') AND (¶óÀÌÆßÀÔ = 'btlast')" 'response.write strsql set db = new dbclass db.sql = strsql set rs2 = db.execrs() if not ( rs2.eof or rs2.bof) then %> <% wReview = 1 else %> <% end if set db = nothing %> <% strsql = "SELECT ÀÛ¼ºÀÏ " strsql = strsql & " FROM ÀÌ°úÁ¤ÄÚ¸àÆ® " strsql = strsql & " WHERE (À¯ÀúÄÚµå = "&userIdx&") AND (°úÁ¤¸í = '"&courseNm&" ') AND (éÅÍ = '"&rs("éÅÍÄÚµå")&"review') AND (¶óÀÌÆßÀÔ = 'ntlast')" 'response.write strsql set db = new dbclass db.sql = strsql set rs2 = db.execrs() if not ( rs2.eof or rs2.bof) then %> <% wReview = 1 else %> <% end if set db = nothing if wReview then%> <%else%> <%end if%> <%else%> <%end if%> <% if lcase(mid(courseNm,1,8)) <> "business" and i = 9 then%> <% set db = new dbclass db.sql = "select * from exam_result where ex_webid ='"&webid&"' and ex_levelNm = '"&courseNm&"' and ex_term='Midterm' order by ex_approval desc" 'if webid="ttozzi" then db.view() set rs2 = db.execrs() if not ( rs2.eof or rs2.bof) then exSendM = rs2("ex_Send") exOpenM = rs2("ex_approval") else exSendM = False exOpenM = False end if ' ƯÁ¤Àο¡°Ô chapter10ÀÌÈÄ Àüü¿ÀÇÂó¸® if US.GETS("WEBID")="lottelwj" then exSendM=true exOpenM=false end if set db = nothing %> <%if rs("»óÅÂ") = "¿Ï·á" then%> <% else%> <%end if%> <% end if %> <%dim FinalOpen%> <%if lcase(mid(courseNm,1,8)) <> "business" and isTrial=0 and i=18 and rs("»óÅÂ") = "¿Ï·á" then : FinalOpen = true end if%> <%if lcase(mid(courseNm,1,8)) = "business" and isTrial=0 and i=24 and rs("»óÅÂ") = "¿Ï·á" then : FinalOpen = true end if%> <% i=i+1 if isTrial=1 then exit do rs.movenext loop%> <% if lcase(mid(courseNm,1,8)) <> "business" and isTrial=0 then%> <% set db = new dbclass db.sql = "select a.*,b.ev_approval from exam_result a " db.sql = "left outer join ÀÌ°úÁ¤Æò°¡ b on a.ex_useridx=b.ev_useridx and a.ex_levelnm=b.ev_levelnm " db.sql = "where a.ex_webid ='"&webid&"' and a.ex_levelNm = '"&courseNm&"' and a.ex_term='Final' and a.ex_send=1; " set rs2 = db.execrs() if not ( rs2.eof or rs2.bof) then exSendF = rs2("ex_Send") exOpenF = rs2("ev_approval") else exSendF = False exOpenF = False end if set db = nothing %> <%if FinalOpen then%> <%else%> <% end if end if %> <% if lcase(mid(courseNm,1,8)) = "business" then ' ºñÁî´Ï½ºÀÇ°æ¿ì evaluation report ½ÂÀÎÈ®ÀÎ ÈÄ show set db = new dbclass db.sql = "select ev_approval FROM ÀÌ°úÁ¤Æò°¡ WHERE ev_webid ='"&webid&"' and ev_levelNm = '"&courseNm&"' and ev_approval=1; " set rs2 = db.execrs() if not rs2.eof then exSendF = true exOpenF = true end if set rs2=nothing set db = nothing end if %> <%if FinalOpen and exOpenF and exSendF then %> <%else%> <% end if %>
Chapter Completion ProgressWarm upStudy eBOOKGrammarBT H/W NT H/W Study result
Submit Done Submit Done
<%=rs("éÅ͸í")%> <% if not isnull( rs("ÇнÀ¿Ï·áÀÏ") ) then response.write formatdatetime(rs("ÇнÀ¿Ï·áÀÏ"),2) end if %> <%=rs("»óÅÂ")%>---');" style="cursor:pointer">','<%=left(courseNm,8)%>','<%=svTF%>')">---');" style="cursor:pointer">-');" style="cursor:pointer">--" width="20" height="18" alt="" border="0"> " width="20" height="18" alt="" border="0"> " width="20" height="18" alt="" border="0"> " width="20" height="18" alt="" border="0"> <% if rs("BTÁ¦Ãâ") = 1 or rs("NTÁ¦Ãâ") = 1then%> .htm?lectype=&strVal2=<%=US.GETS("IDX")%>&strVal3=<%=US.GETS("webid")%>&strVal4=<%=courseNm%>&strVal5=<%=US.GETS("branch")%>&strval6=<%=rs("éÅÍÄÚµå")%>');"> <%else%> <%end if%>
  Additional comments <%=lastWriteDate%> 6<%else%>5<%end if%>>     &strVal3=<%=US.GETS("webid")%>&strVal4=<%=courseNm%>&strVal5=<%=US.GETS("branch")%>&strval6=<%=chapterNo%>');">
8<%else%>7<%end if%>>   Review  &strVal3=<%=US.GETS("webid")%>&strVal4=<%=courseNm%>&strVal5=<%=US.GETS("branch")%>&strval6=<%=rs("éÅÍÄÚµå")%>review');">
Midterm Test <% if exOpenM and exSendM then %> /<%if not isnull(rs2("ex_SendDate")) then response.write formatdatetime(rs2("ex_SendDate"),2)%>/ <%elseif not exSendM then %> <%else%> <% end if%>
Midterm Test
Final Test <% if exOpenF and exSendF then %> /<%=formatdatetime(rs2("ex_SendDate"),2)%>/ <% elseif not exSendF then %> <% else%> <% end if%>
Final Test
Evaluation Report [View]
Evaluation Report
<%'pnm="" %>
<%=tnm%>
<%if pnm<>"" then%>
<%=pnm%>
<%end if%>
">
<%=fn.sitecheckin()%> "> "> ">
<%end if%> <% End Sub %>