Overview

The Social Q&A feature of the Conferences i/o web application includes labels and text that can be customized to more align with an event or for brand consistency.

Step-by-step 

  1. Sign in as an Admin and click Branding and Custom CSS
  2. Copy the lines in the box below: 
<script>
    var custom_labels = {
        session_dashboard_qa: "Social Q&A",
        session_dashboard_ask: "Ask",
        session_dashboard_no_questions: "There are no questions right now...",
        ask_question_header: "Ask a Question",
        ask_question_field_label: "What's your question?",
        question_added_transition_normal: "Your question is being added. Just a moment.",
        question_added_transition_filter: "Your question is being added. Because the Q&A Filter is enabled, a Moderator must approve it before everyone else can see it.",
        ask_question_filter_message: "After submitting, your question will enter a moderation queue for approval."
    };
</script>
  1. On the Branding and Custom CSS page, paste the lines into the Custom Head Section


  1. Update text that appears in quotes (“”) including:
    • “Social Q&A” 
    • “Ask”(button)
    • “There are no questions right now…”
    • “Ask a Question”
    • “What’s your question?”
    • “Your question is being added. Just a moment.” 


  1. If Moderators plan to use the Approval Filter, update the following:
    • “Your question is being added. Because the Q&A Filter is enabled, a Moderator must approve it before everyone else can see it.”
    • “After submitting, your question will enter a moderation queue for approval.” 
  2. Click Save


Video Tutorial