Skip to content

Commit

Permalink
chore: update level notes words
Browse files Browse the repository at this point in the history
  • Loading branch information
TriptoAfsin committed Jun 21, 2024
1 parent bd4236b commit 4209d8b
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 3 deletions.
13 changes: 12 additions & 1 deletion src/controllers/keywords/academic_words/level1_word_note.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@ const level1_note = [
"level1",
"lev 1",
"লেভেল 1",
"লেভেল ১",
"লেভেল ১",
"1,1",
"1, 1",
"1,2",
"1, 2",
"1-1",
"l 1,1",
"l 1,2",
"l 1-1",
"l1,1",
"l1,2",
"l1-1",
];


Expand Down
13 changes: 13 additions & 0 deletions src/controllers/keywords/academic_words/level2_word_note.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ const level2_note = [
"lev 2",
"লেভেল 2",
"লেভেল ২",
"2,1",
"2, 1",
"2,2",
"2, 2",
"2-1",
"l 2,1",
"l 2,2",
"l 2-1",
"l2,1",
"l2,2",
"l2-1",
"l 2, 1",
"l 2, 2",
];


Expand Down
13 changes: 13 additions & 0 deletions src/controllers/keywords/academic_words/level3_word_note.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ const level3_note = [
"lev 3",
"লেভেল 3",
"লেভেল ৩",
"3,1",
"3, 1",
"3,2",
"3, 2",
"3-1",
"l 3,1",
"l 3,2",
"l 3-1",
"l3,1",
"l3,2",
"l3-1",
"l 3, 1",
"l 3, 2",
];


Expand Down
17 changes: 16 additions & 1 deletion src/controllers/keywords/academic_words/level4_word_note.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
const level4_note = ["level 4", "level4", "lev 4", "লেভেল 4", "লেভেল ৪"];
const level4_note = [
"level 4", "level4", "lev 4", "লেভেল 4", "লেভেল ৪",
"4,1",
"4, 1",
"4,2",
"4, 2",
"4-1",
"l 4,1",
"l 4,2",
"l 4-1",
"l4,1",
"l4,2",
"l4-1",
"l 4, 1",
"l 4, 2"
];

module.exports = level4_note;
2 changes: 1 addition & 1 deletion src/controllers/keywords/replies/defaultReply.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const defaultReply = [
]
),
grroupedButtonBlockGen(
"🔴 Sorry I didn't understand you, here are few some suggestions -",
"🔴 Sorry I didn't understand you, here are some suggestions -",
[
payloadBtnGen("Notes📗", "notes_flow"),
payloadBtnGen("Lab Reports📋", "reports_flow"),
Expand Down

0 comments on commit 4209d8b

Please sign in to comment.