$rootScope.$on('socket:cachedQuestions', function(ev, data) {
            $log.debug('Cached Question msgs retrieved: ' + JSON.stringify(data));
            $rootScope.$broadcast('cachedQuestions', data);
        });