protected void onPostExecute(String jsonString) {
      // Dismiss ProgressBar
      //            Log.d("Emergency", jsonString);
      //            Toast.makeText(QRActivity.this, jsonString, Toast.LENGTH_LONG).show();

      objCountDown.cancel();
      editor.clear();
      editorName.clear();

      editor.commit();
      editorName.clear();

      objPD.dismiss();

      AlertDialoge.AlertExit(QuestionPageActivity.this, ALERT_TITLE, ALERT_MESSAGE);
    }
  @Override
  public void onBackPressed() {

    AlertDialoge.AlertBackPress(
        QuestionPageActivity.this, ALERT_BACKPRESS_TITLE, ALERT_BACKPRESS_MESSAGE);
  }