mirror of
https://github.com/olehomelchenko/Mini-VLAT-ua.git
synced 2025-12-21 21:22:22 +00:00
adding 'Skip' in score page
This commit is contained in:
@@ -145,6 +145,9 @@ class VisQuiz extends Component {
|
||||
if (response === minivis[this.state.current_mini_index]['options'][truth]) {
|
||||
record_ques[type] = 'Correct'
|
||||
}
|
||||
else if (response === 'Skip') {
|
||||
record_ques[type] = 'Skip'
|
||||
}
|
||||
else {
|
||||
record_ques[type] = 'Wrong'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user