Administrator
2021-12-09 d1b058faa19088838b668d6c03dd71c2bcc7d5d3
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'
}