Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Value missing in challenge. #154

Open
andrewbecker opened this issue Nov 14, 2019 · 7 comments
Open

Value missing in challenge. #154

andrewbecker opened this issue Nov 14, 2019 · 7 comments

Comments

@andrewbecker
Copy link

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

@Aliasgarmala
Copy link

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

@andrewbecker
Copy link
Author

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

@Aliasgarmala
Copy link

Aliasgarmala commented Dec 2, 2019

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

@andrewbecker
Copy link
Author

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
Copy link
Author

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

@javalnanda
Copy link

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

@Carrione
Copy link
Contributor

Carrione commented Oct 19, 2020

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants