public class Test
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
difficulty
difficulty of test: easy, medium, hard
|
java.lang.String |
name
name of the test
|
int |
numQuestion
number of questions in the test
|
| Constructor and Description |
|---|
Test() |