diff --git a/PDFs/ML Speaking questions.pdf b/PDFs/ML Speaking questions.pdf new file mode 100644 index 0000000..61c8f31 Binary files /dev/null and b/PDFs/ML Speaking questions.pdf differ diff --git a/PDFs/stopped-questions.txt b/PDFs/stopped-questions.txt new file mode 100644 index 0000000..7aefa5e --- /dev/null +++ b/PDFs/stopped-questions.txt @@ -0,0 +1,5 @@ +Part 1 + +Part 2 + +Part 3 \ No newline at end of file diff --git a/Tests/Template/questions.json b/Tests/Template/questions.json new file mode 100644 index 0000000..5931f26 --- /dev/null +++ b/Tests/Template/questions.json @@ -0,0 +1,73 @@ +{ + "parts": [ + { + "part": "Part 1.1", + "prepareTime": 12, + "answerTime": 30, + "questions": [ + { "question1Part1.1": "?" }, + { + "question2Part1.1": "?" + }, + { + "question3Part1.1": "?" + } + ] + }, + { + "part": "Part 1.2", + "images": ["image1", "image2"], + "prepareTime": 12, + "answerTime": 30, + "questions": [ + { + "question1Part1.2": "Describe what you see in these 2 pictures." + }, + { + "question2Part1.2": "?" + }, + { + "question3Part1.2": "?" + } + ] + }, + { + "part": "Part 2", + "images": ["image3"], + "prepareTime": 60, + "answerTime": 120, + "questions": [ + { + "question1Part2": "?" + }, + { + "question1Part2": "?" + }, + { + "question1Part2": "?" + } + ] + }, + { + "part": "Part 3", + "description": "Argument Discussion", + "questions": [ + { + "statement": "Statement", + "For": { + "fact1": "", + "fact2": "", + "fact3": "" + }, + "Against": { + "fact1": "", + "fact2": "", + "fact3": "" + } + } + ], + "prepareTime": 60, + "answerTime": 120 + } + ] +} diff --git a/Tests/Test6/imgs/1.jpg b/Tests/Test6/imgs/1.jpg new file mode 100644 index 0000000..d683ad9 Binary files /dev/null and b/Tests/Test6/imgs/1.jpg differ diff --git a/Tests/Test6/imgs/2.jpg b/Tests/Test6/imgs/2.jpg new file mode 100644 index 0000000..d7fd4ca Binary files /dev/null and b/Tests/Test6/imgs/2.jpg differ diff --git a/Tests/Test6/imgs/3.jpeg b/Tests/Test6/imgs/3.jpeg new file mode 100644 index 0000000..4e9ead3 Binary files /dev/null and b/Tests/Test6/imgs/3.jpeg differ diff --git a/Tests/Test6/questions.json b/Tests/Test6/questions.json new file mode 100644 index 0000000..62b448d --- /dev/null +++ b/Tests/Test6/questions.json @@ -0,0 +1,75 @@ +{ + "parts": [ + { + "part": "Part 1.1", + "prepareTime": 10, + "answerTime": 30, + "questions": [ + { + "question1Part1.1": "What is your favorite subject?" + }, + { + "question2Part1.1": "Do you prefer studying in the morning or evening?" + }, + { + "question3Part1.1": "Do you prefer group study or individual study?" + } + ] + }, + { + "part": "Part 1.2", + "images": ["1.jpg", "2.jpeg"], + "prepareTime": 10, + "answerTime": 30, + "questions": [ + { + "question1Part1.2": "Describe what you see in these two pictures." + }, + { + "question2Part1.2": "How do the two settings represent different ways of life?" + }, + { + "question3Part1.2": "In which environment do you think people are happier, and why?" + } + ] + }, + { + "part": "Part 2", + "images": ["3.jpeg"], + "prepareTime": 60, + "answerTime": 120, + "questions": [ + { + "question1Part2": "Tell me about a sports event you watched." + }, + { + "question1Part2": "How did it change your perspective on teamwork?" + }, + { + "question1Part2": "Why do sports events bring people together??" + } + ] + }, + { + "part": "Part 3", + "description": "", + "questions": [ + { + "statement": "The Voting Age Should Be Lowered to 16.", + "For": { + "fact1": "Encourages political engagement at a young age.", + "fact2": "16-year-olds are mature enough to make informed decisions.", + "fact3": "It reflects the age at which many take on adult responsibilities." + }, + "Against": { + "fact1": "16-year-olds lack life experience.", + "fact2": "They may be easily influenced by others.", + "fact3": "Voting should remain a responsibility for adults." + } + } + ], + "prepareTime": 60, + "answerTime": 120 + } + ] +} diff --git a/Tests/Test7/imgs/1.avif b/Tests/Test7/imgs/1.avif new file mode 100644 index 0000000..9d1f5aa Binary files /dev/null and b/Tests/Test7/imgs/1.avif differ diff --git a/Tests/Test7/imgs/1.jpg b/Tests/Test7/imgs/1.jpg new file mode 100644 index 0000000..545545d Binary files /dev/null and b/Tests/Test7/imgs/1.jpg differ diff --git a/Tests/Test7/imgs/2.avif b/Tests/Test7/imgs/2.avif new file mode 100644 index 0000000..de6488b Binary files /dev/null and b/Tests/Test7/imgs/2.avif differ diff --git a/Tests/Test7/imgs/2.jpeg b/Tests/Test7/imgs/2.jpeg new file mode 100644 index 0000000..f65af01 Binary files /dev/null and b/Tests/Test7/imgs/2.jpeg differ diff --git a/Tests/Test7/imgs/3.avif b/Tests/Test7/imgs/3.avif new file mode 100644 index 0000000..2b643b3 Binary files /dev/null and b/Tests/Test7/imgs/3.avif differ diff --git a/Tests/Test7/imgs/3.png b/Tests/Test7/imgs/3.png new file mode 100644 index 0000000..b7b9c69 Binary files /dev/null and b/Tests/Test7/imgs/3.png differ diff --git a/Tests/Test7/questions.json b/Tests/Test7/questions.json new file mode 100644 index 0000000..1b8e207 --- /dev/null +++ b/Tests/Test7/questions.json @@ -0,0 +1,75 @@ +{ + "parts": [ + { + "part": "Part 1.1", + "prepareTime": 10, + "answerTime": 30, + "questions": [ + { + "question1Part1.1": "What is your favorite part of your home?" + }, + { + "question2Part1.1": "Is there a garden in your home?" + }, + { + "question3Part1.1": "Do you prefer to live in a city or a countryside?" + } + ] + }, + { + "part": "Part 1.2", + "images": ["1.avif", "2.avif"], + "prepareTime": 10, + "answerTime": 30, + "questions": [ + { + "question1Part1.2": "Describe what you see in these two pictures." + }, + { + "question2Part1.2": "How do you think working in these places affects the workers' lives?" + }, + { + "question3Part1.2": "Which place do you think is more important for people's daily lives, and why?" + } + ] + }, + { + "part": "Part 2", + "images": ["3.png"], + "prepareTime": 60, + "answerTime": 120, + "questions": [ + { + "question1Part2": "Tell me about a souvenir you brought back from a trip" + }, + { + "question1Part2": "How does it remind you of the experience?" + }, + { + "question1Part2": "Why do people collect souvenirs?" + } + ] + }, + { + "part": "Part 3", + "description": "", + "questions": [ + { + "statement": "College Education Should Be Free for All", + "For": { + "fact1": "Increases access to higher education.", + "fact2": "Reduces student debt.", + "fact3": "Contributes to a more educated workforce." + }, + "Against": { + "fact1": "High cost for taxpayers.", + "fact2": "Could reduce the value of a college degree.", + "fact3": "May lead to overcrowding in universities." + } + } + ], + "prepareTime": 60, + "answerTime": 120 + } + ] +} diff --git a/Txt files/part1.2prompt.txt b/Txt files/part1.2prompt.txt new file mode 100644 index 0000000..1bcc380 --- /dev/null +++ b/Txt files/part1.2prompt.txt @@ -0,0 +1,5 @@ +Can you generate several mock test for new CEFR speaking format: +Briefly about the part: You will now see 2 pictures. You need to answer some questions based on these pictures" +- The first question is always 'Describe what you see in these 2 pictures.' +- 3 questions (not separately 3 questions for each image, but generally 3 questions for 2 images). +- And please describe the images so that I could find them on internet and answer to your question. \ No newline at end of file diff --git a/test.html b/test.html index 2e63370..85554c0 100644 --- a/test.html +++ b/test.html @@ -38,12 +38,18 @@

Select a Test

- - + +