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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,9 +128,9 @@
128
128
|[`LO-5.1.2.3`](chapter-05/01_advanced_variables.md#5123--testtask-scope)| K1 | Recall how to define test\|task variables and where they can be accessed |
129
129
|[`LO-5.1.2.4`](chapter-05/01_advanced_variables.md#5124--local-scope)| K1 | Recall how to define local variables and where they can be accessed |
130
130
|[`LO-5.1.4.2`](chapter-05/01_advanced_variables.md#5142-accessing-dictionary-variables)| K1 | Recall that `@{list}` unpacks the values of a list variable when accessed |
131
-
|[`LO-5.1.5.1`](None)| K1 | Recall that assignments to `&{dict}` variables automatically convert values to Robot Framework Dictionaries and enable dot-access |
132
-
|[`LO-5.1.5.2`](None)| K1 | Recall that `&{dict}` unpacks to multiple key=value pairs when accessed |
133
-
|[`LO-5.1.6`](None)| K1 | Recall that Robot Framework provides access to execution information via Built-In variables |
131
+
|[`LO-5.1.5.1`](chapter-05/01_advanced_variables.md#5151-assigning-dictionary-variables)| K1 | Recall that assignments to `&{dict}` variables automatically convert values to Robot Framework Dictionaries and enable dot-access |
132
+
|[`LO-5.1.5.2`](chapter-05/01_advanced_variables.md#5152-accessing-dictionary-variables)| K1 | Recall that `&{dict}` unpacks to multiple key=value pairs when accessed |
133
+
|[`LO-5.1.6`](chapter-05/01_advanced_variables.md#516-built-in-variables)| K1 | Recall that Robot Framework provides access to execution information via Built-In variables |
134
134
|[`LO-5.2.1`](chapter-05/02_control_structures.md#521-if-statements)| K2 | Understand the purpose and basic concept of IF-Statements |
135
135
|[`LO-5.2.4`](chapter-05/02_control_structures.md#524-for-loops)| K2 | Understand the purpose and basic concept of FOR Loops |
136
136
|[`LO-5.2.5`](chapter-05/02_control_structures.md#525-while-loops)| K2 | Understand the purpose and basic concept of WHILE Loops |
0 commit comments