export const UserUrl = 'http://www.baidu.com/';

export const QuestionDifficult = [{ label: 'easy', value: 'easy' }, { label: 'medium', value: 'medium' }, { label: 'hard', value: 'hard' }];

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' }];

export const TextbookType = [{ label: 'PS/数学', value: 'ps' }, { label: 'DS/数学', value: 'ds' }];

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 }];

export const AskTarget = [{ label: '题目', value: 'question' }, { label: '官方', value: 'official' }, { label: '千行解析', value: 'qx' }, { label: '题源联想', value: 'association' }, { label: '相关问答', value: 'qa' }];

export const PreviewStatus = [{ label: '全部', value: 0 }, { label: '未开始', value: 1 }, { label: '进行中', value: 2 }, { label: '已结束', value: 3 }];

export const PreviewMode = [{ label: '指定作业', value: 0 }, { label: '系统作业', value: 1 }];

export const ServiceKey = [{ label: 'VIP', value: 'vip' }, { label: '机经', value: 'textbook' }, { label: '千行CAT', value: 'qx_cat' }];

export const SwitchSelect = [{ value: 0, label: '否' }, { value: 1, label: '是' }];

export const AskStatus = [{ value: 0, label: '新增' }, { value: 1, label: '已回答' }, { value: 2, label: '忽略' }];

export const FeedbackStatus = [{ value: 0, label: '新增' }, { value: 1, label: '已处理' }, { value: 2, label: '忽略' }];

export const FeedbackModule = [{ value: 'question', label: '题目' }, { value: 'data', label: '资料' }];

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' }];

export const PrepareExaminationTime = [{ label: '近1个月', value: 'one_month' }, { label: '近2个月', value: 'two_month' }, { label: '近3个月', value: 'three_month' }, { label: '半年内', value: 'six_month' }];

export const PayModule = [{ label: '服务', value: 'service' }, { label: '课程', value: 'class' }, { label: '资料', value: 'data' }];

export const QuestionStyleType = [{ label: '单选', value: 'single' }, { label: '横纵向单选', value: 'double' }, { label: '题目内选择', value: 'inline' }];

export const QuestionRadioDirection = [{ label: '横向', value: 'landscape' }, { label: '纵向', value: 'portrait' }];

export const SentenceOption = [{ label: '平行', value: 'parallel' }, { label: '修饰', value: 'embellish' }, { label: '转折', value: 'transition' }, { label: '比较', value: 'compare' }, { label: '因果', value: 'cause' }, { label: '递进', value: 'progressively' }];

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' }];

export const ExaminationOrder = [{ list: ['awa', 'ir', 'quant', 'verbal'] }, { list: ['quant', 'verbal', 'ir', 'awa'] }, { list: ['verbal', 'quant', 'ir', 'awa'] }];

// const content = {
//   steps: [{
//     title: '',
//     stem: '',
//   }],
//   questions: [{
//     description: '', // type!=inline
//     select: [],
//     direction: '', // type=double
//   }],
//   table: {
//     row: 3,
//     col: 3,
//     header: [],
//     data: [[], []],
//   },
//   type: '',
//   number: '',
//   typeset: 'one|two',
// };

// const answer = {
//   questions: [{
//     single: [true, false],
//     double: [[true, false], [false, true]],
//   }],
//   // aws作文内容
//   aws: '',
//   // sentence
//   subject: [],
//   predicate: [],
//   object: [],
//   options: [],
// };

// 答案分布
// const answerDistributed = {
//   questions: [{
//     single: [0, 1],
//     double: [[0, 1], [11, 22]],
//   }],
// };

// 备考统计字段格式
// const PrepareStat = {
//   status: [{ key: '', value: '' }],
//   goal: [{ key: '', value: '' }],
//   examinationTime: [{ key: '', value: '' }],
//   scoreTime: [{ key: '', value: '' }],
// };

// 练习报告
// const exerciseReportDetail = {
//   pace: [{ no: '', time: '', userTime: '' }],
//   difficult: [{ key: '', userNumber: '', userCorrect: '', totalNumber: '', totalCorrect: '' }],
//   place: [{ key: '', userNumber: '', userCorrect: '', userTime: '' }],
//   limit: { userNumber: '', userCorrect: '' },
//   info: { times: '', finishTime: '', userTime: '', time: '', questionNumber: '', userNumber: '', userCorrect: '', totalNumber: '', totalCorrect: '', totalTime: '', correctTime: '', incorrectTime: '' },
// };

// 长难句做题结果
// const sentenceQuestionDetail = {
//   subject: true,
//   predicate: true,
//   object: true,
//   options: true,
// };

// 长难句报告
// const sentenceReportDetail = {
//   ability: { score: '', struct: '', logic: '', spped: '' },
//   info: { times: '', finishTime: '', userTime: '', time: '', questionNumber: '', userNumber: '', userCorrect: '', totalNumber: '', totalCorrect: '', totalTime: '', correctTime: '', incorrectTime: '' },
// };

// 模考题目数:/base/examination/number返回
// const examinationNumber = { verbial: { number: '36', time: '65' }, ir: { number: '12', time: '30' }, awa: { number: '1', time: '30' }, quant: { number: '31', time: '62' } };

// 模考卷子分数
// const examinationScore = {
//   total: 123, totalRank:12, quant: 123, quantRank: 123, verbial: 123, verbialRank: 123, ir: 123, irRank: 123,
// };

// 模考卷子报告
// const examinationReportDetail = {
//   subject: {
//     [key]: {
//       key: '',
//       pace: [{ no: '', time: '', userTime: '' }],
//       accumulation: [{ no: '', time: '', userTime: '' }],
//       info: { questionNumber: '', time: '', userNumber: '', userTime: '' },
//     },
//   },
//   type: {
//     [key]: {
//       key: '',
//       place: [{ key: '', userNumber: '', userCorrect: '', userTime: '' }],
//       difficult: [{ key: '', userNumber: '', userCorrect: '', totalNumber: '', totalCorrect: '' }],
//       info: { userNumber: '', userTime: '', userCorrect: '', correctTime: '', incorrectTime: '' },
//     },
//   },
//   info: { times: '', finishTime: '', userTime: '', time: '', questionNumber: '', userNumber: '', userCorrect: '' },
// };

// 每日统计

// 首页设置:
// const index = {
//   class: [{
//     title: '',
//     image: '',
//     link: '',
//   }],
//   activity: [{
//     image: '',
//     link: '',
//   }],
//   evaluation: [{
//     nickname: '',
//     avatar: '',
//     content: '',
//   }],
//   prepare: {
//     first: '',
//     continue: '',
//     classJunior: '',
//     classMiddle: '',
//     classSenior: '',
//   },
//   user: {
//     numberOffline: 0,
//     number700: 0,
//     numberScore: 0,
//   },
//   contact: {
//     phone: '',
//     email: '',
//     wechat: '',
//     wechatImage: '',
//     weiboImage: '',
//   },
// };