📄 exam.dtd
字号:
<!ELEMENT test (description, comments?, testQuestions)>
<!ATTLIST test id CDATA #REQUIRED>
<!ELEMENT description (#PCDATA)>
<!ELEMENT comments (#PCDATA)>
<!ELEMENT testQuestions (question+)>
<!ELEMENT question (questionText, comment?, choices)>
<!ATTLIST question id CDATA #REQUIRED>
<!ELEMENT questionText (#PCDATA)>
<!ELEMENT comment (#PCDATA)>
<!ELEMENT choices (choice+)>
<!ATTLIST choices allowMultiple (Yes | No) "No">
<!ELEMENT choice ((choiceText, correct) | (correct, choiceText))>
<!ATTLIST choice id CDATA #REQUIRED>
<!ELEMENT choiceText (#PCDATA)>
<!ELEMENT correct (#PCDATA)>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -