liuyg
2021-11-10 61a386154bb1f5bab87d1e05de92316a53b5d6cf
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'
}