angular.module('rr0')
    .service('matrixService', ['$log', '$q', '$rootScope', '$http', function ($log, $q, $rootScope, $http) {
        'use strict';

        function Question(t, i) {