public interface IReportElement
| Select report types for element 'Main element' |
| Summary report |
| Detailed statistics |
| .......... |
| .......... |
| Essay field texts |
| Text in matrix cells |
| My report type 1 (Plugin) |
| My report type 2 (Plugin) |
getQuestionReportHTML
will be added to every question in the report element, after built-in
report types:
| Report element | ||||
|
Element title Element description
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
availableForReport(long surveyId,
long reportId)
Returns true if report type is available for the specified survey/report.
|
java.lang.String |
getElementType(long surveyId,
long reportId)
Gets the report type name.
|
java.lang.String |
getQuestionReportHTML(long surveyId,
int questionNo,
long reportId)
Gets report html for a report type.
|
java.lang.String getElementType(long surveyId,
long reportId)
surveyId - Survey idreportId - Report idboolean availableForReport(long surveyId,
long reportId)
getQuestionReportHTML() will be added to the report
after all built-in report types.surveyId - Survey idreportId - Report idjava.lang.String getQuestionReportHTML(long surveyId,
int questionNo,
long reportId)
surveyId - Survey idquestionNo - Question numberreportId - Report idBuilt on July 29 2025