From df33c8c4f53a4437c099b8d3e9f7e8697f86f80e Mon Sep 17 00:00:00 2001 From: "David J. Malan" Date: Sat, 28 Jul 2018 23:41:26 -0400 Subject: [PATCH] tweaked forms --- forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forms.md b/forms.md index f9b5961c..936ad6d9 100644 --- a/forms.md +++ b/forms.md @@ -16,4 +16,4 @@ wherein `username%40example.com` (i.e., `username@example.com`) represents the r ## Notes * Respondents can still override (i.e., manually change) any pre-filled value. In our experience, respodnents tend not to, unless explicitly asked to, e.g., adjust their full name to reflect a preferred nickname. -* After authenticating, a respondent could theoretically share a form's URL, pre-filled or otherwise, with anyone on the internet (as via email or any other mechanism), thereby allowing others to access the form without authentication. In our experience, respondents tend not to, if only because there isn't much demand for unauthenticated access to the forms in question, which are usually assignments! +* After authenticating, a respondent could theoretically share a form's URL, pre-filled or otherwise, with anyone on the internet (as via email or any other mechanism), thereby allowing others to access the form without authentication. In our experience, respondents tend not to, if only because there isn't much demand for unauthenticated access to the forms in question, which are usually assignments! CS50 Forms simply raises a bar thereto.