You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throw'Notebook metadata is missing one or more of the following keys under "markus": "url", "course_id", or "assessment_id".';
164
+
throw'Notebook metadata is missing one or more of the following keys under "markus": "url", "course_id", or "assessment_id". Please check the metadata under Edit -> Edit Notebook Metadata.';
164
165
}
165
166
166
167
course_id=parseInt(course_id);
167
168
assessment_id=parseInt(assessment_id);
168
169
169
170
if(isNaN(course_id)||isNaN(assessment_id)){
170
-
throw'Notebook metadata "course_id" and "assessment_id" values must be numbers.';
171
+
throw'Notebook metadata "course_id" and "assessment_id" values must be numbers. Please check the metadata under Edit -> Edit Notebook Metadata.';
171
172
}
172
173
173
174
try{
174
175
newURL(url);
175
176
}catch{
176
-
throw'Notebook metatdata "url" value did not specify a valid URL.';
177
+
throw'Notebook metatdata "url" value did not specify a valid URL. Please check the metadata under Edit -> Edit Notebook Metadata.';
0 commit comments