student表
studentId, studentName password, className , depth
teacher表
teacherId , teacherName, password
course表
courseId, courseName
studentcourse 表
studentId, courseId score
teachercourse表
teacherId, courseId,
answer表 提示 optionId=courseId+answerId
answerId, answertitle, optionId , answer , scoreValue, courseId
option表
optionId, optionA, optionB ,optionC ,optionD