Package | Description |
---|---|
questiondb |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Collection<QuestionEntry> |
QuestionList.questions |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
QuestionList.questionPopup(QuestionEntry q)
question popup will bring up the question popup dialogue when a
QuestionEntry q moused over for a long enough amount of time.
|
(package private) abstract void |
QuestionList.toggleQuestionSelect(QuestionEntry q)
toggleQuestionSelect will toggle the QuestionEntry q as (un)marked,
either for editing/removal or for being added to a test.
|