Widget:Sandbox: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 18: | Line 18: | ||
output += parent[property]+'\r\n'; | output += parent[property]+'\r\n'; | ||
} | } | ||
output += data.query.results.TestQues1.printouts.Right Answer; | output += data.query.results.TestQues1.printouts."Right Answer"; | ||
alert(output); | alert(output); | ||
} ); | } ); |