Charts show average scores (1-10) from submitted feedback records.
Chart Source
[[ card.description ]]
Only logged-in admin users can view this table.
| ID | User Id | Contact Email | Full Name | Register Email | Type | Source | Option A | Score A | Option B | Score B | Created | Comment |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| [[ row.id ]] | [[ row.user_id || 'NULL' ]] | [[ row.contact_email || 'NULL' ]] | [[ row.full_name || 'NULL' ]] | [[ row.registered_email || 'NULL' ]] | [[ renderFeedbackType(row.feedback_type) ]] | [[ row.submission_type ]] | [[ row.option_a_label ]] | [[ row.rating_option_a ]] | [[ row.option_b_label ]] | [[ row.rating_option_b ]] | [[ formatTime(row.created_at) ]] | [[ row.feedback_text || 'NULL' ]] |
| No feedback records found for the current filter. | ||||||||||||
Only logged-in admin users can view this table. Shows the User id, full name, contact email, Register Email and true false of Submitted feedback.
| User Id | Full Name | Contact Email | Register Email | Submitted Feedback | Logged When Submitting |
|---|---|---|---|---|---|
| [[ row.user_id ]] | [[ row.full_name || 'NULL' ]] | [[ row.contact_email || 'NULL' ]] | [[ row.registered_email || 'NULL' ]] | [[ row.submitted_feedback ? 'true' : 'false' ]] | [[ (row.full_name && row.contact_email) ? 'true' : 'false' ]] |
| No users found. | |||||