Skip to content

Commit

Permalink
Addressing optional review suggestions.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenHenning committed Jan 13, 2016
1 parent e058db7 commit 50c0fa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/explorations/all_interactions/all_interactions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ blurb: ''
category: Test
init_state_name: Text Input
language_code: en
objective: Show all interactions
objective: Dummy exploration for testing all interactions
param_changes: []
param_specs: {}
schema_version: 10
Expand Down Expand Up @@ -853,4 +853,4 @@ states:
param_changes: []
states_schema_version: 7
tags: []
title: All interactions
title: Test of all interactions
2 changes: 1 addition & 1 deletion feconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def get_empty_ratings():
('solar_system', 'The Solar System', 'Physics'),
('about_oppia.yaml', 'About Oppia', 'Welcome'),
('fuzzy_exploration.yaml', 'Demonstrating fuzzy rules', 'Test'),
('all_interactions', 'All interactions', 'Test'),
('all_interactions', 'Test of all interactions', 'Test'),
]

DEMO_COLLECTIONS = {
Expand Down

0 comments on commit 50c0fa1

Please sign in to comment.