Be aware that many lessons will look for an exact match of the output; in your case you made the escaping well, but unfortunately the two strings don’t really match:
//required
I am a "double quoted" string inside "double quotes".
//your output
i am a "double quoted" string inside "double quoted".