Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. The user clicks the "Generate questions" button
  2. An action is dispatched to generate questions; the id of the deck is passed on as the payload
  3. The action then calls the questions service; a POST GET request is made to the questions service
  4. The questions service calls the deck service and gets all the slides of the deck using the id
  5. The question service then calls the nlp service, using the html to text endpoint for getting text of each slide
  6. All the text is combined and questions are generated for it collectively
  7. The list of questions is stored in a database
  8. The list is also sent back to the SlideWiki system