-
https://github.com/asharif123/quiz_maker/blob/b7eef7cd0d5942c8185daa2d882a306995a9fb29/QuizCard.cs#L11
Only one question is stored in this property. You should use **question** and not questions
-
https://github.com/asharif123/quiz_maker/blob/b7eef7cd0d5942c8185daa2d882a306995a9fb29/Logic.cs#L37
Since you selected to not have a specific mode for Loading a quiz the user can hit by mistake a b…
-
https://github.com/asharif123/quiz_maker/blob/f2f9ea317fad8b1e1d4bb1ec69101860d467cdd4/UIMethods.cs#L64
-
https://github.com/asharif123/quiz_maker/blob/3a20a6fe8ffa26675a34aec4e24831a5c48e733a/UIMethods.cs#L278
Method is well structured and written okay at this point but it's name needs some more work.…
-
-
https://github.com/asharif123/quiz_maker/blob/3a20a6fe8ffa26675a34aec4e24831a5c48e733a/UIMethods.cs#L31
The name of the method is good but it doesn't provide the full detail on what this method doe…
-
Date | kind | title
-- | -- | --
1/21/2021 20:55:17 | VHS Cover | First Class Collection
1/21/2021 20:56:23 | VHS Cover | Breathing Fire
1/21/2021 20:59:40 | VHS Cover | Silver Fox Massacre
1/21/…
-
## `@todo`
* [ ] make tiling window/folder manager (= "folder editor/tool") concept & design
* `@input` :package: [`what have we built hackmd`](https://hackmd.io/@mimiuxui/ryTf3nkW5) from #45
*…
-
https://github.com/asharif123/quiz_maker/blob/69cbcee1fc86a177f7c0a486773e2b849f95697c/QuizCard.cs#L34-L35
the "list" name is not needed -> if a variable is named in plural its obvious that it is a c…
-
https://github.com/asharif123/quiz_maker/blob/f2f9ea317fad8b1e1d4bb1ec69101860d467cdd4/UIMethods.cs#L118-L138
You can create a new method that will get the input and validate it in order to be in s…