Default Examer Expandable Test Card
@Composable
Content copied to clipboard
This is a default implementation of ExamerExpandableTestCard which displays the ExamerCardExpandedContent when the card is expanded. ExamerExpandableTestCard provides slot for defining the content to be displayed when the card is expanded.
Parameters
test
an instance of TestDetails that the card will use to display the information.
is Expanded
indicates whether the card is expanded.
on Expand Button Click
callback to be called when the expand button of the card is clicked.
on Take Test Button Click
callback to be called when the take test button is clicked.
modifier
the Modifier to be applied to the composable.
on Click
callback to be called when the card is clicked
is24Hour Time Format
indicates whether the time information displayed in the card is in 24 hour format.