forked from tsugitools/quickwrite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
register.php
27 lines (26 loc) · 895 Bytes
/
register.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php
$REGISTER_LTI2 = array(
"name" => "Quick Write", // Name of the tool
"FontAwesome" => "fa-pencil-square", // Icon for the tool
"short_name" => "Quick Write",
"description" => "A simple tool to prompt users to respond to short answer questions.", // Tool description
"messages" => array("launch"),
"license" => "Apache",
"languages" => array(
"English"
),
"analytics" => array(
"internal"
),
"source_url" => "https://github.com/udaytonapps/quickwrite",
"screen_shots" => array(
"images/QW-Splash.png",
"images/QW-InstructorQuestions.png",
"images/QW-Instructor-ToolMenu.png",
"images/QW-Help.png",
"images/QW-Instructor-StudentResults.png",
"images/QW-Instructor-QuestionResults.png",
"images/QW-StudentView.png",
"images/QW-StudentView-Answered.png",
)
);