app
app
/
com.example.examer.ui.components
/
MultiChoiceQuestionCard
Multi
Choice
Question
Card
@
Composable
fun
MultiChoiceQuestionCard
(
questionNumber
:
Int
,
question
:
String
,
options
:
Array
<
String
>
,
mark
:
Int
,
currentlySelectedIndex
:
Int
,
onOptionClick
:
(
index
:
Int
,
questionNumber
:
Int
,
string
:
String
)
->
Unit
,
modifier
:
Modifier
=
Modifier
)
Content copied to clipboard