From 69618a904dded47b0c63f014dd0b6969988045a4 Mon Sep 17 00:00:00 2001 From: gusukumals Date: Wed, 20 Mar 2024 19:29:54 -0400 Subject: [PATCH] Adding extra details about getting variable names to save and reference variables --- docsrc/teachers/tools/cait.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docsrc/teachers/tools/cait.rst b/docsrc/teachers/tools/cait.rst index 10e5ec1..1f15d83 100644 --- a/docsrc/teachers/tools/cait.rst +++ b/docsrc/teachers/tools/cait.rst @@ -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 ^^^^^^^^^^^^^^^^^^^^^^^^^