englissi commited on
Commit
19c7016
1 Parent(s): faebf08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -119,8 +119,12 @@ def start_quiz(name):
119
 
120
  # Create the Gradio interface
121
  with gr.Blocks() as iface:
122
- gr.Markdown("# Listening Cloze Test (총문항수 7개)")
123
- gr.Markdown("**신호음이 들리는 빈칸에 들어갈 동사의 형태를 써보세요. (문장 전체를 쓰지 않습니다.)**")
 
 
 
 
124
  name_input = gr.Textbox(label="Enter your name")
125
  start_button = gr.Button("Start Quiz")
126
  question_audio = gr.Audio(interactive=False, autoplay=True)
 
119
 
120
  # Create the Gradio interface
121
  with gr.Blocks() as iface:
122
+ gr.Markdown("# Listening Cloze Test Instructions")
123
+ gr.Markdown("**You will hear a recording of a story. There are 7 blanks in the text where you need to write the correct form of the verb you hear. Whenever you hear a beep sound, it means there is a blank space to fill in. Write the correct verb form you hear in the blank space. Remember, you do not need to write the entire sentence, just the verb.
124
+
125
+ For example, if you hear "Yesterday, Alex ___ to the store," and the beep sound is where the blank is, you should write "went" if that is the verb you heard.
126
+
127
+ Are you ready? Let's begin!**")
128
  name_input = gr.Textbox(label="Enter your name")
129
  start_button = gr.Button("Start Quiz")
130
  question_audio = gr.Audio(interactive=False, autoplay=True)