public abstract class MakePublic
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
MakePublic.AddUser
The user can add other users to view or take the tests
|
class |
MakePublic.DeleteUser
Delete current users that can view or take the test
|
class |
MakePublic.EditUser
Edit existing users that can currently view or take tests
|
static class |
MakePublic.UserType
types of users to select from when adding or editing
|
Constructor and Description |
---|
MakePublic() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
publish()
sets the selected test to public
|