bjornregnell / muntabot

A robot for generating questions at an oral exam in introductory programming.
https://cs.lth.se/pgk/muntabot/
42 stars 6 forks source link

go through exercises and try to find explanations/comparisons/central code-challenges to include #2

Open bjornregnell opened 3 years ago

bjornregnell commented 3 years ago

Please come with one PR per new item to include in this file: https://github.com/bjornregnell/muntabot/blob/master/src/main/scala/data.scala
Esp. the early weeks are missing questions. Se concepts here:

viggobergdahl commented 1 month ago

Proposed adding "Kompileringsfel -> Körtidsfel" to Week 1 Contrasts, see PR https://github.com/bjornregnell/muntabot/pull/13

viggobergdahl commented 1 month ago

Proposed adding "referensen 'this'" to Week 5 Concepts, see PR https://github.com/bjornregnell/muntabot/pull/14

viggobergdahl commented 1 month ago

Proposed adding "sealed trait" to Week 6 Concepts, see PR https://github.com/bjornregnell/muntabot/pull/15

viggobergdahl commented 1 month ago

Proposed adding "källkod -> maskinkod" to Week 1 Contrasts, see PR https://github.com/bjornregnell/muntabot/pull/21

viggobergdahl commented 1 month ago

Proposed adding "Char -> String" to Week 1 Contrasts, see PR https://github.com/bjornregnell/muntabot/pull/22

viggobergdahl commented 1 month ago

Proposed adding "for-do -> for-yield" to Week 2 Contrasts, see PR https://github.com/bjornregnell/muntabot/pull/23

viggobergdahl commented 1 month ago

Proposed adding "List -> ListBuffer" to Week 7 Contrasts, see PR https://github.com/bjornregnell/muntabot/pull/24

viggobergdahl commented 1 month ago

Proposed adding "Try -> try-catch" to Week 6 Contrasts, see PR https://github.com/bjornregnell/muntabot/pull/25 PS. Try is already in Week 6 concepts

viggobergdahl commented 1 month ago

Proposed a new code challenge for Week 6, see PR https://github.com/bjornregnell/muntabot/pull/26

viggobergdahl commented 1 month ago

Proposed adding "classpath" to Week 4 Concepts, see PR https://github.com/bjornregnell/muntabot/pull/27