Click here to Skip to main content
15,896,606 members
Home / Discussions / C#
   

C#

 
QuestionSpelling Test Pin
dennycrane17-Apr-08 7:37
dennycrane17-Apr-08 7:37 
GeneralRe: Spelling Test Pin
Edmundisme17-Apr-08 7:54
Edmundisme17-Apr-08 7:54 
GeneralRe: Spelling Test Pin
led mike17-Apr-08 8:00
led mike17-Apr-08 8:00 
GeneralRe: Spelling Test Pin
dennycrane17-Apr-08 8:00
dennycrane17-Apr-08 8:00 
GeneralRe: Spelling Test Pin
ChrisKo17-Apr-08 8:17
ChrisKo17-Apr-08 8:17 
GeneralRe: Spelling Test [modified] Pin
Edmundisme17-Apr-08 9:16
Edmundisme17-Apr-08 9:16 
GeneralRe: Spelling Test [modified] Pin
dennycrane17-Apr-08 9:37
dennycrane17-Apr-08 9:37 
GeneralRe: Spelling Test Pin
Edmundisme17-Apr-08 9:55
Edmundisme17-Apr-08 9:55 
Of course it's possible to compare two sentences. A sentence is just a string, right? But how will comparing sentences solve your problem? The user will be spelling words, not sentences, right? Don't start solving the wrong problem!

I think you need to take a step back and think about what you're trying to do. Spend some time with paper and pencil and sketch out some use-cases. This will help you conceptualize the problem. For example, what do you want the user experience to be? Pretend that you are going to take a spelling test. How would you expect the application to behave? Once you jot down the basic use case, start considering edge cases. For example, what if I decide to change my answer after I've already typed it in? Will the words be checked immediately after they are entered? Or will they be checked all at once when the user "finishes" the test? If the audio is not associated with the words in your program, how will you know which word the user was trying to spell? What if the user spells the words in the wrong order (the application expected them to spell "Hello" then "Hyperbole" but they spelled "Hyperbole" then "Hello")?

Going through the use cases will help you conceptualize the problem and prevent you from being short-sighted in your solution.

Good luck!
GeneralRe: Spelling Test Pin
dennycrane17-Apr-08 10:19
dennycrane17-Apr-08 10:19 
GeneralRe: Spelling Test Pin
Edmundisme17-Apr-08 10:29
Edmundisme17-Apr-08 10:29 
GeneralRe: Spelling Test Pin
User 665817-Apr-08 10:32
User 665817-Apr-08 10:32 
GeneralRe: Spelling Test Pin
Luc Pattyn17-Apr-08 10:55
sitebuilderLuc Pattyn17-Apr-08 10:55 
QuestionEXE wont load Pin
Ashley Staggs17-Apr-08 7:36
Ashley Staggs17-Apr-08 7:36 
GeneralRe: EXE wont load Pin
Edmundisme17-Apr-08 7:51
Edmundisme17-Apr-08 7:51 
GeneralRe: EXE wont load Pin
Ashley Staggs17-Apr-08 10:07
Ashley Staggs17-Apr-08 10:07 
GeneralRe: EXE wont load Pin
Edmundisme17-Apr-08 10:18
Edmundisme17-Apr-08 10:18 
GeneralRe: EXE wont load Pin
Ashley Staggs17-Apr-08 10:23
Ashley Staggs17-Apr-08 10:23 
GeneralRe: EXE wont load Pin
Edmundisme17-Apr-08 10:36
Edmundisme17-Apr-08 10:36 
GeneralRe: EXE wont load Pin
Luc Pattyn17-Apr-08 11:01
sitebuilderLuc Pattyn17-Apr-08 11:01 
GeneralRe: EXE wont load Pin
Ashley Staggs18-Apr-08 5:34
Ashley Staggs18-Apr-08 5:34 
GeneralRe: EXE wont load Pin
Luc Pattyn18-Apr-08 6:20
sitebuilderLuc Pattyn18-Apr-08 6:20 
QuestionC#,ports Pin
mousavi12817-Apr-08 6:47
mousavi12817-Apr-08 6:47 
GeneralRe: C#,ports Pin
Luc Pattyn17-Apr-08 11:04
sitebuilderLuc Pattyn17-Apr-08 11:04 
GeneralC# Parameter Pin
parth.p17-Apr-08 6:16
parth.p17-Apr-08 6:16 
GeneralRe: C# Parameter Pin
qyy17-Apr-08 6:44
qyy17-Apr-08 6:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.