-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b1ab9b
commit 2805b20
Showing
1 changed file
with
22 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,22 @@ | ||
[{ | ||
"prompt": "Who is the cofounder of 4Geeks?", | ||
"answer": "Alejandro Sanchez", | ||
"DOMTarget": "#try-rigobot" | ||
}] | ||
[ | ||
{ | ||
"prompt": "Who is the cofounder of 4Geeks?", | ||
"answer": "Alejandro Sanchez", | ||
"DOMTarget": "#try-rigobot" | ||
}, | ||
{ | ||
"prompt": "How much is the BootCamp?", | ||
"answer": "The BootCamp price is $500", | ||
"DOMTarget": "" | ||
}, | ||
{ | ||
"prompt": "Is there any discount for the BootCamp?", | ||
"answer": "Currently there is a discount of 25% with a resulting price of 375$", | ||
"DOMTarget": "" | ||
}, | ||
{ | ||
"prompt": "Do you have financing plans?", | ||
"answer": "Yes, you can pay the BootCamp in 3 or 5 months with no interest.", | ||
"DOMTarget": "" | ||
} | ||
] |