How do I change the text in user input dialog? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How do I change the text in user input dialog?

Is there any way to change the display message on the user input dialog in codeplayground in SoloLearn? It doesn't allow taking multiple inputs so how can I tell users in which order to type in the inputs? Anyway to display some message before input box pops up?

17th Dec 2018, 12:39 PM
Asirap
3 Answers
+ 4
Add the instructions as comments
17th Dec 2018, 2:12 PM
Seniru
Seniru - avatar
+ 2
I will usually write a big comment at the very top of my code that tells people what to do. The code is what people see first so its basically like a popup. It's not perfect but I believe the SoloLearn guys have it on their radar!
17th Dec 2018, 12:57 PM
Schindlabua
Schindlabua - avatar
0
Schindlabua thanks! I'll do that
17th Dec 2018, 1:01 PM
Asirap