Counting score in no type mode
This commit is contained in:
@@ -130,6 +130,7 @@ impl DictionaryQuizState {
|
|||||||
fn no_type_submit(&mut self) {
|
fn no_type_submit(&mut self) {
|
||||||
if self.is_help {
|
if self.is_help {
|
||||||
self.is_help = false;
|
self.is_help = false;
|
||||||
|
self.score.total += 1;
|
||||||
self.show_next()
|
self.show_next()
|
||||||
}else {
|
}else {
|
||||||
self.is_help = true;
|
self.is_help = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user