got rubric creation working

This commit is contained in:
2023-07-31 16:27:38 -06:00
parent 70db40867c
commit 17734ab641
10 changed files with 276 additions and 80 deletions

View File

@@ -15,4 +15,27 @@ Development command: `dotnet watch --project Management.Web/`
Apparently the VSCode razor extension was compiled with a preview of dotnet 6... and only uses openssl 1.1. After installing openssl1.1 you can tell vscode to provide it with `export CLR_OPENSSL_VERSION_OVERRIDE=1.1; code ~/projects/canvasManagement`.
The issue can be tracked [here](https://github.com/dotnet/razor/issues/6241)
The issue can be tracked [here](https://github.com/dotnet/razor/issues/6241)
<h1>Daily Reading</h1>
<p>Read today's assignment and do well please.</p>
<p><a href="https://alexmickelson.guru">Github Submit URL</a></p>
<hr><h1>Rubric</h1><pre><code class="language-json">[
{"label": "More Reading", "points": 5},
{"label": "sum to 8", "points": 1},
{"label": "(Extra Credit) Rubric Things", "points": 2}
]</code></pre>
<h1>Daily Reading</h1>
<p>Read today's assignment and do well please.</p>
<p><a href="https://alexmickelson.guru">Github Submit URL</a></p>
<hr /><h1>Rubric</h1><pre><code class="language-json">[
{"label": "More Reading", "points": 5},
{"label": "sum to 8", "points": 1},
{"label": "(Extra Credit) Rubric Things", "points": 2}
]</code></pre>