You can create evaluations quickly by using templates.
Copy the Template ID from the Web
Initialize the SDK
Create an evaluation using the template
Add Files to the Evaluation
Finalize the evaluation
SCORED
: Rating scale questions (e.g., 1-5 Likert scale)NON_SCORED
: Multiple/Single choice questionsCOMPARISON
: Comparison questions (for double evaluations)DO
, WARNING
, DONT
options
in SCORED
questions: - score
is automatically generated only
for SCORED
questions. If there are 5 options, the first option in the list
receives a score of 5, the second option receives a score of 4, and so on,
down to a score of 1 for the last option. - order
is the index of the option
in the list, starting from 0. - For more detailed explanations, please refer
to the reference
documentation.Prepare Template
.json
extensionCreate Evaluation
add_file()
method for adding individual filesadd_files()
method to add pairs of filesFinalize the Evaluation