Skip to content

Commit

Permalink
Fix oppia#1509: address warnings/errors in demo explorations.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlip committed Feb 26, 2016
1 parent a2563b6 commit a5356bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion data/explorations/adventure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ category: Interactive Fiction
init_state_name: Welcome
language_code: en
objective: N/A
param_changes: []
param_changes:
- customization_args:
parse_with_jinja: true
value: '0'
generator_id: Copier
name: numcoins
param_specs:
Name:
obj_type: UnicodeString
Expand Down
4 changes: 3 additions & 1 deletion data/explorations/multiples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,9 @@ states:
answer_groups:
- outcome:
dest: Second Question Coding
feedback: []
feedback:
- <p>Oops, it looks like the code has an error! Have a look at the error
message in the terminal; that might help you fix it.</p>
param_changes: []
rule_specs:
- inputs: {}
Expand Down

0 comments on commit a5356bf

Please sign in to comment.