Canā€™t enter capital letters in Quiz | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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