Thursday, March 22, 2012

Text with gaps?How ?

Hello
i have to do a work for english teaching. I have to present a text with gaps. The students fill the gaps (textboxes?) with works an i need to avaliate the ansewers. Any ideas?The html Element creates non breaking space.

Textboxes would be a good idea; you can by using a style to remove the borders, so it would seem part of the text flow.

Some ppl uses a list that you have to order according to the blanks order, other prefer images and drag & drop it in its right location.

I don't know if i was helpful.


just use the <asp:TextBox...> and catch the posted value...

Not sure what the issue is?


My problem is how can i show the text and the textboxes to fill . I need to show one text page with empty textboxes to fill. I want to use a database access with the text and the correct answeres because the user needs to create more problems.

Please checkhttp://www.esab.pt/mediateca/esab/alunos/fichas/ficha.asp?npergunta=1

I did that in asp and now i don't want questions 1,2,3... but i want one text with gaps. Not easy i know...

Maybe it's better to do it in html and save the file name in my database access. After read the html file


blah blah blah <asp:textbox...> blah blah <asp:textbox...> blah blah...

That's all there is to putting a textbox in the middle of a line of text...


Thanks Curt but it seems not so easy because i have do save the exercice in a database access ( i don't write the exercice i'm only the programmer guy). Maybe its more easy to make one html file with a check button and open the html file on my webform (How can i do this i have to think). Please checkhttp://www.rsc-northwest.ac.uk/acl/courseGenieQuestionTypes/page_08.htm


Huh? Not sure I follow...

Are you saying you want to save the QUESTION in the db also, and then insert boxes to let the students fill it in?

You need to take one thing at a time here and not try to post all the issues at once.. work on getting the text to display... then work on using the .AddControl() method, then worry about capturing the inputs...


Sorry Curt
My english not help me a lot... but i liked what i heard from you. AddControl() it's a good idea. Getting text from database (one field)+Addcontrol()+get more text+AddControl()... When i get the text where can i write it? (on a label?)

0 comments:

Post a Comment