Skip to content
#

assessment

Here are 304 public repositories matching this topic...

linkedin-skill-assessments-quizzes
Ben8120
Ben8120 commented May 4, 2022

After a recent release with a stack trace, an issue is create that indicates the problem is with a newly added configuration property named MaxConnections. What command can find all commits that add or remove the string MaxConnections?

[ ] - git grep -a "MaxConnections"
[ ] - git log --search-string "MaxConnections"
[ ] - git log -S "MaxConnections"
[ ] - git commit --wi

help wanted good first issue
prowler

Prowler is an Open Source security tool to perform AWS security best practices assessments, audits, incident response, continuous monitoring, hardening and forensics readiness. It contains more than 200 controls covering CIS, PCI-DSS, ISO27001, GDPR, HIPAA, FFIEC, SOC2, AWS FTR, ENS and custom security frameworks. Enterprise version:

  • Updated May 3, 2022
  • Shell
lumjjb
lumjjb commented Apr 4, 2022

Description: What's your idea?

Impact:

With the removal of APAC timezone meeting, recommend providing a way for folks interested in setting up a region specific meeting to do so with the leadership team so we can support them.

cncf/tag-security#883 (review)

Scope: Writing up a page in governance/ to describe reaching out to the mailing lis

help wanted good first issue governance suggestion
b-fein
b-fein commented May 2, 2022

Describe the bug

After a quiz was open for practice, it can’t be closed. The Save button is disabled as an input validation fails: ‘The start time has already passed’.

To Reproduce

  1. Create a quiz.
  2. Start it, wait until it is finished, and open it for practice.
  3. Go to https://{artemis}/course-management/{courseId}/quiz-exercises/{quizId} by clicking on the quiz id in the exerci
jonatanschroeder
jonatanschroeder commented Apr 15, 2022

Currently homeworks to not support multiple instance:

https://github.com/PrairieLearn/PrairieLearn/blob/dfa65a05d9f00563d02dc6146f03de95b0ea591f/pages/studentAssessmentHomework/studentAssessmentHomework.js#L19-L25

However this isn't warned in sync. This kind of warning should be pretty straightforward to add and could avoid confusion in runtime. So I suggest that sync give an error message i

good first issue diff:easy
INGInious
christianp
christianp commented Mar 7, 2022

We had a question with a variable called marks, holding the marking matrix for an MCQ part. The marking parameters for a part include a variable marks, holding the number of marks available for the part.

This should have thrown an error. I think catching this at the point that the marking parameters are added to the scope is the right thing to do.

Improve this page

Add a description, image, and links to the assessment topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the assessment topic, visit your repo's landing page and select "manage topics."

Learn more