Rosebotics / CSSE120AutoGradebook

Script for automatically looking through the CSSE120 gradebook for missing grade items
MIT License
0 stars 2 forks source link

Email format needs line breaks or html #2

Open fisherds opened 4 years ago

fisherds commented 4 years ago

Zach was working on HTML, but it didn't work, so I converted everything back to plaintext. The issue is that \n doesn't work either. So the emails aren't formatted very well. That needs to be fixed at some point. Until then the tool does work as is. Example email right now (it's all one long line):

Hello (redacted), you are currently missing: Quiz:Follow Along Swift Playground (includes the TicTacToeGame) (Real), Quiz:Lab ScoreKeeper (Swift) (Real), Quiz:Lab LinearLightsOutGame (Swift) (Real) These assignments are not officially late since there are no late penalties for them, but they do need to be completed so you can stay on track. Please get them done and submitted to Moodle as soon as you get the opportunity. Thank you, David Fisher

fisherds commented 2 years ago

This was improved, but not entirely fixed. At present the missing items print on separate lines nicely, but the signature is inline without a line break and there is no HTML formatting.