Earlier quoted context omitted.
I don’t know the IB system, but AP tests are equivalent to testing students on a first semester college class. In computer science in the US, that means basic data structures and simple algorithms, and it’s been that way for the last thirty five years at least.
I generally don't like to say people are making things up, however there is a lot of mythology around how much work IB students do. I've frequently seen IB students while I was in undergrad boasting about their level of proficiency, despite it seldom being supported.
Students are failing AP tests because the College Board can’t handle HEIC images
531–540 of 577 posts
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#532Earlier quoted context omitted.
It does have pretty much exactly that message. The corruption problems came from students seeing that only PNGs/JPGs were allowed, then trying to "convert" the file just by renaming it. What they're doing is the same as 99% of other sites that expect images. But it's probably fair to expect it to be even more streamlined (i.e: clear conversion instructions) given the circumstances of a time-limited exam.
No, what 99% of sites are doing is If you do that, Safari will convert the HEIC image to a JPEG automatically when you try to upload it. What they did instead was to poorly reinvent the accept header in Javascript as follows: { const split = file.name.split('.') const fileType = split[split.length-1].toLowerCase() const isAllowedExtension = extensions.includes(`.${fileType}`) }} /> (per https://news.ycombinator.com/i…
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#533Re: Students are failing AP tests because the College Board can’t handle HEIC images
#534Earlier quoted context omitted.
Nothing starts common, you have to start somewhere, and it is an ISO standard format.
A file format, used by one company, isn't going to change the world. JPG and PNG are here to stay. Love it or hate it... they are the lowest common denominator for image formats.
Samsung have started changing over as well, it's the default on their latest phones.
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#535A lot of comments are arguing about whether the software should have been modified to accept the HEIC format. Let's go with "no" for the sake of argument. They probably can't accept an mp3 of me singing my answers, either. But! If I upload an HEIC, an mp3, a keynote file, or anything else unacceptable... Why doesn't the site provide an immediate "File format not accepted, please upload .gif, .jpg, or .png" message? A…
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#536Earlier quoted context omitted.
Even more strange is that when the file failed to parse after uploading, they just threw out the files instead of keeping them to analyze later. If they still had the uploads they could go back and convert them properly and apologize for the delay. It's just bad engineering all around. Even if there was a less glaringly obvious bug that caused parsing to fail, how would they debug that parsing bug without a sample fi…
I mean it's not that odd when you think about how software is typically written. The parsing logic probably threw an exception that was never handled and just pops everything uploaded off the stack by default.
If an exception is thrown and not caught, the software should stop doing anything.
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#537Re: Students are failing AP tests because the College Board can’t handle HEIC images
#538Earlier quoted context omitted.
HEIC was developed by the Moving Picture Experts Group as an open standard. Apple was early in supporting the standard. Windows, Android, others have followed. More to come. When venting one's spleen, it's best to be at least a tiny bit correct.
>HEIC was developed by the Moving Picture Experts Group as an open standard. It’s hard to call something an “open standard” if anyone who wishes to use it needs to license patents from nokia. ( https://en.m.wikipedia.org/wiki/High_Efficiency_Image_File_F... under “licensing”)
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#539Earlier quoted context omitted.
There's nothing stopping the user from doing a conversion themselves if they want to (and know how, which is asking a lot). The server is saying it can't read the other file type, so the alternative is to fail.
There's a medium option: have an alert popup saying Convert the image to a format the site accepts (jpg)? [ ] Don't show this message again [OK] [Cancel]
Re: Students are failing AP tests because the College Board can’t handle HEIC images
#540Earlier quoted context omitted.
Wait. There's a way to get safari to upload HEIF without conversion? All my photos, which are HEIF on my phone, turn into jpeg when I upload them. I've been trying to get the original HEIF off for months.
Dropbox and OneDrive allow you to sync HEIF instead of JPEG.