I'm creating a form that students fill in as they arrive at class.
Just name, email, etc.
When the class is over I want to display a form for the teacher to
enter the grades.

So, no problem on the students entering their info, I just have a
Student model.
I have a Score model that has the score and a ForeignKey to the
student.

That makes sense to me, but I'm have bunches of trouble figuring out
how to display the form to the teacher

I want a list of student names with an <input> form for each grade. So
I'm figuring a formset is what I need, based on the Score model. But I
don't get how to associate the student with the score the teacher
enters.

thanks for any pointers.
--Tim Arnold

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to