liuyg
2021-11-02 a1ce77dd2dd830b92b98f3705f68c4a87bd75674
1
2
3
4
5
6
7
8
9
10
export const nextSubjectType = {
  last: 1,
  next: 0,
  current: 2
}
 
export const answerType = {
  'true': 'right',
  'false': 'incorrect'
}