Educado-App / educado-mobile

The repository for the educado mobile education application
GNU General Public License v3.0
1 stars 3 forks source link

Fixed exercise bug and welcome/login/register navigation bug #340

Closed BabaWolo closed 1 day ago

BabaWolo commented 2 days ago

Scenario - If an exercise is incorrectly answered it is placed at the end of the section components/exercises. If we reach the last component, the section is completed and handled accordingly.

Bug - If the original last component were correctly answered the section would be completed independent of any previously incorrectly answered questions which now reside after the original last component.

The bug is now fixed and we check the updated list instead of the original section components list.

Additionally, a small navigation bug in the welcome/login/register screens is also fixed.

BabaWolo commented 2 days ago

WIP - Fixing eslint test

BabaWolo commented 2 days ago

Test fixed

LucaPurcilly commented 1 day ago

Very nice! Looks good