Portuquizz is a hybrid application developed to exercise the correct use of expressions and norms of the Portuguese language, in a system based on quizzes and flashcards.
It was developed for IAE (Informatics applied to education) chair in UFRJ, 2016.2.
Further information about the application report can be found in this link (Brazilian portuguese)
Home screen
Default quizz screen
Portuquizz is momentarily receiving data from a JSON file that inherits the app. In further updates, the app will have more exercises and a user system for tracking progress in quizzes.
First step is to git clone the application:
Then you cd into portuquizz dir and run npm install:
cd portuquizz
!npm install
Now you should be ready to run the application locally:
ionic serve -vvv
If anything went wrong through this setup please create an issue and report it.