if (reply != null) {
String userInput = reply.getProperty("result");
if (userInput != null) {
guiHook.updateDescription("The reply to the test question is " + userInput);
} else {
guiHook.updateDescription("The user has not responded to the question within the given time");
}
} else {
guiHook.updateDescription("Unreceived reply within given time (10 seconds)");