Hi..
First of all i'm very thank full to you and your team for making such a wonderful tool..
Well i use this tool to conduct some mini contest and C training..
I'm repeating the question the CSE Batch asked, how to hide test case, yes you are spot on with your reason of why not hiding the test case, but I want to hide the test cases from the users because, when a user clicks evaluate , they are displayed with the test case... and when we conduct a contest, the students simply print the required output with the print statement without building the code..
i.e Consider i given them to print the following series
*
**
***
****
They code the program like this according to the test case,
if ( input==1)
print *
else if (input==2)
print **
and so on..
Only if i could hide the test case, they would actually code the program..
So only if you could help us find a solution to this..