Returns the available meta fields for the submodule.
File: src/modules/evaluators/element-responses.php
Element_Responses::get_chart_json()
Returns the JSON data to generate the chart.
Element_Responses::register_assets()
Registers all assets the submodule provides.
Element_Responses::enqueue_form_builder_assets()
Enqueues scripts and stylesheets on the form editing screen.
Element_Responses::enqueue_submission_results_assets()
Enqueues scripts and stylesheets on the submissions list table view.
Element_Responses::enabled()
Checks whether the evaluator is enabled for a specific form.
Element_Responses
Class for an evaluator for individual element responses.
Element_Responses::bootstrap()
Bootstraps the submodule by setting properties.
Element_Responses::evaluate_single()
Evaluates a specific form submission.
Element_Responses::show_results()
Renders evaluation results for a specific form.