getcurrentquestioncsvexportvalue - eisclimber/ExPresS-XR GitHub Wiki
Method in ButtonQuiz
Returns csv-values of the currently displayed question.
public string GetCurrentQuestionCsvExportValue(char sep = CsvUtility.DEFAULT_COLUMN_SEPARATOR);| Name | Description |
|---|---|
char sep |
Separator character (Default: DataGatherer.DEFAULT_COLUMN_SEPARATOR). |
A csv-string for the currently displayed question.