i am new in android.i make a simple maths apps. i use the check box for select right option but problem is here the answer option is not only one but also two,three means
What's wrong is your if condition. It should be:
if( isChecked )
and not
if( chk.isChecked() )