Constant.js 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. export const UserUrl = 'http://www.baidu.com/';
  2. export const QuestionDifficult = [{ label: 'easy', value: 'easy' }, { label: 'medium', value: 'medium' }, { label: 'hard', value: 'hard' }];
  3. export const QuestionType = [{ label: 'SC/语法', value: 'sc', long: 'Sentence Correnction' }, { label: 'RC/阅读', value: 'rc', long: '' }, { label: 'CR/逻辑', value: 'cr' }, { label: 'PS/数学', value: 'ps' }, { label: 'DS/数学', value: 'ds' }, { label: 'IR/综合推理', value: 'ir' }, { label: 'AWA/作文', value: 'awa' }];
  4. export const TextbookType = [{ label: 'PS/数学', value: 'ps' }, { label: 'DS/数学', value: 'ds' }];
  5. export const MoneyRange = [{ label: '0', value: 0 }, { label: '1-1000', value: 1 }, { label: '1000-5000', value: 2 }, { label: '5000-10000', value: 3 }, { label: '10000以上', value: 4 }];
  6. export const AskTarget = [{ label: '题目', value: 'question' }, { label: '官方', value: 'official' }, { label: '千行解析', value: 'qx' }, { label: '题源联想', value: 'association' }, { label: '相关问答', value: 'qa' }];
  7. export const PreviewStatus = [{ label: '全部', value: 0 }, { label: '未开始', value: 1 }, { label: '进行中', value: 2 }, { label: '已结束', value: 3 }];
  8. export const PreviewMode = [{ label: '指定作业', value: 0 }, { label: '系统作业', value: 1 }];
  9. export const ServiceKey = [{ label: 'VIP', value: 'vip' }, { label: '机经', value: 'textbook' }, { label: '千行CAT', value: 'qx_cat' }];
  10. export const SwitchSelect = [{ value: 0, label: '否' }, { value: 1, label: '是' }];
  11. export const AskStatus = [{ value: 0, label: '新增' }, { value: 1, label: '已回答' }, { value: 2, label: '忽略' }];
  12. export const FeedbackStatus = [{ value: 0, label: '新增' }, { value: 1, label: '已处理' }, { value: 2, label: '忽略' }];
  13. export const FeedbackModule = [{ value: 'question', label: '题目' }, { value: 'data', label: '资料' }];
  14. export const PrepareStatus = [{ label: '学生-Domestic', value: 'student_domestic' }, { label: '学生-Overseas', value: 'student_overseas' }, { label: '在职-Domestic', value: 'worker_domestic' }, { label: '在职-Overseas', value: 'worker_overseas' }, { label: 'Gap Year', value: 'gap_year' }];
  15. export const PrepareExaminationTime = [{ label: '近1个月', value: 'one_month' }, { label: '近2个月', value: 'two_month' }, { label: '近3个月', value: 'three_month' }, { label: '半年内', value: 'six_month' }];
  16. export const PayModule = [{ label: '服务', value: 'service' }, { label: '课程', value: 'class' }, { label: '资料', value: 'data' }];
  17. export const QuestionStyleType = [{ label: '单选', value: 'single' }, { label: '横纵向单选', value: 'double' }, { label: '题目内选择', value: 'inline' }];
  18. export const QuestionRadioDirection = [{ label: '横向', value: 'landscape' }, { label: '纵向', value: 'portrait' }];
  19. export const SentenceOption = [{ label: '平行', value: 'parallel' }, { label: '修饰', value: 'embellish' }, { label: '转折', value: 'transition' }, { label: '比较', value: 'compare' }, { label: '因果', value: 'cause' }, { label: '递进', value: 'progressively' }];
  20. export const ExaminationSubject = [{ short: 'V', value: 'verbal', label: '语文', english: 'Verbal' }, { short: 'Q', value: 'quant', label: '数学', english: 'Quant' }, { short: 'IR', value: 'ir', label: '综合推理', english: 'LR' }, { short: 'AWA', value: 'awa', label: '作文', english: 'AWA' }];
  21. export const ExaminationOrder = [{ list: ['awa', 'ir', 'quant', 'verbal'] }, { list: ['quant', 'verbal', 'ir', 'awa'] }, { list: ['verbal', 'quant', 'ir', 'awa'] }];
  22. // const content = {
  23. // steps: [{
  24. // title: '',
  25. // stem: '',
  26. // }],
  27. // questions: [{
  28. // description: '', // type!=inline
  29. // select: [],
  30. // direction: '', // type=double
  31. // }],
  32. // table: {
  33. // row: 3,
  34. // col: 3,
  35. // header: [],
  36. // data: [[], []],
  37. // },
  38. // type: '',
  39. // number: '',
  40. // typeset: 'one|two',
  41. // };
  42. // const answer = {
  43. // questions: [{
  44. // single: [true, false],
  45. // double: [[true, false], [false, true]],
  46. // }],
  47. // // aws作文内容
  48. // aws: '',
  49. // // sentence
  50. // subject: [[{ text: '', uuid: '' }, { text: '', uuid: '' }], [{ text: '', uuid: '' }]],
  51. // predicate: [],
  52. // object: [],
  53. // options: [],
  54. // };
  55. // 答案分布
  56. // const answerDistributed = {
  57. // questions: [{
  58. // single: [0, 1],
  59. // double: [[0, 1], [11, 22]],
  60. // }],
  61. // };
  62. // 备考统计字段格式
  63. // const PrepareStat = {
  64. // status: [{ key: '', value: '' }],
  65. // goal: [{ key: '', value: '' }],
  66. // examinationTime: [{ key: '', value: '' }],
  67. // scoreTime: [{ key: '', value: '' }],
  68. // };
  69. // 练习报告
  70. // const exerciseReportDetail = {
  71. // pace: [{ no: '', time: '', userTime: '' }],
  72. // difficult: [{ key: '', userNumber: '', userCorrect: '', totalNumber: '', totalCorrect: '' }],
  73. // place: [{ key: '', userNumber: '', userCorrect: '', userTime: '' }],
  74. // limit: { userNumber: '', userCorrect: '' },
  75. // info: { times: '', finishTime: '', userTime: '', time: '', questionNumber: '', userNumber: '', userCorrect: '', totalNumber: '', totalCorrect: '', totalTime: '', correctTime: '', incorrectTime: '' },
  76. // };
  77. // 长难句做题结果
  78. // const sentenceQuestionDetail = {
  79. // subject: true,
  80. // predicate: true,
  81. // object: true,
  82. // options: true,
  83. // };
  84. // 长难句报告
  85. // const sentenceReportDetail = {
  86. // ability: { score: '', struct: '', logic: '', spped: '' },
  87. // info: { times: '', finishTime: '', userTime: '', time: '', questionNumber: '', userNumber: '', userCorrect: '', totalNumber: '', totalCorrect: '', totalTime: '', correctTime: '', incorrectTime: '' },
  88. // };
  89. // 模考题目数:/base/examination/number返回
  90. // const examinationNumber = { verbial: { number: '36', time: '65' }, ir: { number: '12', time: '30' }, awa: { number: '1', time: '30' }, quant: { number: '31', time: '62' } };
  91. // 模考卷子分数
  92. // const examinationScore = {
  93. // total: 123, totalRank:12, quant: 123, quantRank: 123, verbial: 123, verbialRank: 123, ir: 123, irRank: 123,
  94. // };
  95. // 模考卷子报告
  96. // const examinationReportDetail = {
  97. // subject: {
  98. // [key]: {
  99. // key: '',
  100. // pace: [{ no: '', time: '', userTime: '' }],
  101. // accumulation: [{ no: '', time: '', userTime: '' }],
  102. // info: { questionNumber: '', time: '', userNumber: '', userTime: '' },
  103. // },
  104. // },
  105. // type: {
  106. // [key]: {
  107. // key: '',
  108. // place: [{ key: '', userNumber: '', userCorrect: '', userTime: '' }],
  109. // difficult: [{ key: '', userNumber: '', userCorrect: '', totalNumber: '', totalCorrect: '' }],
  110. // info: { userNumber: '', userTime: '', userCorrect: '', correctTime: '', incorrectTime: '' },
  111. // },
  112. // },
  113. // info: { times: '', finishTime: '', userTime: '', time: '', questionNumber: '', userNumber: '', userCorrect: '' },
  114. // };
  115. // 每日统计
  116. // 首页设置:
  117. // const index = {
  118. // class: [{
  119. // title: '',
  120. // image: '',
  121. // link: '',
  122. // }],
  123. // activity: [{
  124. // image: '',
  125. // link: '',
  126. // }],
  127. // evaluation: [{
  128. // nickname: '',
  129. // avatar: '',
  130. // content: '',
  131. // }],
  132. // prepare: {
  133. // first: '',
  134. // continue: '',
  135. // classJunior: '',
  136. // classMiddle: '',
  137. // classSenior: '',
  138. // },
  139. // user: {
  140. // numberOffline: 0,
  141. // number700: 0,
  142. // numberScore: 0,
  143. // },
  144. // contact: {
  145. // phone: '',
  146. // email: '',
  147. // wechat: '',
  148. // wechatImage: '',
  149. // weiboImage: '',
  150. // },
  151. // };