Skip to content

Commit d0eb57c

Browse files
authored
Update chapter-00.1-about-softuni.md
1 parent ce85dfd commit d0eb57c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chapter-00.1-about-softuni.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Using the **SoftUni Interactive Platform**, you **write, execute and test code d
2222

2323
This is how the **SoftUni Interactive Classroom** looks like:
2424

25-
![](/assets/chapter-0-images/SoftUni-Interactive-Classroom-Video.png)
25+
![](/assets/chapter-0-images/Interactive-Classroom-Video.PNG)
2626

27-
![](/assets/chapter-0-images/SoftUni-Interactive-Classroom-Live-Coding-Exercise.png)
27+
![](/assets/chapter-0-images/Interactive-Classroom-Live-Coding-Exercise.PNG)
2828

2929
## The Automated Judge System
3030

31-
**The SoftUni Judge system** \([https://judge.softuni.org](https://judge.softuni.org)\) is an automated Internet system for **checking the solutions of programming exercises via series of tests**. The submission and verification happen in **real time**: you submit the solution and within seconds you get an answer whether it is correct. You earn points for each task depending on your answer. For a completely right one, you get the maximum points for the problem. With a partially correct solution, you receive a fraction of the points. And with a completely wrong answer, you get 0 points. This how the **SoftUni Judge** looks like:![](/assets/chapter-0-images/Judge-System-Exercise.png)
31+
**The SoftUni Judge system** \([https://judge.softuni.org](https://judge.softuni.org)\) is an automated Internet system for **checking the solutions of programming exercises via series of tests**. The submission and verification happen in **real time**: you submit the solution and within seconds you get an answer whether it is correct. You earn points for each task depending on your answer. For a completely right one, you get the maximum points for the problem. With a partially correct solution, you receive a fraction of the points. And with a completely wrong answer, you get 0 points. This how the **SoftUni Judge** looks like:![](/assets/chapter-0-images/Judge-System-Exercise.PNG)
3232

3333
**All problems from the current book are available for testing in SoftUni Judge** and we strongly recommend testing them after you solve them to be sure you don't miss anything and that your solution works correctly according to the task requirements.
3434

0 commit comments

Comments
 (0)