Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions LOs.csv
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,10 @@ LO-5.1.2.1,(K1),Recall how to define global variables and where they can be acce
LO-5.1.2.2,(K1),Recall how to define suite variables and where they can be accessed,,,
LO-5.1.2.3,(K1),Recall how to define test|task variables and where they can be accessed,,,
LO-5.1.2.4,(K1),Recall how to define local variables and where they can be accessed,,,
LO-5.1.4.1,(K1),Recall that assignments to `@{list}` variables convert values to lists automatically,,,
LO-5.1.4.2,(K1),Recall that `@{list}` unpacks the values of a list variable when accessed,,,
LO-5.1.5.1,(K1),Recall that assignments to `&{dict}` variables automatically convert values to Robot Framework Dictionaries and enable dot-access,,,
LO-5.1.5.2,(K1),Recall that `&{dict}` unpacks to multiple key=value pairs when accessed,,,
LO-5.1.6,(K1),Recall that Robot Framework provides access to execution information via Built-In variables,,,
LO-5.1.3.1,(K1),Recall that `@{list}` unpacks the values of a list variable when accessed,,,
LO-5.1.4.1,(K1),Recall that assignments to `&{dict}` variables automatically convert values to Robot Framework Dictionaries and enable dot-access,,,
LO-5.1.4.2,(K1),Recall that `&{dict}` unpacks to multiple key=value pairs when accessed,,,
LO-5.1.5,(K1),Recall that Robot Framework provides access to execution information via Built-In variables,,,
LO-5.2.1,(K2),Understand the purpose and basic concept of IF-Statements,,,
LO-5.2.4,(K2),Understand the purpose and basic concept of FOR Loops,,,
LO-5.2.5,(K2),Understand the purpose and basic concept of WHILE Loops,,,
Expand Down
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,18 +266,15 @@
- [`5.1.2.4 . Local Scope`](website/docs/chapter-05/01_advanced_variables.md#5124--local-scope)
- LO-5.1.2.4 (K1) Recall how to define local variables and where they can be accessed
- [`5.1.3 Global Variables via Command Line`](website/docs/chapter-05/01_advanced_variables.md#513-global-variables-via-command-line)
- [`5.1.4 List-Variables (Advanced)`](website/docs/chapter-05/01_advanced_variables.md#514-list-variables-advanced)
- [`5.1.4.1 Assigning List Variables`](website/docs/chapter-05/01_advanced_variables.md#5141-assigning-list-variables)
- LO-5.1.4.1 (K1) Recall that assignments to `@{list}` variables convert values to lists automatically
- [`5.1.4.2 Accessing List Variables`](website/docs/chapter-05/01_advanced_variables.md#5142-accessing-list-variables)
- LO-5.1.4.2 (K1) Recall that `@{list}` unpacks the values of a list variable when accessed
- [`5.1.5 Dict-Like`](website/docs/chapter-05/01_advanced_variables.md#515-dict-like)
- [`5.1.5.1 Assigning Dictionary Variables`](website/docs/chapter-05/01_advanced_variables.md#5151-assigning-dictionary-variables)
- LO-5.1.5.1 (K1) Recall that assignments to `&{dict}` variables automatically convert values to Robot Framework Dictionaries and enable dot-access
- [`5.1.5.2 Accessing Dictionary Variables`](website/docs/chapter-05/01_advanced_variables.md#5152-accessing-dictionary-variables)
- LO-5.1.5.2 (K1) Recall that `&{dict}` unpacks to multiple key=value pairs when accessed
- [`5.1.6 Built-In Variables`](website/docs/chapter-05/01_advanced_variables.md#516-built-in-variables)
- LO-5.1.6 (K1) Recall that Robot Framework provides access to execution information via Built-In variables
- [`5.1.3.1 Accessing List Variables`](website/docs/chapter-05/01_advanced_variables.md#5131-accessing-list-variables)
- LO-5.1.3.1 (K1) Recall that `@{list}` unpacks the values of a list variable when accessed
- [`5.1.4 Dict-Like`](website/docs/chapter-05/01_advanced_variables.md#514-dict-like)
- [`5.1.4.1 Assigning Dictionary Variables`](website/docs/chapter-05/01_advanced_variables.md#5141-assigning-dictionary-variables)
- LO-5.1.4.1 (K1) Recall that assignments to `&{dict}` variables automatically convert values to Robot Framework Dictionaries and enable dot-access
- [`5.1.4.2 Accessing Dictionary Variables`](website/docs/chapter-05/01_advanced_variables.md#5142-accessing-dictionary-variables)
- LO-5.1.4.2 (K1) Recall that `&{dict}` unpacks to multiple key=value pairs when accessed
- [`5.1.5 Built-In Variables`](website/docs/chapter-05/01_advanced_variables.md#515-built-in-variables)
- LO-5.1.5 (K1) Recall that Robot Framework provides access to execution information via Built-In variables
- [`5.2 Control Structures`](website/docs/chapter-05/02_control_structures.md)
- [`5.2.1 IF Statements`](website/docs/chapter-05/02_control_structures.md#521-if-statements)
- LO-5.2.1 (K2) Understand the purpose and basic concept of IF-Statements
Expand Down
Loading
Loading