NLP 5 quiz 2

pull/73/head
Ornella Altunyan 4 years ago
parent c55b1935e1
commit 88f5a7165d

@ -2204,48 +2204,48 @@
"title": "NLP 5: Post-Lecture Quiz", "title": "NLP 5: Post-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "q1", "questionText": "What is the goal of the dataset?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "to see how many negative and positive reviews there are for hotels across the world",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "b", "answerText": "to add sentiment and columns that will help you choose the best hotel",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "c", "answerText": "to analyze why people leave specific reviews",
"isCorrect": "false" "isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q2", "questionText": "What are stop words?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "common English words that do not change the sentiment of a sentence",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "b", "answerText": "words that you can remove to speed up sentiment analysis",
"isCorrect": "false" "isCorrect": "false"
},
{
"answerText": "both of the above",
"isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "q3", "questionText": "To test the sentiment analysis, make sure it matches the reviewer's score for the same review.",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "true",
"isCorrect": "false"
},
{
"answerText": "b",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "c", "answerText": "false",
"isCorrect": "false" "isCorrect": "false"
} }
] ]

Loading…
Cancel
Save