You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/learning_objectives.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@
73
73
|[`LO-3.2.2.4`](chapter-03/02_variables.md#3224-dictionary-variable-definition)| K2 | Understand how to set and access data in dict variables |
74
74
|[`LO-3.2.3`](chapter-03/02_variables.md#323-return-values-from-keywords)| K3 | Be able to assign return values from keywords to variables |
75
75
|[`LO-3.2.4`](chapter-03/02_variables.md#324-var-statement)| K2 | Understand how to create variables using the VAR statement |
76
-
|[`LO-3.2.5`](chapter-03/02_variables.md#325-variable-scope-introduction)| K2 | Understand how `local` and `suite` scope variables are created |
76
+
|[`LO-3.2.6`](None)| K2 | Understand how `local` and `suite` scope variables are created |
77
77
|[`LO-3.3.2`](chapter-03/03_user_keyword.md#332-user-keyword-names)| K1 | Recall the rules how keyword names are matched. |
78
78
|[`LO-3.3.3`](chapter-03/03_user_keyword.md#333-user-keyword-settings)| K1 | Recall all available settings and their purpose for User Keywords |
79
79
|[`LO-3.3.4`](chapter-03/03_user_keyword.md#334-user-keyword-documentation)| K1 | Recall the significance of the first logical line and in keyword documentation for the log file. |
0 commit comments