app
app
/
com.example.examer.ui.screens
/
WorkBookScreen
Work
Book
Screen
@
Composable
fun
WorkBookScreen
(
questionList
:
List
<
MultiChoiceQuestion
>
,
onFooterButtonClick
:
(
answersMap
:
Map
<
MultiChoiceQuestion
,
IndexOfChosenOption
>
)
->
Unit
,
buttonTextValue
:
ButtonTextValue
=
ButtonTextValue.NEXT_WORKBOOK
)
Content copied to clipboard