11 Posts
Cleber
6 years ago
Topic

Hello everyone! 

I have a Form (Student Registration Form) with the following fields: 

NAME | TURMA | DISCIPLINE | NOTE | FAULTS

The administrator will enroll all students in the BackEnd and leave the teacher the task of posting notes and faults in the FrontEnd.

For this I am creating a List based on the form above, in the form of table and with the fields:

NAME | TURMA | DISCIPLINE | NOTE | FAULTS | FIELD EDIT.

 Following this procedure the teacher can perfectly cast the grade and absences of each student in the class. The problem is that for this he has to individually access each student through the edit button. 

Do you have a procedure where you can throw those notes into a single table without having to use the edit button for each student?

Thank you for your attention!

Get a VIP membership
4229 Posts
Kadministrator
6 years ago
1
Level 1

You could have separate notes content type with a select dynamic listing students and their ids and linking note to the student by this (teacher would select a student that is related to this note). Then you would display notes for each student by filtering list by users id either using a separate menu, list module or list field.

11 Posts
Cleber
6 years ago
0
Level 2

Perfect!
Thanks for the help Klas!

Get a VIP membership