Enhance logging with student details in evaluation

Updated `iterateOverDashboardTable.js` to include student name and ID in log output. Added functions in `evaluateStartPakket.js` to fetch student name and ID from specified selectors. Adjusted `.gitignore` to exclude `.idea` directory.
This commit is contained in:
bdaneels
2024-11-27 16:39:20 +01:00
parent b92f1c8c29
commit 3b4ccefa66
3 changed files with 27 additions and 3 deletions

3
.gitignore vendored
View File

@@ -1,2 +1,3 @@
node_modules
vars.js
vars.js
.idea