# Functions

CreateQuestion 新增題目.
CreateStudentTestPaper 新增已評分測驗卷.
CreateStudentTestPaperAnswer 新增已批改的題目.
CreateTestPaper 新增測驗卷.
CreateTopic 新增.
DeleteTestPaper 刪除測驗卷.
DeleteTopic 刪除.
GetQuestion (老師)查詢題目 (也會列出該題目所有選項/答案).
GetQuestionPrivate 查詢題目 (也會列出該題目所有選項/答案).
GetStudentTestPaperTestPaperIDandStudentID 透過 StudentID 取得該生的已評分測驗卷.
GetTestPaperByID 透過 id 取得測驗卷.
GetTopicBySort 透過 sort 取得 topic.
ListQuestions 取得全部題目的 id.
ListStudentTestPaperAnswersByStudentID 透過 studentID 取得該生的已批改的題目.
ListStudentTestPaperAnswersByStudentTestPaperID 透過 studentTestPaperID 取得測驗卷中該學生所有已被批改的題目.
ListStudentTestPapers 取得這個測驗卷的所有已評分的學生考卷.
ListTopics 透過 testpaper_id 取得測驗卷.
Pong test server is operating.
UpdateTestPaper 更新測驗卷.
UpdateTopic 更新大題.