+ 2
Blank Answer Entry Field
Is there a way to set the answer entry field to be completely blank, such that the user is required to enter an answer to its entirety, rather than having a "fill-in-the-blanks" response style.
3 Réponses
+ 1
With respect to which language is that query?
+ 1
For C++, you can create a user defined input method. C++ is totally OOPs so it allows the programmer to get inputs from the user in a user-defined way. If you want exact methods to be specified, you need to elaborate your query.
0
C++, but based on my limited exposure to the courses in SoloLearn (ie. C++ and html), it seems to be the norm.