Skip to content

Task description EN

Hanna Papova edited this page Sep 16, 2022 · 1 revision

Task description

Main page includes:

  • navigation menu, links to mini-games;
  • section "About" with description of the features and benefits of the application;
  • section "About" with avatars and links to githubs of all team members;
  • footer;

Authorization:

  • user authorization and registration is implemented;
  • user data and the token are stored in localStorage;
  • electronic textbook and mini-games are available without authorization;
  • only authorized users have access to "Difficult words" section, word learning progress and statistics;

Electronic textbook:

  • the electronic textbook is generated on the basis of a collection of initial data and consists of six sections, each section has 30 pages, each page has 20 words for study;
  • the seventh section of the textbook - "Difficult words" is initially empty. This section consists of words that the user has marked as difficult;

Word List:

for each word is the textbook has:

  • transcription, translation;
  • sentence explaining the meaning of the word, translation of the sentence;
  • sentence with an example of the use of the studied word, translation of the sentence;
  • picture-association to the studied word;
  • audio icon;

only authorized users are shown:

  • a button to mark the word as difficult;
  • button to mark the word as learned;
  • if all the words on a page are learned words, that page is considered fully learned and is highlighted by the style. Links to mini-games on this page become inactive;

Mini-games "Audio Challenge" and "Sprint":

  • the functionality of the mini-game completely repeats the functionality of the mini-game of the same name in the Lingualeo application;
  • at the end of the game the results of the mini-game are displayed;
  • you can control the game with both the mouse and the keys on the keyboard;

Study progress:

  • new words are words that were first used in mini-games, regardless of whether the mini-games were opened from the textbook page or from the link in the menu;
  • new words and a series of correct answer are recorded in statistics;

Learned words:

  • learned words are the words that the user marked as learned on the textbook page ;
  • if a difficult word has become learned, it is not difficult any more and is removed from the section "Difficult words";
  • learned words are not used in mini-games that are launched on the pages of the textbook, but are used in mini-games that are opened via a link in the menu;

Statistics page:

  • the statistics page displays short-term statistics for mini-games and words for each day of study;

short-term statistics for mini-games indicate the results:

  • number of new words per day;
  • percentage of correct answers;
  • longest series of correct answers;

FireShot Capture 158 - RSLang - rslang-seala11 netlify app

Clone this wiki locally