TechnicalRepresentation

public class TechnicalRepresentation implements Serializable

The technical representation of a Question which was used to generate the question for instance in an online Instrument.

Fields

language

private String language

The technical language of the source of this representation. E.g. „qml“. Must not be empty and must not contain more than 32 characters.

serialVersionUID

private static final long serialVersionUID

source

private String source

The source code of the question. Must not be empty and must not contain more than 1 MB characters.

type

private String type

The type of the technical representation. E.g. „zofar“. Must not be empty and must not contain more than 32 characters.