How to resolve submission error:
curl: (6) Couldn't resolve host 'www-origin.coursera.org'
m = 15
error] submission with curl() was not successful
!! Submission failed: Grader sent no response
Function: submitWithConfiguration>validateResponse
FileName: C:\Users\admin\Desktop\ex7\lib\submitWithConfiguration.m
LineNumber: 158
This error is probably caused because your computer is not able to connect to the internet at the moment. This is the function working behind collecting the data from the online grader.
Now the statement: "Grader sent no response" is printed when the response is null. And the response can be null when the computer is not connected. Hope this is the reason behind your error, if not then let me know.