Can’t enter capital letters in Quiz | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

26th Nov 2017, 4:27 AM
Mikelforce
Mikelforce - avatar
8 Answers
+ 14
Quizzes(challenges) are case insensitive as far as i know... Maybe post a quizz where u faced the problem..??
26th Nov 2017, 4:34 AM
Frost
Frost - avatar
+ 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.
26th Nov 2017, 8:07 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 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.
26th Nov 2017, 4:48 AM
Mikelforce
Mikelforce - avatar
+ 3
Yeah true. That's the only question that has that as far as I know
27th Nov 2017, 2:27 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 2
its annoying. it fine your app converts uppercase to lowercase, but how'bout don't approve questions that requires a UPPER case letter?
27th Nov 2017, 2:26 AM
cowboybebop98
cowboybebop98 - avatar
+ 1
The challenge was created by DefaltSimon, for what is worth.
26th Nov 2017, 4:54 AM
Mikelforce
Mikelforce - avatar
0
what is the final solution for this?
14th Jun 2018, 6:29 AM
Mohanapriya Sanjivi
Mohanapriya Sanjivi - avatar
0
This problem of not being able to enter capital letters exists in the code play area for Java, also. It’s weird.
28th Jun 2020, 6:42 AM
ic01010101 ◼️LM
ic01010101 ◼️LM - avatar