toggle menu
A+ Courses
4.0.0-beta1
JVM
switch theme
search in API
A+ Courses
/
fi.aalto.cs.apluscourses.services.exercise
/
ExercisesUpdaterService
/
Points
/
Module
Module
data
class
Module
(
val
id
:
Long
,
val
name
:
String
,
val
maxPoints
:
Int
,
val
pointsToPass
:
Int
,
val
submissionCount
:
Int
,
val
points
:
Int
,
val
pointsByDifficulty
:
Map
<
String
,
Int
>
,
val
passed
:
Boolean
,
val
exercises
:
List
<
ExercisesUpdaterService.Points.Exercise
>
)
Members
Constructors
Module
Link copied to clipboard
constructor
(
id
:
Long
,
name
:
String
,
maxPoints
:
Int
,
pointsToPass
:
Int
,
submissionCount
:
Int
,
points
:
Int
,
pointsByDifficulty
:
Map
<
String
,
Int
>
,
passed
:
Boolean
,
exercises
:
List
<
ExercisesUpdaterService.Points.Exercise
>
)
Properties
exercises
Link copied to clipboard
val
exercises
:
List
<
ExercisesUpdaterService.Points.Exercise
>
id
Link copied to clipboard
val
id
:
Long
max
Points
Link copied to clipboard
val
maxPoints
:
Int
name
Link copied to clipboard
val
name
:
String
passed
Link copied to clipboard
val
passed
:
Boolean
points
Link copied to clipboard
val
points
:
Int
points
By
Difficulty
Link copied to clipboard
val
pointsByDifficulty
:
Map
<
String
,
Int
>
points
To
Pass
Link copied to clipboard
val
pointsToPass
:
Int
submission
Count
Link copied to clipboard
val
submissionCount
:
Int