diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..ba9207f --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,16 @@ +{ + "configurations": [ + { + "name": "Linux", + "includePath": [ + "${workspaceFolder}/**" + ], + "defines": [], + "compilerPath": "/usr/bin/gcc", + "cStandard": "gnu17", + "cppStandard": "gnu++17", + "intelliSenseMode": "linux-gcc-x64" + } + ], + "version": 4 +} \ No newline at end of file diff --git a/assets/msg-canvas-grades.tpl.html b/assets/msg-canvas-grades.tpl.html index be2f7f7..934f9b9 100644 --- a/assets/msg-canvas-grades.tpl.html +++ b/assets/msg-canvas-grades.tpl.html @@ -1,5 +1,5 @@
{{ .SubmissionUserName }} | {{ .CourseCode }} | -{{ .Name }} | +{{ .Name }} | {{if eq .Due " -" }}No Due{{else}}{{.Due}}{{end}} | -{{if .GradeHidden }}(hidden){{else}}{{if le .Score -0.01}}(not graded){{else}}{{ .Score | sprintf "%.2f" - }} ({{ .Grade }}){{end}} /{{ .PossiblePoints | sprintf "%.2f" }} {{end}} | +{{if .GradeHidden }}(hidden){{else}}{{if le .Score -0.01}}(not graded){{else}}{{ .Score | sprintf "%.2f" }} ({{ .Grade }}){{end}} /{{ .PossiblePoints | sprintf "%.2f" }} {{end}} | {{ .GradedAt }} | {{ .PostedAt }} |
Tab Status Icon | +Meaning | +
---|---|
+ + | ++ Tab Selected (Active) + | +
+ + | ++ Tab Available + | +
+ + | ++ Addn. Authorization Required + | +
+ + | ++ Unknown + | +
+ + | ++ Access Denied + | +