2013-06-05 02:49:02 +08:00
|
|
|
#
|
2017-04-28 03:59:16 +08:00
|
|
|
# Copyright (C) 2011 - present Instructure, Inc.
|
2013-06-05 02:49:02 +08:00
|
|
|
#
|
|
|
|
# This file is part of Canvas.
|
|
|
|
#
|
|
|
|
# Canvas is free software: you can redistribute it and/or modify it under
|
|
|
|
# the terms of the GNU Affero General Public License as published by the Free
|
|
|
|
# Software Foundation, version 3 of the License.
|
|
|
|
#
|
|
|
|
# Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
|
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
|
|
# A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
|
|
|
# details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Affero General Public License along
|
|
|
|
# with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
#
|
2011-03-10 00:11:22 +08:00
|
|
|
module BasicLTI
|
2011-09-29 00:21:23 +08:00
|
|
|
end
|
2013-06-05 02:49:02 +08:00
|
|
|
|
|
|
|
require_dependency 'basic_lti/basic_outcomes'
|