datahorror

Research Data Management Escape Room
git clone https://git.ce9e.org/datahorror.git

commit
4eba258eb221ba759ce598f46fc879059587edea
parent
cec3a37d3c2759b4bc339db48c32c6082697bf21
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-08-08 07:10
better integrate address book riddle

Diffstat

M content/office/desk/address-book/_index.md 14 +++++++++-----

1 files changed, 9 insertions, 5 deletions


diff --git a/content/office/desk/address-book/_index.md b/content/office/desk/address-book/_index.md

@@ -34,7 +34,7 @@ paths:
   34    34 </form>
   35    35 
   36    36 <form class="form-if-previous-correct" novalidate>
   37    -1   <p>Last year five studies were conducted in which personal data were collected:</p>
   -1    37   <p>From the notes you understand that this data was collected in five different studies:</p>
   38    38   <ul>
   39    39     <li>study A collected participants’ age</li>
   40    40     <li>study B collected participants’ place of birth</li>
@@ -42,17 +42,21 @@ paths:
   42    42     <li>study D collected participants’ eye colour</li>
   43    43     <li>study E collected participants’ blood type</li>
   44    44   </ul>
   45    -1   <p>Put the studies in chronological order. You are given the following clues:</p>
   -1    45   <p>
   -1    46     In each study, participants were assured that the raw data would be destroyed by a specific date.
   -1    47     Some dates are noted in the margins, but it's unclear which date corresponds to which study.
   -1    48     Fortunately, there are some clues:
   -1    49   </p>
   46    50   <ul>
   47    51     <li>The second study did not collect IP addresses or blood types</li>
   48    -1     <li>The largest study was the study collecting eye colour</li>
   -1    52     <li>The largest study was the one collecting eye color</li>
   49    53     <li>The study collecting blood types was conducted before the study collecting IP addresses</li>
   50    54     <li>The study collecting places of birth was not the last study</li>
   51    -1     <li>The study collecting ages was conducted after the study collecting IP addresses</li>
   -1    55     <li>The study collecting ages was conducted after the one that collected IP addresses</li>
   52    56     <li>The largest study was conducted first</li>
   53    57   </ul>
   54    58   <label>
   55    -1     What is the correct order of the studies?
   -1    59     What is the correct order of studies?
   56    60     <input required pattern="D-B-E-C-A" placeholder="A-B-C-D-E" maxlength="9">
   57    61   </label>
   58    62   <p class="form-if-incorrect">That's not it.</p>