diff --git a/README.md b/README.md
index e14be5e..09e3396 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
-# koseu-site
+# Using Koseu
-A Very Simple Example of a Koseu LMS Instance
+![VerdantLearn](src/images/VLlogo_100px.png)
+
+This site is VerdantLearn's first Koseu instance
Setup On Localhost
------------------
diff --git a/index.php b/index.php
index 1220497..e9c869f 100644
--- a/index.php
+++ b/index.php
@@ -8,7 +8,7 @@
?>
-
Hosting Your Own MOOC
+
My course title
Welcome to our Massive Open Online Course (MOOC). Now that you have logged in, you have access to
@@ -28,7 +28,7 @@
Privacy is important so there is a sample
-Privacy Policy that is provided as a starting point.
+Privacy Policy that is provided as a starting point. This is also an example of how to refer to a php file located in the main directory
diff --git a/lessons.json b/lessons.json
index 1ca1c81..e2deece 100644
--- a/lessons.json
+++ b/lessons.json
@@ -1,12 +1,12 @@
{
-"title": "Hosting Your Own MOOC with Koseu",
-"description" : "This is merely a sample lessons.json borrowed from www.tsugi.org. You should edit this file with your own course materials, LTI tools, and videos.",
+"title": "Tools",
+"description" : "Experiments with GIFT and other tools",
"modules": [
{
- "title": "Overview of Tsugi",
- "anchor": "overview",
+ "title": "Tool experiments",
+ "anchor": "tools",
"icon" : "fa-clone",
- "description": "This gives some context around what Tsugi is and why Tsugi is being developed.",
+ "description": "Here is the place where I try out different Tsugi tools",
"slides": "lectures/00-Mini.pptx",
"videos" : [
{
@@ -16,49 +16,42 @@
]
},
{
- "title": "Using Tsugi Apps in a Learning System",
- "anchor": "tsugitools",
+ "title": "Content order",
+ "anchor": "order",
"icon" : "fa-cloud",
- "description": "TsugiCloud provides free hosting for open source Tsugi tools. Teachers can use TsugiCloud tools in their Learning Management Systems (LMS) or Google Classroom for free. Developers can submit their tools to TsugiCloud for free hosting and use by teachers. Developers can also host their own Tsugi app store if they like.",
+ "description": "Experimenting with the order of tools, e.g. by adding multiple assignments in different places",
"videos" : [
{
"title" : "Using TsugiCloud in Google Classroom",
"youtube" : "SeAsoA_fJo0"
- },
- {
- "title" : "Using TsugiCloud in Sakai",
- "youtube" : "au2_C_2PgIA"
}
],
"references" : [
{
"title" : "TsugiCloud (free Tsugi Hosting)",
"href" : "https://www.tsugicloud.org/"
- },
- {
- "title" : "Using TsugiCloud with Google Classroom",
- "href" : "https://www.tsugicloud.org/about/documentation/howto/classroom"
- },
- {
- "title" : "Using TsugiCloud with Canvas",
- "href" : "https://www.tsugicloud.org/about/documentation/howto/canvas"
- },
- {
- "title" : "Using TsugiCloud with Sakai",
- "href" : "https://www.tsugicloud.org/about/documentation/howto/sakai"
}
]
},
{
- "title": "Pre-Requisite: Learning PHP and MySQL",
- "anchor": "wa4e",
+ "title": "Media experiments",
+ "anchor": "media",
"icon" : "fa-clone",
- "description": "If you don't know how to use PHP, MySQL, and JavaScript, to build web applications, we recommend you take 'Web Applications for Everybody'. You can earn a certificate on Coursera or take the course at our free online web site.",
+ "description": "Experimenting with different types of media, such as revealJS slides, embedded Observable etc",
"references" : [
{
"title" : "Web Applications for Everybody Specialization (Coursera)",
"href" : "https://www.coursera.org/specializations/web-applications/"
- },
+ }
+ ]
+}
+,
+{
+ "title": "blah blah",
+ "anchor": "module4",
+ "icon" : "fa-clone",
+ "description": "What will we learn here?",
+ "references" : [
{
"title" : "Web Applications for Everybody (WA4E)",
"href" : "https://www.wa4e.com/"
diff --git a/mod/README.md b/mod/README.md
new file mode 100644
index 0000000..cc55242
--- /dev/null
+++ b/mod/README.md
@@ -0,0 +1,5 @@
+This folder is used to checkout Tsugi tools from other repositories like:
+
+https://github.com/tsugitools
+
+https://github.com/tsugicontrib/
diff --git a/mod/config.php b/mod/config.php
new file mode 100644
index 0000000..b2d6929
--- /dev/null
+++ b/mod/config.php
@@ -0,0 +1,6 @@
+wwwroot."/store");
diff --git a/src/images/VLlogo_100px.png b/src/images/VLlogo_100px.png
new file mode 100644
index 0000000..61764c8
Binary files /dev/null and b/src/images/VLlogo_100px.png differ