";
}}
echo "";
@@ -198,7 +199,7 @@ Lab_Report_ID not in (select Lab_Report_ID from lab_report_submissions where (St
if(mysqli_num_rows($result)==0)
{
- echo "You missed no lab reports in this course.";
+ echo '
You missed no lab reports.
';
} else {
while($row = mysqli_fetch_assoc($result)) {
@@ -257,7 +258,7 @@ Lab_Report_ID not in (select Lab_Report_ID from lab_report_submissions where (St
if(mysqli_num_rows($resultx)==0)
{
- echo "You have no lab report submissions in this course.";
+ echo '
You have no unmarked submissions. Check the Marked tab for your marked submissions (if any).
';
} else {
while($row = mysqli_fetch_assoc($resultx)) {
@@ -381,7 +382,7 @@ where Lab_Report_ID=$lab_repo_id and (lab_report_submissions.Student_id='$studen
if(mysqli_num_rows($resultx)==0)
{
- echo "You have no marked submissions in this course";
+ echo '