multi_questionnaire.default | R Documentation |
Refer to the documentation on advanced tree visualization for more information.
## Default S3 method:
multi_questionnaire(obj, ...)
obj |
The questions to visualize. Refer to the Julia documentation on multi-learner visualizations for more information. |
... |
Additional arguments (unused) |
Julia Equivalent:
IAI.MultiQuestionnaire
Requires IAI version 1.1 or higher.
## Not run:
iai::multi_questionnaire(list("Questionnaire for" = list(
"first learner" = lnr1,
"second learner" = lnr2
)))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.