summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayaram Pai2014-04-30 17:08:34 +0530
committerJayaram Pai2014-04-30 17:08:34 +0530
commit85b79740a6577b9664fa5e0635bac30176e675f2 (patch)
tree5d800aa4ab6f69d0e105ebefbff873f2d5175ebd
parentaffb0e6f636b7e826b76d9667c8f8c1a43f1398c (diff)
downloadtbc-external-review-85b79740a6577b9664fa5e0635bac30176e675f2.tar.gz
tbc-external-review-85b79740a6577b9664fa5e0635bac30176e675f2.tar.bz2
tbc-external-review-85b79740a6577b9664fa5e0635bac30176e675f2.zip
suspended eligibility test
-rwxr-xr-xtbc_external_review.module6
1 files changed, 4 insertions, 2 deletions
diff --git a/tbc_external_review.module b/tbc_external_review.module
index 85b4065..c3bc296 100755
--- a/tbc_external_review.module
+++ b/tbc_external_review.module
@@ -1881,8 +1881,10 @@
$page_content .= "<li>The test consists of 5 code review questions that are mandatory.</li>";
$page_content .= "<li>Test duration is 25 minutes, after which the test will automatically close.</li>";
$page_content .= "</ul>";
- $page_content .= "<u><b>" . l("Click here", "tbc_external_review/eligibility_test/question/1") . "</b></u>";
- $page_content .= " to start the test.";
+ // $page_content .= "<u><b>" . l("Click here", "tbc_external_review/eligibility_test/question/1") . "</b></u>";
+ // $page_content .= " to start the test.";
+ $page_content .= "<strong>The test has been suspended for today due to technical reasons.</strong><br>";
+ $page_content .= "<strong>Please visit this page tomorrow.</strong>";
}
return $page_content;
}