Improved ui and popup
This commit is contained in:
parent
bb125e7c7d
commit
7a1d873ae6
4 changed files with 15 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
public int TotalAnswers { get => NumOfCorrects + NumOfWrongs; }
|
||||
public float Accuracy
|
||||
{
|
||||
get
|
||||
get
|
||||
{
|
||||
return (float)NumOfCorrects / (float)TotalAnswers;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue