Skip to content

Commit

Permalink
New test
Browse files Browse the repository at this point in the history
- Test 1
- Test 2
- Updated Home Ui
  • Loading branch information
zohidjondev committed Nov 17, 2024
1 parent 91aa848 commit 61075a4
Show file tree
Hide file tree
Showing 21 changed files with 282 additions and 88 deletions.
2 changes: 1 addition & 1 deletion Tests/Test1/questions.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"part": "Part 1.2",
"images": ["1.avif", "2.jpg"],
"prepareTime": 12,
"answerTime": 45,
"answerTime": 30,
"questions": [
{
"question1Part1.2": "Describe what you see in these 2 pictures."
Expand Down
2 changes: 1 addition & 1 deletion Tests/Test2/questions.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"part": "Part 1.2",
"images": ["1.jpg", "2.jpg"],
"prepareTime": 10,
"answerTime": 45,
"answerTime": 30,
"questions": [
{
"question1Part1.2": "Describe what you see in these 2 pictures."
Expand Down
2 changes: 1 addition & 1 deletion Tests/Test3/questions.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"part": "Part 1.2",
"images": ["1.jpg", "2.jpg"],
"prepareTime": 10,
"answerTime": 45,
"answerTime": 30,
"questions": [
{
"question1Part1.2": "Describe what you see in these 2 pictures."
Expand Down
File renamed without changes
Binary file added Tests/Test4/imgs/1.webp
Binary file not shown.
Binary file added Tests/Test4/imgs/2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added Tests/Test4/imgs/3.avif
Binary file not shown.
File renamed without changes
75 changes: 75 additions & 0 deletions Tests/Test4/questions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"parts": [
{
"part": "Part 1.1",
"prepareTime": 10,
"answerTime": 30,
"questions": [
{
"question1Part1.1": "What is your favorite season of the year?"
},
{
"question2Part1.1": "Do you enjoy cooking? Why or why not?"
},
{
"question3Part1.1": "Do you prefer to read books or watch movies?"
}
]
},
{
"part": "Part 1.2",
"images": ["1.webp", "2.jpeg"],
"prepareTime": 10,
"answerTime": 30,
"questions": [
{
"question1Part1.2": "Describe what you see in these two pictures."
},
{
"question2Part1.2": "Which activity shown here would you prefer to do, and why?"
},
{
"question3Part1.2": "How do you think the weather affects the activities in these pictures?"
}
]
},
{
"part": "Part 2",
"images": ["3.avif"],
"prepareTime": 60,
"answerTime": 120,
"questions": [
{
"question1Part2": "What are the benefits of exercising outdoors?"
},
{
"question1Part2": "Do you think parks are important for cities? Why?"
},
{
"question1Part2": "How do you think weather impacts outdoor exercise habits?"
}
]
},
{
"part": "Part 3",
"description": "Argument Discussion",
"questions": [
{
"statement": "People should work four days a week instead of five ",
"For": {
"fact1": "Better work-life balance",
"fact2": "Increased productivity",
"fact3": "Improved mental health"
},
"Against": {
"fact1": "Deadlines might be harder to meet",
"fact2": "Businesses could lose profits",
"fact3": "Customers may face longer wait times for services"
}
}
],
"prepareTime": 60,
"answerTime": 120
}
]
}
75 changes: 0 additions & 75 deletions Tests/Test4Demo/questions.json

This file was deleted.

Binary file added Tests/Test5/imgs/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/Test5/imgs/2.avif
Binary file not shown.
Binary file added Tests/Test5/imgs/2.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Tests/Test5/imgs/3.avif
Binary file not shown.
75 changes: 75 additions & 0 deletions Tests/Test5/questions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"parts": [
{
"part": "Part 1.1",
"prepareTime": 10,
"answerTime": 30,
"questions": [
{
"question1Part1.1": "What time do you usually wake up in the morning?"
},
{
"question2Part1.1": "Do you prefer tea or coffee?"
},
{
"question3Part1.1": "What do you usually do in the evenings?"
}
]
},
{
"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": "Which activity shown here seems more relaxing, and why?"
},
{
"question3Part1.2": "How might these two places be important for travelers?"
}
]
},
{
"part": "Part 2",
"images": ["3.avif"],
"prepareTime": 60,
"answerTime": 120,
"questions": [
{
"question1Part2": "What makes a teacher good at their job?"
},
{
"question1Part2": "How important is the environment for learning?"
},
{
"question1Part2": "Do you think traditional classrooms will change in the future?"
}
]
},
{
"part": "Part 3",
"description": "Homework should be banned in schools",
"questions": [
{
"statement": "People should work four days a week instead of five ",
"For": {
"fact1": "Better work-life balance",
"fact2": "Increased productivity",
"fact3": "Improved mental health"
},
"Against": {
"fact1": "Deadlines might be harder to meet",
"fact2": "Businesses could lose profits",
"fact3": "Customers may face longer wait times for services"
}
}
],
"prepareTime": 60,
"answerTime": 120
}
]
}
60 changes: 60 additions & 0 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,66 @@ ul.nav-links li a:hover {
margin-bottom: 10px;
}

/* Why Practice Section */
#why-practice {
position: relative;
width: 100%;
background-image: url("../images/whySelectUs.avif"); /* Replace with your background image path */
background-size: cover;
background-position: center;
padding: 50px 20px;
color: #f1efe7;
display: flex;
justify-content: center;
align-items: center;
max-width: 1200px;
}

#why-practice::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4); /* Dark overlay */
z-index: 1;
}

.why-content {
text-align: center;
max-width: 800px;
z-index: 2; /* Content above the overlay */
}

.why-content h2 {
font-size: 32px;
margin-bottom: 30px;
color: #ffffff;
}

.stats {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
gap: 20px;
}

.stat {
text-align: center;
}

.stat h3 {
font-size: 36px;
color: #ffcc00;
margin-bottom: 10px;
}

.stat p {
font-size: 18px;
color: #ffffff;
}

/* Footer */
footer {
width: 100%;
Expand Down
20 changes: 19 additions & 1 deletion favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Binary file added images/whySelectUs.avif
Binary file not shown.
Loading

0 comments on commit 61075a4

Please sign in to comment.