getquestioncsvexportvalues - eisclimber/ExPresS-XR GitHub Wiki
Method in ButtonQuizQuestion
Returns the csv header of the question as csv-string.
public string GetQuestionCsvExportValues(char sep = CsvUtility.DEFAULT_COLUMN_SEPARATOR);| Name | Description |
|---|---|
char sep |
Separator character (Default: DataGatherer.DEFAULT_COLUMN_SEPARATOR). |
A multi-line csv string of the export data of all questions.