It sounds like you created seperate fields in the datasource for the student
and the teacher. The controls in the teacher view should be bound to the same
datasource fields as the controls in the student view. If you just drag and
drop a text box to the teacher view and put a title next to it that is the
same as the student view, it just creates a new field - so it wont show what
the user picked.
The best way to avoid it is to create the student view, add the controls
(questions) to it, then do a select all-copy, and create a teacher view and
do paste. that will copy the student view to the teacher view and all the
controls are still bound correctly.

Signature
Ishai Sagi
www.spstips.blogspot.com
Developer tips for SharePoint
> Ive followed the steps outlined on the Survey Creator article (posted
> 24/01/07) and Im hoping that someone can help explain to me how I keep (save)
[quoted text clipped - 3 lines]
>
> Can someone please help me?? THANKS!!!
Kat - 14 Feb 2007 06:30 GMT
Thank you for your response, I managed to make it work!
Now my next question is...
Somehow I have a separate .xsn file and an .xml file and to distribute the
"survey" I need to combine the two of them together. How do I do this?