Hi
I am creating a system for myself as a teacher to keep track of students and their progress during various lessons. I want to automate the process of setting up the system. either by using for example templater, quick add or Modal Forms. Or any combination of those or some other plugin for that matter. However I dont know enough to do this yet and would very much appreciate some help.
I want a template for the student note and it should include a dataview section. This section needs to have the following variables
StudentFirstName_StudentLastName_attending
StudentFirstName_StudentLastName_comment
StudentFirstName_StudentLastName_Score
and then a link to the note itself which should be named
[[StudentFirstName StudentLastName]]
in other words the name of the note just has a space between first name and last name, not underscore like in the variables.
How can I automate this?
Here is an example of the result I want. In this case I dont have any real names, but I want the acutal names of the student to be added in this format. Amd I wonder if it can be done in a simple way?
Table StudentFirstName_StudentLastName_attending as Attended, StudentFirstName_StudentLastName_comment as Comment, StudentFirstName_StudentLastName_Score as Score, lesson_summary as "Lesson Summary", date
From [[StudentFirstName StudentLastName]]
where type = "lesson"
Sort date DESC