LangConfigV3.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "Options": "ABCDEFGHIJKLMNOPQRSTUVWXYZ",
  3. "Start": "{",
  4. "End": "}",
  5. "LangConfig": [
  6. {
  7. "Lang": "简体",
  8. "Alias": "简体中文",
  9. "Item": {
  10. "Type": {
  11. "compose": "综合题",
  12. "single": "单选题",
  13. "multiple": "多选题",
  14. "sortmultiple": "有序多选题",
  15. "judge": "判断题",
  16. "complete": "填空题",
  17. "subjective": "问答题",
  18. "connector": "连线题",
  19. "correct": "改错题"
  20. },
  21. "Answer": "答案",
  22. "Analysis": "解析",
  23. "Score": "配分",
  24. "Point": "知识点",
  25. "Filed": "记忆|理解|应用|分析|评价|创造",
  26. "Judge": "对|错",
  27. "Ended": "结束",
  28. "Level": "难度"
  29. }
  30. },
  31. {
  32. "Lang": "繁體",
  33. "Alias": "繁體中文",
  34. "Item": {
  35. "Type": {
  36. "compose": "綜合題",
  37. "single": "選擇題",
  38. "multiple": "複選題",
  39. "sortmultiple": "有序複選題",
  40. "judge": "是非題",
  41. "complete": "填充題",
  42. "subjective": "問答題",
  43. "connector": "連線題",
  44. "correct": "改錯題"
  45. },
  46. "Answer": "答案",
  47. "Analysis": "解析",
  48. "Score": "配分",
  49. "Point": "知識點",
  50. "Filed": "記憶|理解|應用|分析|評鑒|創造",
  51. "Judge": "對|錯",
  52. "Ended": "結束",
  53. "Level": "難度"
  54. }
  55. },
  56. {
  57. "Lang": "EN",
  58. "Alias": "English",
  59. "Item": {
  60. "Type": {
  61. "compose": "QuestionGroup",
  62. "single": "MultipleChoice",
  63. "multiple": "MultipleAnswers",
  64. "sortmultiple": "SortMultipleAnswers",
  65. "judge": "TrueFalse",
  66. "complete": "Blank",
  67. "subjective": "Essay",
  68. "connector": "Connector",
  69. "correct": "Correct"
  70. },
  71. "Answer": "Answer",
  72. "Analysis": "Explain",
  73. "Score": "Score",
  74. "Point": "Point",
  75. "Filed": "Remember|Understand|Apply|Analyze|Evaluate|Create",
  76. "Judge": "True|False",
  77. "Ended": "Ended",
  78. "Level": "Level"
  79. }
  80. }
  81. ]
  82. }