From c4d836675775076aaffa45947a187392230e7d76 Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Thu, 17 Jun 2021 17:43:27 -0400 Subject: [PATCH] web app quiz --- quiz-app/src/assets/translations/en.json | 62 +++++++++++++----------- 1 file changed, 33 insertions(+), 29 deletions(-) diff --git a/quiz-app/src/assets/translations/en.json b/quiz-app/src/assets/translations/en.json index 077a99bd..ab1fa6a8 100644 --- a/quiz-app/src/assets/translations/en.json +++ b/quiz-app/src/assets/translations/en.json @@ -1365,48 +1365,48 @@ "title": "Classification 4: Pre-Lecture Quiz", "quiz": [ { - "questionText": "q1", + "questionText": "Recommendation systems might be used for", "answerOptions": [ { - "answerText": "a", + "answerText": "Recommending a good restaurant", "isCorrect": "false" }, { - "answerText": "b", - "isCorrect": "true" + "answerText": "Recommending fashions to try", + "isCorrect": "false" }, { - "answerText": "c", - "isCorrect": "false" + "answerText": "Both of these", + "isCorrect": "true" } ] }, { - "questionText": "q2", + "questionText": "Embedding a model in a web app helps it to be offline-capable", "answerOptions": [ { - "answerText": "a", + "answerText": "true", "isCorrect": "true" }, { - "answerText": "b", + "answerText": "false", "isCorrect": "false" } ] }, { - "questionText": "q3", + "questionText": "Onnx Runtime can be used for", "answerOptions": [ { - "answerText": "a", - "isCorrect": "false" + "answerText": "Running models in a web app", + "isCorrect": "true" }, { - "answerText": "b", - "isCorrect": "true" + "answerText": "Training models", + "isCorrect": "false" }, { - "answerText": "c", + "answerText": "Hyperparameter tuning", "isCorrect": "false" } ] @@ -1418,48 +1418,52 @@ "title": "Classification 4: Post-Lecture Quiz", "quiz": [ { - "questionText": "q11", + "questionText": "Netron app helps you:", "answerOptions": [ { - "answerText": "a", + "answerText": "Visualize data", "isCorrect": "false" }, { - "answerText": "b", + "answerText": "Visualize your model's structure", "isCorrect": "true" }, { - "answerText": "c", + "answerText": "Test your web app", "isCorrect": "false" } ] }, { - "questionText": "q2", + "questionText": "Convert your Scikit-learn model for use with Onnx using:", "answerOptions": [ { - "answerText": "a", - "isCorrect": "true" + "answerText": "sklearn-app", + "isCorrect": "false" }, { - "answerText": "b", + "answerText": "sklearn-web", "isCorrect": "false" + }, + { + "answerText": "sklearn-onnx", + "isCorrect": "true" } ] }, { - "questionText": "q3", + "questionText": "Using your model in a web app is called:", "answerOptions": [ { - "answerText": "a", - "isCorrect": "false" + "answerText": "inference", + "isCorrect": "true" }, { - "answerText": "b", - "isCorrect": "true" + "answerText": "interference", + "isCorrect": "false" }, { - "answerText": "c", + "answerText": "insurance", "isCorrect": "false" } ]