diff --git a/NLP/1-Introduction-to-NLP/README.md b/NLP/1-Introduction-to-NLP/README.md index e1aa90813..b00893661 100644 --- a/NLP/1-Introduction-to-NLP/README.md +++ b/NLP/1-Introduction-to-NLP/README.md @@ -4,8 +4,7 @@ This lesson covers a brief history and important concepts of *Computational Ling [![NLP 101](https://img.youtube.com/vi/C75SiVhXjRM/0.jpg)](https://youtu.be/C75SiVhXjRM "NLP 101") -## [Pre-lecture quiz](link-to-quiz-app) - +## [Pre-lecture quiz](https://jolly-sea-0a877260f.azurestaticapps.net/quiz/29/) ## Introduction NLP, as it is commonly known, is one of the best-known areas where machine learning has been applied and used in production software. @@ -115,7 +114,7 @@ Choose one of the "stop and consider" elements above and either try to implement In the next lesson, you'll learn about a number of other approaches to parsing natural language and machine learning. -### [Post-lecture quiz](link-to-quiz-app) +## [Pre-lecture quiz](https://jolly-sea-0a877260f.azurestaticapps.net/quiz/30/) ## Review & Self Study diff --git a/quiz-app/src/assets/translations/en.json b/quiz-app/src/assets/translations/en.json index c00d3dee6..e6a53ee4e 100644 --- a/quiz-app/src/assets/translations/en.json +++ b/quiz-app/src/assets/translations/en.json @@ -1549,49 +1549,53 @@ "title": "Intro to NLP: Pre-Lecture Quiz", "quiz": [ { - "questionText": "q1", + "questionText": "What does NLP stand for in these lessons?", "answerOptions": [ { - "answerText": "a", + "answerText": "Neural Language Processing", "isCorrect": "false" }, { - "answerText": "b", + "answerText": "Natural Language Processing", "isCorrect": "true" }, { - "answerText": "c", + "answerText": "Natural Linguistic Processing", "isCorrect": "false" } ] }, { - "questionText": "q2", + "questionText": "Eliza was an early bot that acted as a computer", "answerOptions": [ { - "answerText": "a", + "answerText": "therapist", "isCorrect": "true" }, { - "answerText": "b", + "answerText": "doctor", + "isCorrect": "false" + }, + { + "answerText": "nurse", "isCorrect": "false" } ] }, { - "questionText": "q3", + "questionText": "Alan Turing's 'Turing Test' tried to determine if a computer was", "answerOptions": [ { - "answerText": "a", + "answerText": "indistinguishable from a human", "isCorrect": "false" }, { - "answerText": "b", - "isCorrect": "true" + "answerText": "thinking", + "isCorrect": "false" }, { - "answerText": "c", - "isCorrect": "false" + "answerText": "both of the above", + "isCorrect": "true" } ] } @@ -1602,48 +1606,52 @@ "title": "Intro to NLP: Post-Lecture Quiz", "quiz": [ { - "questionText": "q1", + "questionText": "Joseph Weizenbaum invented the bot", "answerOptions": [ { - "answerText": "a", + "answerText": "Elisha", "isCorrect": "false" }, { - "answerText": "b", + "answerText": "Eliza", "isCorrect": "true" }, { - "answerText": "c", + "answerText": "Eloise", "isCorrect": "false" } ] }, { - "questionText": "q2", + "questionText": "A conversational bot gives output based on", "answerOptions": [ { - "answerText": "a", - "isCorrect": "true" + "answerText": "Randomly choosing predefined choices", + "isCorrect": "false" }, { - "answerText": "b", + "answerText": "Analyzing the input and using machine intelligence", "isCorrect": "false" + }, + { + "answerText": "Both of these", + "isCorrect": "true" } ] }, { - "questionText": "q3", + "questionText": "How would you make the bot more effective?", "answerOptions": [ { - "answerText": "a", + "answerText": "By asking it more questions.", "isCorrect": "false" }, { - "answerText": "b", + "answerText": "By feeding it more data and training it accordingly", "isCorrect": "true" }, { - "answerText": "c", + "answerText": "The bot is dumb, it cannot learn :(", "isCorrect": "false" } ]