Blank Answer Entry Field | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

26th Nov 2016, 10:38 PM
Bryan Isles
Bryan Isles - avatar
3 Answers
+ 1
With respect to which language is that query?
28th Nov 2016, 6:21 PM
Rahul Soni
Rahul Soni - avatar
+ 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.
2nd Dec 2016, 6:33 PM
Rahul Soni
Rahul Soni - avatar
0
C++, but based on my limited exposure to the courses in SoloLearn (ie. C++ and html), it seems to be the norm.
29th Nov 2016, 2:19 AM
Bryan Isles
Bryan Isles - avatar