/* global $, APP, config, interfaceConfig */
import UIEvents from "../../service/UI/UIEvents";
/*
 * Created by Yana Stamcheva on 2/10/15.
 */
var messageHandler = require("./util/MessageHandler");
/**
 * Constructs the html for the overall feedback window.
 *
 * @returns {string} the constructed html string
 */
var constructOverallFeedbackHtml = function() {
    var feedbackQuestion = (Feedback.feedbackScore < 0)
        ? '
' + APP.translation
        .translateString("dialog.feedbackQuestion")
        : '';
    var message = '
' +
        '
' +
        APP.translation.translateString("dialog.thankYou",
                                        {appName:interfaceConfig.APP_NAME}) +
        '
' +
        feedbackQuestion +
        '
' +
        '
' +
        '
' +
        '
' +
        '
' +
        '
' +
        '
' +
        '
' +
        '
' +
        APP.translation.translateString("dialog.sorryFeedback") +
        '
' +
        '
' +
        '' +
        '