+ 6
How does this real-time feedbacks in code coach works exactly ,does anyone knows?
There's this new feature in code coach but still I couldn't find any such button for this
5 Answers
+ 4
John Wells He may be talking about this message that appeared recently on my Home page (Android app):
"Now, you can get real time feedback on coding
challenges. Try Code Coach challenges now".
P.S. Code Coach is now also available on iOS.
+ 4
Diego yess I was asking about that message, how does it work though, through comments section or something?
+ 4
They run your code with multiple fix inputs and verify your output with the expected output you should be generating. You pass all these tests and you get the credit for it.
+ 1
Not sure what you are actually asking. Do you want to know how they test you coding attempt? Are you unable to find the feature? Are you asking something else?
The way the playground works places a code giving input to your program and getting its output. Replacing that with specified inputs and expected outputs code can correctly test your code.
The feature is only available to the Android app. It is found in the learn screen similar to most of the community generated content.
+ 1
I had not seen that ad. My first answer is likely what they are asking. Thanks about iOS.