Skip to content

Commit

Permalink
fix: fix get-course (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
LIEN-YUHSIANG authored Jul 10, 2023
1 parent 2176b95 commit 0e97cc6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/lambda/get-course/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,14 @@
"フルオンデマンド(既存)": 2,
"オンデマンド(曜日時限あり)": 3,
"オンデマンド": 3,
"リアルタイム配信": 4
"リアルタイム配信": 4,
# New table for 2023 SS
"【対面】" : 0,
"【対面】ハイブリッド(対面回数半数以上)": 0,
"【オンライン】ハイブリッド(対面回数半数未満)":1,
"【非常時】ハイブリッド": 1,
"【オンライン】フルオンデマンド": 2,
"【非常時】フルオンデマンド" : 2,
"【オンライン】リアルタイム配信": 4,
"【非常時】リアルタイム配信" : 4,
}

0 comments on commit 0e97cc6

Please sign in to comment.