📄 t.asp
字号:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 1</title>
<!--#include file="conn1.asp"-->
</head>
<body>
<table border="0" width="811"><tr>
<td align="left" width="323" >
<p align="center"><font color="#990000"> 课程名称:</font>
<font color="#336600"> <b><%=request.querystring("coursename")%> </b></font>
<td align="left" width="239" ><font color="#990000">被评教师:</font>
<font color="#336600"> <b> <%=request.querystring("teachername")%></b></font>
<td align="right" width="279" >
<p align="left"><font color="#990000">已投票人数:</font>
<font color="#336600"><%=request.querystring("votenum")%> 人</font>
</table>
<% teachername=request.querystring("teachername")
coursename=request.querystring("coursename")
set orv=server.createobject("adodb.recordset")
strsql="select * from vote where teachername='"&teachername&"' and coursename='"&coursename&"'"
orv.open strsql,conn
%>
<table border="1" bordercolorlight="#f2f4ff" width="884" height="38" >
<tr bgcolor="#66ccff">
<td height="32" align="center" width="654" >
<font color="#800000">评估选项</font><td width="80" height="32" >
<p align="center">得分</td>
<td width="129" height="32" >所评课程平均分</td>
<td width="121" height="32" >图示</td>
<table border="1" width="886" height="595">
<tr> <td height="589" width="566">
<table border="1" width="566" bordercolorlight="#f2f4ff" cellpadding="4" bordercolorlight="#f1f4ff" style="font-size:x-small" align="center" height="561" >
<tr align="center">
<td width="44" height="120" rowspan="4" align="right"> 教<p>学</p><p>态</p><p>度
<td width="309" align="left" height="33"> (1)备课充分,授课认真
<tr align="center">
<td width="309" align="left" height="33"> (2)授课姿态
<TR ALIGN="CENTER">
<td width="309" align="left" height="33"> (3)虚心听取学生意见,改进教学
<tr align="center">
<td width="309" align="left" height="33"> (4)充分有效地利用上课时间
<tr align="center">
<td width="44" height="120" rowspan="4" align="right"> 教<p>学</p>
<p>内</p>
<p>容<td width="309" height="33" align="left"> (5)授课内容符合本课程教学大纲要求
<tr align="center">
<td width="309" height="33" align="left"> (6)授课内容条理清楚,重点突出
<tr align="center">
<td width="309" height="33" align="left"> (7)有效地利用实例讲解
<tr align="center">
<td width="309" height="33" align="left"> (8)授课时注意介绍学科发展动态,并适当评论
<tr align="center">
<td width="44" height="120" rowspan="4" align="right"> 教<p>学</p>
<p>方</p>
<p>法<td width="309" height="33" align="left"> (9)合理有效地使用各种教学手段
<tr align="center">
<td width="309" height="33" align="left"> (10)采用启发式、参与式教学法,调动学生主动性
<tr align="center">
<td width="309" height="33" align="left"> (11)对学生思想方法的培养
<tr align="center">
<td width="309" height="33" align="left"> (12)了解学生,因材施教情况
<tr align="center">
<td width="44" height="122" rowspan="4" align="right"> 教<p>学</p>
<p>效</p>
<p>果<td width="309" height="33" align="left">
(13)学生理解和掌握本门课基础知识和技能情况
<tr align="center">
<td width="309" height="33" align="left"> (14)学生分析问题和解决问题能力的提高
<tr align="center">
<td width="309" height="33" align="left"> (15)学生求知欲激发
<tr align="center">
<td width="309" height="33" align="left"> (16)学生创新意识和能力提高情况
<tr align="center">
<td width="44" height="33" align="right"> 总 评
<td width="567" height="33" align="left"> (17)课堂教学整体评价
</table></td>
<td heihtg="67" height="589" width="304">
<table border=1 height="563" width="307" >
<% dim per(21)
for i=4 to 20 %>
<tr><td width="80" height="33"align="left"><%=orv(i)%>
<% per(I)=round(orv(i)/orv("sum"),3)%>
<td height="33" width="129"><%=per(i)*100%>%
<td width="121" height="33"><img src="images/wu.gif" width=<%=100*per(I)%> >
<%next%>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -