Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pedal-edu/pedal
Browse files Browse the repository at this point in the history
  • Loading branch information
acbart committed Mar 20, 2024
2 parents 48d1dfe + 69618a9 commit 52fd649
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docsrc/teachers/tools/cait.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ Save and reference variable
match = find_match("_var_ = ___ + _var_")
student_var = match['_var_']
student_var_name = student_var.id
This will get you the name of a specific student variable. Similar functionality is available for class and function identifiers as well.

Reference a function call
^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 52fd649

Please sign in to comment.