Skip to content

Commit

Permalink
[Refactor:RainbowGrades] remove explain table (#70)
Browse files Browse the repository at this point in the history
It will remove a table with explanation
related to #69 
Barb hit merge 1 second before I remove above line
  • Loading branch information
ziesski authored Dec 13, 2023
1 parent d46107d commit 69041bb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1202,15 +1202,6 @@ void end_table(std::ofstream &ostr, bool for_instructor, Student *s) {
{
ostr << "<style> .spacer {display: inline-block; width: 66px;} </style>\n";
ostr << "<table style=\"border:1px solid #aaaaaa; background-color:#FFFFFF;\">\n";
ostr << "<tr>\n";
ostr << "<td style=\"border:1px solid #aaaaaa; background-color:#FFFFFF" << "; " << " \" align=\"" << "left" << "\">";
ostr << "<span class=\"spacer\"></span>";
ostr << "</td>";
ostr << "<td style=\"border:1px solid #aaaaaa; background-color:#FFFFFF" << "; " << " \" align=\"" << "left" << "\">";
ostr << "<font size = \"-1\"> Border-Outline is ranked from top to bottom <br>";
ostr << "Higher ranked outline will over-write </font>";
ostr << "</td>";
ostr << "</tr>\n";
if (for_instructor || (s != NULL && s->get_event_academic_integrity()))
{
ostr << "<tr>\n";
Expand Down

0 comments on commit 69041bb

Please sign in to comment.