web app quiz

pull/38/head
Jen Looper 4 years ago
parent 61a4a61713
commit c4d8366757

@ -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"
}
]

Loading…
Cancel
Save