-
Updated
Dec 30, 2020 - Shell
assessment
Here are 222 public repositories matching this topic...
This issue was created from results of the Security Assessment Improvement Working Group (cncf/sig-security#167 (comment)).
Security Assessment Process Mechanics Improvements
Premise
- There are several points of mechanical improvement to the security assessment process. This issue encapsulates the brainstormed ideas around various aspects of the
-
Updated
Oct 22, 2020 - Shell
-
Updated
Dec 30, 2020 - Smalltalk
-
Updated
Dec 23, 2020 - XSLT
When resuming an attempt, the student is first shown the suspend screen. At the moment it has a big header saying "Paused". When pausing is not allowed, this is inaccurate. It should say something like "Attempt resumed".
Now that we've moved PrairieLib back into the monorepo, we should use direct requires. That is, everywhere that we do this: https://github.com/PrairieLearn/PrairieLearn/blob/89d265461da214d773b722b5e0465e00396f52b1/lib/question.js#L20 we should change it to:
const sqldb = require('../prairielib/sql-db');
and similarly for any require with @prairielib.
-
Updated
Dec 30, 2020 - Ruby
Read-only submission
A student should be able to get an anonymised link of their submission so that they could share it (e.g. on social network). The view would be a readonly view with the feedback of the submission still visible. The link should only contain the submission id.
There should be an option in the task conf to allow or not this feature on a par-task basis.
If an admin follow such a link, he should be r
-
Updated
Dec 24, 2020 - Java
-
Updated
Jun 8, 2016 - JavaScript
-
Updated
Oct 6, 2017 - Shell
-
Updated
Dec 28, 2018
-
Updated
May 25, 2016 - Python
-
Updated
Jul 13, 2020 - Python
-
Updated
Dec 30, 2020 - PHP
-
Updated
Dec 29, 2020 - Python
-
Updated
Apr 13, 2018 - JavaScript
-
Updated
Dec 19, 2019 - Python
-
Updated
Dec 28, 2020 - Objective-C
-
Updated
Dec 30, 2020 - Python
-
Updated
Oct 9, 2020 - Jupyter Notebook
-
Updated
Dec 15, 2020 - R
-
Updated
Oct 24, 2019 - Jupyter Notebook
-
Updated
Dec 3, 2020 - Shell
Improve this page
Add a description, image, and links to the assessment topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the assessment topic, visit your repo's landing page and select "manage topics."


Q2 - Citation needed. I was under the impression the reason it was bad was that it polluted the global namespace
Q3 - sizeof() only works in bytes, so can you really have a 7-bit struct?
Q5 - iterators are objects, aren't they?
Q10 - Question asks which is NOT a difference
Q13 - The "auto" keyword has been redefined in C++11
I stopped here. Were these the actual solutions to the problems?