Constant.js 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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' }, { label: 'RC/阅读', value: 'rc' }, { 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' }];
  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. // const content = {
  21. // steps: [{
  22. // title: '',
  23. // stem: '',
  24. // }],
  25. // questions: [{
  26. // description: '', // type!=inline
  27. // select: [],
  28. // direction: '', // type=double
  29. // }],
  30. // table: {
  31. // row: 3,
  32. // col: 3,
  33. // header: [],
  34. // data: [[], []],
  35. // },
  36. // type: '',
  37. // number: '',
  38. // typeset: 'one|two',
  39. // };
  40. // const answer = {
  41. // questions: [{
  42. // single: [true, false],
  43. // double: [[true, false], [false, true]],
  44. // }],
  45. // // aws作文内容
  46. // aws: '',
  47. // // sentence
  48. // subject: [],
  49. // predicate: [],
  50. // object: [],
  51. // options: [],
  52. // };
  53. // 答案分布
  54. // const answerDistributed = {
  55. // questions: [{
  56. // single: [0, 1],
  57. // double: [[0, 1], [11, 22]],
  58. // }],
  59. // };
  60. // 备考统计字段格式
  61. // const PrepareStat = {
  62. // status: [{ key: '', value: '' }],
  63. // goal: [{ key: '', value: '' }],
  64. // examinationTime: [{ key: '', value: '' }],
  65. // scoreTime: [{ key: '', value: '' }],
  66. // };
  67. // 练习报告
  68. // const exerciseReportDetail = {
  69. // pace: [{ no: '', time: '', userTime: '' }],
  70. // difficult: [{ key: '', userNumber: '', userCorrect: '', totalNumber: '', totalCorrect: '' }],
  71. // place: [{ key: '', userNumber: '', userCorrect: '', userTime: '' }],
  72. // limit: { userNumber: '', userCorrect: '' },
  73. // info: { times: '', finishTime: '', userTime: '', time: '', questionNumber: '', userNumber: '', userCorrect: '', totalNumber: '', totalCorrect: '', totalTime: '', correctTime: '', incorrectTime: '' },
  74. // };
  75. // 长难句做题结果
  76. // const sentenceQuestionDetail = {
  77. // subject: true,
  78. // predicate: true,
  79. // object: true,
  80. // options: true,
  81. // };
  82. // 长难句报告
  83. // const sentenceReportDetail = {
  84. // ability: { score: '', struct: '', logic: '', spped: '' },
  85. // info: { times: '', finishTime: '', userTime: '', time: '', questionNumber: '', userNumber: '', userCorrect: '', totalNumber: '', totalCorrect: '', totalTime: '', correctTime: '', incorrectTime: '' },
  86. // };
  87. // 模考卷子结果及报告
  88. // const examinationPaperDetail = {
  89. // score: { total: 123, quant: 123, ir: 123, verbial: 123 },
  90. //
  91. // };
  92. // 每日统计
  93. // 首页设置:
  94. // const index = {
  95. // class: [{
  96. // title: '',
  97. // image: '',
  98. // link: '',
  99. // }],
  100. // activity: [{
  101. // image: '',
  102. // link: '',
  103. // }],
  104. // evaluation: [{
  105. // nickname: '',
  106. // avatar: '',
  107. // content: '',
  108. // }],
  109. // prepare: {
  110. // first: '',
  111. // continue: '',
  112. // classJunior: '',
  113. // classMiddle: '',
  114. // classSenior: '',
  115. // },
  116. // user: {
  117. // numberOffline: 0,
  118. // number700: 0,
  119. // numberScore: 0,
  120. // },
  121. // contact: {
  122. // phone: '',
  123. // email: '',
  124. // wechat: '',
  125. // wechatImage: '',
  126. // weiboImage: '',
  127. // },
  128. // };