From 609e1030189698ad9177e8413eefcebaaffddae0 Mon Sep 17 00:00:00 2001 From: nwickel Date: Tue, 2 Apr 2024 13:50:53 +0200 Subject: [PATCH] Updated README --- README.Rmd | 18 +++++++++--------- README.md | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.Rmd b/README.Rmd index de5586a..1629914 100644 --- a/README.Rmd +++ b/README.Rmd @@ -112,17 +112,17 @@ raw log file: "openPopup" events. * `topic`: The number of the topic card that has been opened at the back of - the item card. See below for a more detailed descripttion what these + the item card. See below for a more detailed description what these numbers mean. -* `x`: Value of x-coordinate in pixel on the 4K-Display ($3840 \times 2160$) +* `x`: Value of x-coordinate in pixel on the 4K-Display ($3840 \times 2160$). -* `y`: Value of y-coordinate in pixel +* `y`: Value of y-coordinate in pixel. * `scale`: Number in 128 bit that indicates how much the card has been - scaled + scaled. -* `rotation`: Degree of rotation in start configuration. +* `rotation`: Degree of rotation from start configuration. @@ -148,14 +148,14 @@ variables: * `date.start` / `date.stop`: See above. -* `folder`: Containing the folder name (see above) +* `folder`: Containing the folder name (see above). * `case`: A numerical variable indicating cases in the data. A "case" indicates an interaction interval and could be defined in different ways. - Right now a new case begins, when no event occurred for 20 seconds or - longer. + Right now a new case begins, when no event occurred when no new path + started for 20 seconds or longer. -* `path`: A path is defined as one interaction with one item A path +* `path`: A path is defined as one interaction with one item. A path can either start with a `flipCard` event or when an item has been touched for the first time within this case. A path ends with the item card being flipped close again or with the last movement of the diff --git a/README.md b/README.md index 0c4609f..adbbd88 100644 --- a/README.md +++ b/README.md @@ -104,18 +104,18 @@ the raw log file: “openPopup” events. - `topic`: The number of the topic card that has been opened at the back - of the item card. See below for a more detailed descripttion what - these numbers mean. + of the item card. See below for a more detailed description what these + numbers mean. - `x`: Value of x-coordinate in pixel on the 4K-Display - ($3840 \times 2160$) + ($3840 \times 2160$). -- `y`: Value of y-coordinate in pixel +- `y`: Value of y-coordinate in pixel. - `scale`: Number in 128 bit that indicates how much the card has been - scaled + scaled. -- `rotation`: Degree of rotation in start configuration. +- `rotation`: Degree of rotation from start configuration. @@ -141,12 +141,12 @@ variables: - `date.start` / `date.stop`: See above. -- `folder`: Containing the folder name (see above) +- `folder`: Containing the folder name (see above). - `case`: A numerical variable indicating cases in the data. A “case” indicates an interaction interval and could be defined in different - ways. Right now a new case begins, when no event occurred for 20 - seconds or longer. + ways. Right now a new case begins, when no event occurred when no new + path started for 20 seconds or longer. - `path`: A path is defined as one interaction with one item A path can either start with a `flipCard` event or when an item has been touched