I'm developing an application which creates quizzes. Teachers will create quizzes to evaluate knowledge of pupils. I created simple API using NodeJS and web part of the application using AngularJS.
But it is quite difficult for old teachers to type all question and answers.
I think it would be better to add an opportunity for them to upload doc/docx files which will parse and aggregate all questions and answers into a quiz.
Does anybody know any solutions which work on Angular and NodeJS ?
Thanks!