1
1
Fork 0
Commit Graph

31 Commits

Author SHA1 Message Date
Svetlana Isakova e03675e924 Updated the course at Stepik 2021-08-04 19:38:42 +02:00
Svetlana Isakova f0f89d93fe
Merge pull request #17 from Geravant/igor/programming-basics-if-expressions-exercise2-EDC-415
refactor(Programming Basics - if Expressions - Exercise 2): The condi…
2021-07-19 15:53:15 +02:00
Igor e422ee851d fix(Programming Basics - if Expressions - Exercise 4): The description of the loop square altered to avoid it not rendering on windows/linux
The ⌘ is not renderred correctly in the task description, so it was
switched to the key name

Closes https://youtrack.jetbrains.com/issue/EDC-416
2021-05-27 11:45:42 +03:00
Igor 5f624457f7 refactor(Programming Basics - if Expressions - Exercise 2): The condition for the modulus in the reference solution adjusted gt -> ge
The condition in the if clause in the referrence solution is adjusted to
avoid negating the zero case:
if (number > 0) -> if (number >=0)

Closes https://youtrack.jetbrains.com/issue/EDC-415
2021-05-27 11:35:34 +03:00
Svetlana Isakova e813b792f5 Updated course at Stepik 2021-02-08 13:19:10 +01:00
Svetlana Isakova b237b9016f Regenerated samples 2020-12-30 12:29:00 +01:00
Svetlana Isakova 395c9bc6b6 Added file names for exercises 2020-12-02 21:14:23 +01:00
Svetlana Isakova a461accc4c Different changes while reading the text and checking the exercises 2020-11-28 14:50:02 +01:00
Svetlana Isakova 825d794801 Updated course at Stepik 2020-11-19 15:43:18 +01:00
Bruce Eckel 95fe2300bb Finished reviewing "Programming Basics"
Files containing only a newline at the end of the file indicate that I have reviewed that task and didn't need to change anything. The file now has a new timestamp indicating it has been reviewed.
2020-10-11 12:40:34 -06:00
Svetlana Isakova 8af8bce173 Fixed an action title 2020-05-19 15:16:06 +02:00
Svetlana Isakova 223a2bdac2 Changes in 'remove-info.yaml' after the Edu course update at Stepik 2020-05-14 14:19:47 +02:00
Svetlana Isakova 92dbea637b Regenerated examples & exercise descriptions 2020-04-28 22:39:10 +02:00
Svetlana Isakova 675fbc8fd2 Regenerated content 2019-11-07 14:01:16 +01:00
Svetlana Isakova c39ab25fbe Minor: updated book sample 2019-10-24 15:46:05 +02:00
Svetlana Isakova 66411903f0 Reformatted code 2019-10-23 14:11:49 +02:00
Svetlana Isakova ae6128551b Trimmed lines in IDE exercise descriptions 2019-10-23 10:44:48 +02:00
Svetlana Isakova 521e76e9fe Regenerated packages for ide tasks 2019-10-22 13:19:27 +02:00
Svetlana Isakova 57b325cab4 Regenerated test names 2019-10-16 16:16:07 +02:00
Svetlana Isakova 3c5fac1cd4 More changes according to the new package naming scheme 2019-10-16 13:59:25 +02:00
Svetlana Isakova f730aedc6d Changed the naming scheme for exercise packages 2019-10-16 11:45:05 +02:00
Svetlana Isakova 7b6a596da4 Regenerated package names for exercises 2019-10-15 18:25:49 +02:00
Svetlana Isakova 4b2833cc76 Minor fixes in size of placeholders 2019-10-15 16:22:20 +02:00
Svetlana Isakova d934d60e3a Regenerated exercises 2019-10-11 13:44:13 +02:00
Svetlana Isakova 1d6955c7df Added timeout for all tests 2019-07-25 15:56:52 +02:00
Svetlana Isakova ffceefe6c4 Removed dependencies; code formatting 2019-07-22 19:25:59 +02:00
Svetlana Isakova aeb268359c Generated task descriptions with updates 2019-07-22 11:24:10 +02:00
Svetlana Isakova fc352474d9 Trimmed whitespaces and empty lines at the end of the task descriptions 2019-07-18 18:16:40 +02:00
Svetlana Isakova 218da5a8c9 Replaced 'fun main(args)' with 'fun main()' in examples and exercises 2019-07-15 16:45:18 +02:00
Svetlana Isakova 6c2378774d Store task descriptions in markdown instead of html 2019-07-15 16:01:04 +02:00
Svetlana Isakova b40d0329be Converted AtomicKotlin course to a new format 2019-07-15 15:36:11 +02:00