I have an activity with four checkboxes in it in a typical quiz format. I am trying to allow user to to edit the question(check box text) and check the check boxes he/she wishes to. Any suggestions on how to do this?
one of my four checkboxes are currently like this
<CheckBox
android:id="@+id/checkBox1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:editable="true"
android:text="type answer 1 here. Select check box if this is the right answer" />