diff --git a/rubric/data-deletion.toml b/rubric/data-deletion.toml index 7b399f44..85c0b610 100644 --- a/rubric/data-deletion.toml +++ b/rubric/data-deletion.toml @@ -14,9 +14,14 @@ id = "yes-contact" text = "Yes, by contacting someone" percent = 60 +[[options]] +id = "yes-automated-some" +text = "Yes, for some data, using an automated mechanism" +percent = 80 + [[options]] id = "yes-automated" -text = "Yes, using an automated mechanism" +text = "Yes, for all data, using an automated mechanism" percent = 100 [[options]]