+ 5
Can’t enter capital letters in Quiz
I try to enter a capital A in one of those fill in the blanks quiz questions and the app doesn’t let me. Python is case sensitive, so I think that’s messing with the answer. I’m on an iPhone. What am I missing? The regular shift key doesn’t seem to do the trick.
8 odpowiedzi
+ 14
Quizzes(challenges) are case insensitive as far as i know...
Maybe post a quizz where u faced the problem..??
+ 7
You CAN'T type capital letters in quizzes sadly.
It is because Sololearn's fib blank automatically converts uppercase letters into lowercase.
And your opponent had to type "(a)" as well whoch is why he got correct.
I encounter this question too (I am a Python challenger after all) but well, there is nothing you can do about it, but at least you learn it.
+ 5
class A:
def __ini__(self):
print(A)
class B(A):
def __init__(self):
super.__init__()
It asks to fill in the blanks to properly subclass B.
The first “def” and the “(A)” after “class B” are the two blanks.
I don’t seem to be able to enter a capital A there. My opponent did manage.
+ 3
Yeah true. That's the only question that has that as far as I know
+ 2
its annoying. it fine your app converts uppercase to lowercase, but how'bout don't approve questions that requires a UPPER case letter?
+ 1
The challenge was created by DefaltSimon, for what is worth.
0
what is the final solution for this?
0
This problem of not being able to enter capital letters exists in the code play area for Java, also. It’s weird.