Skip to content

Commit 6c38cc4

Browse files
authored
Merge pull request #9 from carpentries-incubator/list-formatting
fix list formatting
2 parents a1cf9df + 683080d commit 6c38cc4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

episodes/analyzing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,15 @@ In this example, the coding scheme includes: task, emotional state, and memory i
4141

4242
## Categorizing errors
4343
If you are interested in errors, you may use error categories as part of your coding scheme. Common error types include:
44-
- Failed attempts: Entering invalid data, such as incorrect login credentials or formatting errors.
44+
45+
- Failed attempts: Entering invalid data, such as incorrect login credentials or formatting errors.
4546
- Misnavigation: Navigating to unintended pages or sections.
4647
- Repeated actions: Attempting the same action multiple times unsuccessfully.
4748
- Incomplete tasks: Abandoning a task or failing to achieve the intended goal.
4849
- System errors: Triggering error messages or encountering broken functionality.
4950

5051
You could also assign a severity to errors. A severity scale you could use is:
52+
5153
- Critical: Prevents users from completing a task (e.g., broken functionality or unclear instructions).
5254
- Moderate: Slows users down or causes frustration but doesn't prevent task completion.
5355
- Minor: Small mistakes with minimal impact on task completion.

0 commit comments

Comments
 (0)