comp426-2022-fall / assignments

This repository contains information about and links to assignment invites and
Creative Commons Zero v1.0 Universal
0 stars 3 forks source link

Exam question: Output format or Wrong data for the Final exam 07 question #14

Open HuGuo-UNC-Chapel-Hill opened 1 year ago

HuGuo-UNC-Chapel-Hill commented 1 year ago

If you wish to have some aspect of how the autograder actions for the final exam works explained in greater detail please put a link to the section in this document here: https://github.com/comp426-2022-fall/assignments/blob/main/e02comp-autograder.md

Include the following in your issues

If you (really, really) believe that there is something misfiring in the autograder action and that your code should be passing based on the specification given in the exam README.md, then do the following

Delete text above this line before you submit your issue. Place your issue information in the appropriate sections below.

Failed workflow run URL

Question

I am confusing about the output format of the weather object. At first I extract the grid x and y, and ID from the website and get the JSON object from the API. I use console.log output the the JSON.stringfy(data). I donot know why the autograder always showing 'not matching'? Which method should we use to output the correct format or I get the wrong data?

Link to documentation

What should be happening?

Screenshots of your local test(s)

Screen Shot 2022-12-06 at 6 20 37 PM

Why do you think the autograder is failing? (BE SPECIFIC)