|
@@ -60,7 +60,7 @@ class JudgmentFragment : BaseFragment<FragmentJudgmentBinding>() {
|
|
|
btnNext.setOnSingleClickListener {
|
|
|
if (questionId == 29) {
|
|
|
val controller = Navigation.findNavController(it)
|
|
|
- controller.navigate(R.id.action_judgmentFragment_to_multipleChoiceFragment)
|
|
|
+ controller.navigate(R.id.action_judgmentFragment_to_drawDesignsFragment)
|
|
|
} else {
|
|
|
if (question != null) {
|
|
|
if (question!!.inputString.isNullOrEmpty()) {
|