How to use the Star rating for individual students work

Hello,

I am building a driving school app and am struggling to work out how I can use the star rating component to allow the instructor to rate a students driving skills out of 5 for a multiple skills.

I have created a student collection and a driving skills collection.

Need help as my brain is going to explode soon

Hey Bolino, this is very simple to use.

When you add a start rating component, and user select any stars from 1 to 5, you need to add an update to a collection.

In you case, you should have a rating column in your students collection, and when the instructor rates the student, update the field for that student with the stars selected. It is stored as numeric value from 1-5 in your database based on the selection.

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.