Constant.js 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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 MoneyRange = [{ label: '0', value: 0 }, { label: '1-1000', value: 1 }, { label: '1000-5000', value: 2 }, { label: '5000-10000', value: 3 }, { label: '10000以上', value: 4 }];
  5. export const AskTarget = [{ label: '题目', value: 'question' }, { label: '官方', value: 'official' }, { label: '千行解析', value: 'qx' }, { label: '题源联想', value: 'association' }];
  6. export const PreviewStatus = [{ label: '全部', value: 0 }, { label: '未开始', value: 1 }, { label: '进行中', value: 2 }, { label: '已结束', value: 3 }];
  7. export const ServiceKey = [{ label: 'VIP', value: 'vip' }, { label: '机经', value: 'textbook' }, { label: '千行CAT', value: 'qx_cat' }];
  8. export const SwitchSelect = [{ value: 0, label: '否' }, { value: 1, label: '是' }];
  9. export const AskStatus = [{ value: 0, label: '新增' }, { value: 1, label: '已回答' }, { value: 2, label: '忽略' }];
  10. 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' }];
  11. export const PrepareExaminationTime = [{ label: '近1个月', value: 'one_month' }, { label: '近2个月', value: 'two_month' }, { label: '近3个月', value: 'three_month' }, { label: '半年内', value: 'six_month' }];
  12. export const PayModule = [{ label: '服务', value: 'service' }, { label: '课程', value: 'class' }, { label: '资料', value: 'data' }];
  13. export const QuestionStyleType = [{ label: '单选', value: 'single' }, { label: '横纵向单选', value: 'double' }, { label: '题目内选择', value: 'inline' }];
  14. export const QuestionRadioDirection = [{ label: '横向', value: 'landscape' }, { label: '纵向', value: 'portrait' }];
  15. export const SentenceOption = [{ label: '平行', value: 'parallel' }, { label: '修饰', value: 'embellish' }, { label: '转折', value: 'transition' }, { label: '比较', value: 'compare' }, { label: '因果', value: 'cause' }, { label: '递进', value: 'progressively' }];
  16. // const content = {
  17. // steps: [{
  18. // title: '',
  19. // stem: '',
  20. // }],
  21. // questions: [{
  22. // description: '', // type!=inline
  23. // select: [],
  24. // direction: '', // type=double
  25. // }],
  26. // table: {
  27. // row: 3,
  28. // col: 3,
  29. // header: [],
  30. // data: [[], []],
  31. // },
  32. // type: '',
  33. // number: '',
  34. // typeset: 'one|two',
  35. // };
  36. // const answer = {
  37. // questions: [{
  38. // single: [true, false],
  39. // double: [[true, false], [false, true]],
  40. // }],
  41. // // aws作文内容
  42. // aws: '',
  43. // // sentence
  44. // subject: [],
  45. // predicate: [],
  46. // object: [],
  47. // options: [],
  48. // };
  49. // 备考统计字段格式
  50. // const PrepareStat = {
  51. // status: [{ key: '', value: '' }],
  52. // goal: [{ key: '', value: '' }],
  53. // examinationTime: [{ key: '', value: '' }],
  54. // scoreTime: [{ key: '', value: '' }],
  55. // };
  56. // 练习报告
  57. // const exerciseReportDetail = {
  58. // pace: [{ no: '', time: '', userTime: '' }],
  59. // difficult: [{ key: '', userNumber: '', userCorrect: '', totalNumber: '', totalCorrect: '' }],
  60. // place: [{ key: '', userNumber: '', userCorrect: '', userTime: '' }],
  61. // limit: { userNumber: '', userCorrect: '' },
  62. // info: { times: '', finishTime: '', userTime: '', time: '', questionNumber: '', userNumber: '', userCorrect: '', totalNumber: '', totalCorrect: '', totalTime: '', correctTime: '', incorrectTime: '' },
  63. // };
  64. // 长难句做题结果
  65. // const sentenceQuestionDetail = {
  66. // subject: true,
  67. // predicate: true,
  68. // object: true,
  69. // options: true,
  70. // };
  71. // 长难句报告
  72. // const sentenceReportDetail = {
  73. // ability: { score: '', struct: '', logic: '', spped: '' },
  74. // info: { times: '', finishTime: '', userTime: '', time: '', questionNumber: '', userNumber: '', userCorrect: '', totalNumber: '', totalCorrect: '', totalTime: '', correctTime: '', incorrectTime: '' },
  75. // };
  76. // 每日统计