MCPcopy Create free account
hub / github.com/PrairieLearn/PrairieLearn / cookiesStudentExamBeforeCourseInstance

Function cookiesStudentExamBeforeCourseInstance

tests/testAccess.js:58–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 };
57
58 var cookiesStudentExamBeforeCourseInstance = function() {
59 var cookies = cookiesStudentExam();
60 cookies.setCookie(request.cookie('pl_requested_date=1750-06-13T13:12:00Z'), siteUrl);
61 return cookies;
62 };
63
64 var cookiesStudentExamBeforeAssessment = function() {
65 var cookies = cookiesStudentExam();

Callers 1

testAccess.jsFile · 0.85

Calls 1

cookiesStudentExamFunction · 0.85

Tested by

no test coverage detected