ratingQuestionsCallback ({
 "text" : "Please tell us how to improve our documentation:",
 "checkboxes" : [
        {
        "checkbox_id"   : "more_details_chkbx",
        "checkbox_text" : "Provide more details about the topic",
        "select_id"     : 0,
        "textarea_id"   : 0,
        "placeholder"   : 0
        },
        {
        "checkbox_id"   : "fix_incorrect_chkbx",
        "checkbox_text" : "Fix incorrect information",
        "select_id"     : 0,
        "textarea_id"   : "incorrect_content_text",
        "placeholder"   : "What is incorrect?"
        },
        {
        "checkbox_id"   : "provide_missing_chkbx",
        "checkbox_text" : "Provide missing information",
        "select_id"     : 0,
        "textarea_id"   : "missing_info_text",
        "placeholder"   : "What information is missing?"
        },
        {
        "checkbox_id"   : "provide_l10n_chkbx",
        "checkbox_text" : "Provide translated version",
        "textarea_id"   : 0,
        "select_id"     : "dropdown_menu",
        "textarea_select_id" : "lang_text",
        "textarea_select_placeholder" : "Specify your language",
        "placeholder"   : 0
        },
        {
        "checkbox_id"   : "feedback_comment_chkbx",
        "checkbox_text" : "Other",
        "select_id"     : 0,
        "textarea_id"   : "feedback_comment_text",
        "placeholder"   : "Share a comment with us ..."
        }
 ],
 "languages" : [
        {
        "lang_id"  : "N/A",
        "lang_val" : "--Select--"
        },
        {
        "lang_id"  : "de",
        "lang_val" : "Deutsch"
        },
        {
        "lang_id"  : "es",
        "lang_val" : "Español"
        },
        {
        "lang_id"  : "fr",
        "lang_val" : "Français"
        },
        {
        "lang_id"  : "it",
        "lang_val" : "Italiano"
        },
        {
        "lang_id"  : "ptBR",
        "lang_val" : "Português Brasil"
        },
        {
        "lang_id"  : "ja",
        "lang_val" : "日本語"
        },
        {
        "lang_id"  : "ko",
        "lang_val" : "한국어"
        },
        {
        "lang_id"  : "zhCN",
        "lang_val" : "简体中文"
        },
        {
        "lang_id"  : "zhTW",
        "lang_val" : "繁體中文"
        },
        {
        "lang_id"  : "other-lang",
        "lang_val" : "Other Language"
        }
 ],
  "submit_button" : {
        "button_id"   : "feedback-submit",
        "button_name" : "Submit"
  },
  "close_button" : {
        "button_id"   : "feedback-close-butt",
        "button_name" : "Close"
  },
 "thanks" : "Thank you for your feedback! If you want to participate in content improvement and share additional information, please click Feedback button."
});
