Ambiguous wording in HTML course quiz

Tell us what’s happening:

The wording of the third quiz question in this HTML course page seems ambiguous:

Which file format should you never compress?

The currently accepted answer is JPG. However JPG files are always compressed. One may want to further compress them to save space if the original compression is too high (e.g. 95%).

A clearer and more correct question might be:

Which file format can be arbitrarily compressed degrading image quality?

Another possible improvement in the page is explaining that JPG is most suited for real-life photos with lots of detail and shades, while PNG is most suited for simpler images like logos and rasterized vector graphics.

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:147.0)

Challenge Information:

Working with Images and SVGs - What Are Common Ways to Optimize Media Assets?

Or maybe ‘which image format should you avoid compressing?’

You can make a report on this on Github.

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.

Thanks for the reply, I opened a GitHub issue.