Skip to content

Commit

Permalink
Update all demo explorations to the latest schema version, which
Browse files Browse the repository at this point in the history
includes the titles and categories of each exploration.
  • Loading branch information
BenHenning committed Jan 14, 2016
1 parent 4303bee commit 8125813
Show file tree
Hide file tree
Showing 15 changed files with 421 additions and 228 deletions.
46 changes: 30 additions & 16 deletions data/explorations/about_oppia.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
author_notes: ''
blurb: ''
default_skin: conversation_v1
category: Welcome
init_state_name: First State
language_code: en
objective: Learn about the world's first community-built personal online tutor
param_changes: []
param_specs: {}
schema_version: 7
schema_version: 10
skin_customizations:
panels_contents: {}
panels_contents:
bottom: []
states:
About this website:
content:
Expand Down Expand Up @@ -47,6 +48,7 @@ states:
- inputs:
x: 2
rule_type: Equals
confirmed_unclassified_answers: []
customization_args:
choices:
value:
Expand All @@ -59,8 +61,8 @@ states:
feedback:
- '...'
param_changes: []
fallbacks: []
id: MultipleChoiceInput
triggers: []
param_changes: []
Contact:
content:
Expand Down Expand Up @@ -103,6 +105,7 @@ states:
- inputs:
x: 1
rule_type: Equals
confirmed_unclassified_answers: []
customization_args:
choices:
value:
Expand All @@ -114,8 +117,8 @@ states:
feedback:
- '...'
param_changes: []
fallbacks: []
id: MultipleChoiceInput
triggers: []
param_changes: []
Contribute:
content:
Expand All @@ -140,15 +143,16 @@ states:
url-with-value="&amp;quot;https://github.com/oppia/oppia&amp;quot;"></oppia-noninteractive-link><br></div>
interaction:
answer_groups: []
confirmed_unclassified_answers: []
customization_args:
buttonText:
value: Continue
default_outcome:
dest: So what can I tell you
feedback: []
param_changes: []
fallbacks: []
id: Continue
triggers: []
param_changes: []
Credits:
content:
Expand Down Expand Up @@ -186,6 +190,7 @@ states:
- inputs:
x: 1
rule_type: Equals
confirmed_unclassified_answers: []
customization_args:
choices:
value:
Expand All @@ -197,21 +202,22 @@ states:
feedback:
- '...'
param_changes: []
fallbacks: []
id: MultipleChoiceInput
triggers: []
param_changes: []
END:
content:
- type: text
value: Congratulations, you have finished!
interaction:
answer_groups: []
confirmed_unclassified_answers: []
customization_args:
recommendedExplorationIds:
value: []
default_outcome: null
fallbacks: []
id: EndExploration
triggers: []
param_changes: []
End Card:
content:
Expand All @@ -221,22 +227,24 @@ states:
\ fun!</div>"
interaction:
answer_groups: []
confirmed_unclassified_answers: []
customization_args:
buttonText:
value: Continue
default_outcome:
dest: END
feedback: []
param_changes: []
fallbacks: []
id: Continue
triggers: []
param_changes: []
Example1:
content:
- type: text
value: <div>Great question! To demonstrate, can I ask your name?</div>
interaction:
answer_groups: []
confirmed_unclassified_answers: []
customization_args:
placeholder:
value: Type your answer here.
Expand All @@ -246,8 +254,8 @@ states:
dest: Example2
feedback: []
param_changes: []
fallbacks: []
id: TextInput
triggers: []
param_changes: []
Example2:
content:
Expand All @@ -271,6 +279,7 @@ states:
- 0.0
- 0.0
rule_type: Within
confirmed_unclassified_answers: []
customization_args:
latitude:
value: 0
Expand All @@ -283,8 +292,8 @@ states:
feedback:
- Well, not quite, but close enough!
param_changes: []
fallbacks: []
id: InteractiveMap
triggers: []
param_changes: []
Example3:
content:
Expand All @@ -297,15 +306,16 @@ states:
\ Exploration' on my home page.</div>"
interaction:
answer_groups: []
confirmed_unclassified_answers: []
customization_args:
buttonText:
value: Continue
default_outcome:
dest: So what can I tell you
feedback: []
param_changes: []
fallbacks: []
id: Continue
triggers: []
param_changes: []
First State:
content:
Expand All @@ -322,15 +332,16 @@ states:
s all up to you. And best of all, I'm completely free!</div>"
interaction:
answer_groups: []
confirmed_unclassified_answers: []
customization_args:
buttonText:
value: Continue
default_outcome:
dest: So what can I tell you
feedback: []
param_changes: []
fallbacks: []
id: Continue
triggers: []
param_changes: []
Site License:
content:
Expand Down Expand Up @@ -365,6 +376,7 @@ states:
- inputs:
x: 2
rule_type: Equals
confirmed_unclassified_answers: []
customization_args:
choices:
value:
Expand All @@ -376,8 +388,8 @@ states:
feedback:
- '...'
param_changes: []
fallbacks: []
id: MultipleChoiceInput
triggers: []
param_changes: []
So what can I tell you:
content:
Expand Down Expand Up @@ -417,6 +429,7 @@ states:
- inputs:
x: 2
rule_type: Equals
confirmed_unclassified_answers: []
customization_args:
choices:
value:
Expand All @@ -429,8 +442,9 @@ states:
feedback:
- '...'
param_changes: []
fallbacks: []
id: MultipleChoiceInput
triggers: []
param_changes: []
states_schema_version: 4
states_schema_version: 7
tags: []
title: About Oppia
Loading

0 comments on commit 8125813

Please sign in to comment.