diff --git a/pages/DesignTips.html b/pages/DesignTips.html index 9ea5dcc..70c33ff 100644 --- a/pages/DesignTips.html +++ b/pages/DesignTips.html @@ -9,9 +9,9 @@
One of Oppia's strengths is its ability to bring interactivity and - guided discovery learning + guide towards discovery learning - to online, computer-based learning. Thus, a common format for an Oppia exploration is to pose a problem to the reader and guide them towards + In online, computer-based learning. Thus, a common format for an Oppia exploration is to pose a problem to the reader and guide them towards solving this problem by posing a series of questions. This way, the reader actively discovers the answer with the exploration's help, as opposed to just being told what the answer is. @@ -28,7 +28,7 @@
@@ -107,14 +107,14 @@
Another way to deal with wrong answers is to simply loop back and ask the question again. But for this to be beneficial and educational, you must tell the student what was wrong with their answer. Therefore, when using - loopbacks like this, you should classify the possible wrong answers in as + loop-backs like this, you should classify the possible wrong answers in as much detail as possible, and provide detailed feedback on why a particular answer was wrong. (It might also be a good idea to mix and match: loop the student back to the question for simple mistakes, but take them on a longer @@ -124,7 +124,7 @@
There are some considerations and issues to watch out for when using - loopbacks: + loop-backs:
- A good rule of thumb for whether you should use loopbacks is whether you + A good rule of thumb for whether you should use loop-backs is whether you can separate all the possible "wrong" answers into large groups, for which you can provide explicit helpful feedback that gives the reader more information. If not, you may be better off branching into a longer @@ -229,7 +229,7 @@
- Oppia's parameter functionality enables a number of interesting design + Oppia's parameter functionality enables a number of interesting design and patterns. Here is a more detailed guide to using parameters, with examples.
@@ -335,7 +335,7 @@It's easy to create a randomized parameter that takes one of several @@ -348,7 +348,7 @@
Often, when a student returns to a card they already visited, the original @@ -359,7 +359,7 @@
- {{if redux == "1" then "'So, how do you think he does it?' asks your friend." else "Ah, so where were we again?"}}
+ {{if redux == "1" then "'So, how do you think he does it?' asks your friends." else "Ah, so where were we again?"}}
@@ -385,7 +385,7 @@ Sometimes it's useful to use parameters in the feedback you give to the @@ -406,7 +406,7 @@
- Even if your exploration is not mathematical, it can be useful to echo back
+ Even if your exploration is not mathematical, it can be useful to Echoing_back_to
the student's answer either immediately ("Oh, so you think that
{{answer}}
?") or later on ("I think you said that your
favorite color was {{color}}
?"). For the latter case, you'd
diff --git a/pages/DownloadingAnExploration.html b/pages/DownloadingAnExploration.html
index f9a49c6..40273d4 100644
--- a/pages/DownloadingAnExploration.html
+++ b/pages/DownloadingAnExploration.html
@@ -4,7 +4,7 @@
diff --git a/pages/EmbeddingAnExploration.html b/pages/EmbeddingAnExploration.html index 555548c..ac7cb5d 100644 --- a/pages/EmbeddingAnExploration.html +++ b/pages/EmbeddingAnExploration.html @@ -3,7 +3,7 @@
@@ -26,7 +26,7 @@
@@ -34,7 +34,7 @@
<script src="//cdn.jsdelivr.net/gh/oppia/oppia@2.5.5/assets/scripts/oppia-player-0.0.3.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/oppia/0.0.3/oppia-player.min.js"></script> @@ -70,18 +70,18 @@
The meanings of the various attributes are as follows:
@@ -131,7 +131,7 @@
diff --git a/pages/ImprovingAnExploration.html b/pages/ImprovingAnExploration.html index 488553b..e155716 100644 --- a/pages/ImprovingAnExploration.html +++ b/pages/ImprovingAnExploration.html @@ -13,7 +13,7 @@
If you want to improve an exploration, one starting point is to take a look at the answers that readers submitted. To view these, click on the - "Exploration Stats" tab in the exploration editor. If any reader has viewed + "Exploration Status" tab in the exploration editor. If any reader has viewed your exploration, you should see a page like this one:
diff --git a/pages/Parameters.html b/pages/Parameters.html index 92aa48e..db59e8e 100644 --- a/pages/Parameters.html +++ b/pages/Parameters.html @@ -13,10 +13,10 @@@@ -29,7 +29,7 @@
@@ -51,7 +51,7 @@
@@ -82,7 +82,7 @@
{{a}}
- You can make a card that asks the learner for her name, and that takes a
+ You can make a card that asks the learner for her/his name, and that takes a
text answer. In the following card, the {{answer}}
parameter will hold the user's name, since this would be the last answer
entered. You could create a parameter change at the start of this card that
@@ -265,7 +265,7 @@
You can use a parameter to keep track of the number of times the learner diff --git a/pages/PlanningAnExploration.html b/pages/PlanningAnExploration.html index f8aa375..6a02777 100644 --- a/pages/PlanningAnExploration.html +++ b/pages/PlanningAnExploration.html @@ -4,7 +4,7 @@
@@ -54,7 +54,7 @@
@@ -91,7 +91,7 @@
- Note that subsequent cards will also say something, and expect an answer + Note: That subsequent cards will also say something, and expect an answer from the learner. This is similar to a teacher asking a question of a student, and waiting for the answer.
diff --git a/pages/TheExplorationEditor.html b/pages/TheExplorationEditor.html index 929ad55..c4deab8 100644 --- a/pages/TheExplorationEditor.html +++ b/pages/TheExplorationEditor.html @@ -58,7 +58,7 @@Here, you can write whatever you want the learner to read. The content can be about any topic/subject, and would end with a question or statement that - invites the learner to interact with Oppia. You can also include rich-text + invites the learner to interact with "Oppia". You can also include rich-text elements like images, videos and links.
diff --git a/pages/WhatIsOppia.html b/pages/WhatIsOppia.html index c079020..3d2d1fe 100644 --- a/pages/WhatIsOppia.html +++ b/pages/WhatIsOppia.html @@ -20,7 +20,7 @@Our mission is to make it possible for anyone to learn anything they want - to in an effective and enjoyable way. + to do in an effective and enjoyable way.
One of the best ways to learn is by doing stuff and getting feedback. You diff --git a/pages/home.html b/pages/home.html index 0cd5f72..45eb47e 100644 --- a/pages/home.html +++ b/pages/home.html @@ -65,12 +65,12 @@
With Oppia, you can:
- Oppia aims to help you learn everything you want to in an effective, enjoyable way. So far, we've developed a platform that allows people to create and share bite-sized interactive learning material, but this is just a first step. We're planning to add new features in order to bring you more interesting experiences with Oppia. + Oppia aims to help you learn everything you want to learning an effective, enjoyable way. So far, we've developed a platform that allows people to create and share bite-sized interactive learning material, but this is just a first step. We're planning to add new features in order to bring you more interesting experiences with Oppia.
- There are many ways to help! If you're interested, please see the + There are many ways to help! If you're interested, please see the Oppia Github: contributor wiki.
@@ -113,7 +113,7 @@