Skip to content

getlatestrounddataexportvalues

eisclimber edited this page Apr 4, 2026 · 1 revision

ButtonQuiz.GetLatestRoundDataExportValues(char)

Method in ButtonQuiz

Summary

Returns csv-values of the latest answered question.

public string GetLatestRoundDataExportValues(char sep = CsvUtility.DEFAULT_COLUMN_SEPARATOR);

Parameters

Name Description
char sep Separator character (Default: DataGatherer.DEFAULT_COLUMN_SEPARATOR).

Returns

A csv-string for the latest question.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally