Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pleabargain committed Dec 6, 2023
1 parent 5525ec9 commit 4159939
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3537,7 +3537,8 @@ answer: "when" },
{
"category": "Expressing opinions",
"question": "context: Expressing a strong belief: I firmly believe that...",
"answer": "I firmly believe that education is key to success."
"answers": ["I firmly believe that education is key to success.", "I firmly believe that we should focus on customer satisfaction.",
"I firmly believe that working with a psychologist can be helpful."]
},
{
"category": "Expressing opinions",
Expand Down Expand Up @@ -7282,7 +7283,7 @@ answers: ["\"drive\"","have"] },
{
category: 'Questions:Pharmacy ',
question: "How do you ask if a specific medication is available?",
answer: "Do you have [Medication Name] in stock?"
answers: ["Do you have [Medication Name] in stock?", "Is [Medication Name] available here?"]
},

{
Expand All @@ -7306,7 +7307,7 @@ answers: ["\"drive\"","have"] },
{
category: 'Questions:Pharmacy ',
question: "How do you inquire about the interaction of a new medication with current ones?",
answer: "Will this new medication interact with the other medications I'm currently taking?"
answers: ["Will this new medication interact with the other medications I'm currently taking?", "Does this medication interact with other medications?"]
},

{
Expand Down

0 comments on commit 4159939

Please sign in to comment.