Test Details
fun TestDetails( id: String, title: String, description: String, language: String, localDateTime: LocalDateTime, totalNumberOfWorkBooks: Int, testDurationInMinutes: Int, testStatus: Status)
Content copied to clipboard
Parameters
title
the title of the test.
description
the description of the test.
language
indicates the language that the test focuses on.
local Date Time
an instance of LocalDateTime that indicates the time and date of the test. The getLocalDateTimeForMillis static method can be used to generate the instance for a given timestamp in milliseconds.
total Number Of Work Books
indicates the total number of questions in this test.
test Duration In Minutes
indicates the number of minutes allotted for each question.