Research Article

[Retracted] Artificial Intelligence-Based Online Education System for University Music

Table 4

Structure of test topic table ContentTestList.

NumberField nameData typeExplain

1ContentTestIDCHAR (30)Courseware ID, primary key, null string allowed (no)
2NodeldCHAR (30)Courseware node ID, foreign key, null string allowed (no)
3ContentTestNameVARCHAR (20)Back dot name, required field (yes), null string allowed (no)
4OrderCHAR (2)Courseware sorting number
5TypeCHAR (2)Test question type. The default value is 0
0-single choice, 1-multiple choice, 2-judgment
6TaskContentVARCHAR (5000)Title content, required field (yes), null string allowed (no)
7RightAnswerCHAR (10)Title answer, required field (yes), null string allowed (no)
8ScorePoinetChar (2)Title score, required field (yes) allow empty string (no)
9CREATE_DATEVARCHAR (20)Creation date in the format of yyyymmdd. Empty string is allowed (no)
10CREATE_USERCHAR (36)Created by allow empty strings (no)