|
|
|
|
|
|
|
|
) |
|
|
) |
|
|
if self.params.secProblem: |
|
|
if self.params.secProblem: |
|
|
out += ( |
|
|
out += ( |
|
|
f" <span id='secprobstats'>\n" |
|
|
|
|
|
|
|
|
f" <br><span id='secprobstats'>\n" |
|
|
f" The stats of the {self.params.secProblem['shortname']}:<br>\n" |
|
|
f" The stats of the {self.params.secProblem['shortname']}:<br>\n" |
|
|
f" {mst}\n" |
|
|
f" {mst}\n" |
|
|
f" </span>\n" |
|
|
f" </span>\n" |
|
|
) |
|
|
) |
|
|
if self.params.thirdProblem: |
|
|
if self.params.thirdProblem: |
|
|
out += ( |
|
|
out += ( |
|
|
f" <span id='thirdprobstats'>\n" |
|
|
|
|
|
|
|
|
f" <br><span id='thirdprobstats'>\n" |
|
|
f" The stats of the {self.params.thirdProblem['shortname']}:<br>\n" |
|
|
f" The stats of the {self.params.thirdProblem['shortname']}:<br>\n" |
|
|
f" {pst}\n" |
|
|
f" {pst}\n" |
|
|
f" </span>\n" |
|
|
f" </span>\n" |