Unwrap icon indicating copy to clipboard operation
Unwrap copied to clipboard

Value missing in challenge.

Open andrewbecker opened this issue 6 years ago • 7 comments

When taking the nil coalescing review, the last value after the ?? would be missing until the answer is submitted.

C242056F-739D-4FD0-8BB2-3BEE2661A889

375DA147-08C4-492C-8FA5-FA19F52DBF1F

andrewbecker avatar Nov 14 '19 23:11 andrewbecker

It's actually not a bug, if you see the answer This is missing the right-hand side of the nil coalescing operator.. It makes sense and the answer of this would be false

Aliasgarmala avatar Dec 02 '19 20:12 Aliasgarmala

It's actually not a bug, if you see the answer This is missing the right-hand side of the nil coalescing operator.. It makes sense and the answer of this would be false

However in this case the answer was true

andrewbecker avatar Dec 02 '19 20:12 andrewbecker

It's actually not a bug, if you see the answer This is missing the right-hand side of the nil coalescing operator.. It makes sense and the answer of this would be false

However in this case the answer was true

the answer is actually false. I doubled checked

Aliasgarmala avatar Dec 02 '19 20:12 Aliasgarmala

It's actually not a bug, if you see the answer This is missing the right-hand side of the nil coalescing operator.. It makes sense and the answer of this would be false

However in this case the answer was true

the answer is actually false. I doubled checked

I’m my screenshot above line 1 it says that it does demonstrate nil coalescing with optionals. I originally chose false since there was nothing shown after the ?? however it told me my answer was wrong.

andrewbecker avatar Dec 02 '19 20:12 andrewbecker

It's actually not a bug, if you see the answer This is missing the right-hand side of the nil coalescing operator.. It makes sense and the answer of this would be false

However in this case the answer was true

the answer is actually false. I doubled checked

The same issue exists on the nil coalescing quiz question which is using selectedYear and actualYear

andrewbecker avatar Dec 02 '19 20:12 andrewbecker

Is this still a valid bug? I am able to see a value after ?? which is "blue" Simulator Screen Shot - iPhone 8 - 2020-06-08 at 22 54 00

javalnanda avatar Jun 08 '20 17:06 javalnanda

IMG_0718 IMG_0717 IMG_0052 IMG_0053

I tried to show both questions and always saw the right part behind ?? (tested on iPhone 5S with iOS 12.4.8 and iPhone XS with iOS 14.0.1).

Carrione avatar Oct 19 '20 00:10 Carrione