Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a Multiple Choice Questionnaire #2

Open
wants to merge 31 commits into
base: master
Choose a base branch
from

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    b41b986 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. add comment in model

    ronaldngounou committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ab0f8cc View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge pull request #1 from ronaldngounou/Version1

    Test Pull Request Alexander
    ronaldngounou authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    2b955ec View commit details
    Browse the repository at this point in the history
  2. change entry point to start from viewController instead of mainStoryB…

    …oard. The old version was starting the app from the main story board and this version is starting the app from the view Controller
    ronaldngounou committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    2e4ba58 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    525f6ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d118922 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Delete force unwrap. The old version was not launching. In this new v…

    …ersion, the code is running but it stays on a black screen. The error says: "Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated entry point is not set?"
    
    To solve this issue, I tried added the 'Main' value for the StoryBoard property in the Info.plist.
    ronaldngounou committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    8ada50a View commit details
    Browse the repository at this point in the history
  2. Modify usage of force unwrap

    Modified the usage of force unwrap. The old version was using force unwrapping which is a sign of bad design. The new version handles force unwrapping by raising an error in case of failure.
    ronaldngounou committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    c896416 View commit details
    Browse the repository at this point in the history
  3. Remove mutating and public classes

    Mutating in a structure is often a sign of bad design. The old version was using mutatings inside the struct. The current version uses a final class QuizBrain with public functions inside the QuizBrain model.
    ronaldngounou committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ce37dfe View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    3c03ca6 View commit details
    Browse the repository at this point in the history
  2. Error with the screen launch stopped occuring but blocked with unwrap…

    …ping
    
    In this version, I am stucked with 2 errors stating "unexpectedly found nil while implicitly unwrapping an optional value" I tried to resolve it by following the same logic but still not working.
    ronaldngounou committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    94b81cf View commit details
    Browse the repository at this point in the history
  3. Error with the screen launch stopped occuring but blocked with unwrap…

    …ping
    
    In this version, I am stucked with 2 errors stating "unexpectedly found nil while implicitly unwrapping an optional value" I tried to resolve it by following the same logic but still not working.
    ronaldngounou committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b2f81f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Force unwrapping error

    Unexpectedly found nil while implicitly unwrapping an Optional value
    ronaldngounou committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    8e88973 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'refs/remotes/origin/Version1'

    Conflicts:
    	Quizzler-iOS13/SceneDelegate.swift
    ronaldngounou committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    58758cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb0adb9 View commit details
    Browse the repository at this point in the history
  4. new commit

    ronaldngounou committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    1a4f3dd View commit details
    Browse the repository at this point in the history
  5. new commit

    ronaldngounou committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    391c07f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. initialize new branch

    initialize new branch
    ronaldngounou committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    dff41c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8ac24c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdb549a View commit details
    Browse the repository at this point in the history
  4. Attempt to connect the new QuizViewController and its outlets

    - TO DO: Update labels and their connections to the view
    - 3 buttons connected to the same function.
    ronaldngounou committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    fd036e5 View commit details
    Browse the repository at this point in the history
  5. start QuizViewController

    start QuizViewController
    ronaldngounou committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2939505 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eef5f5f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b87dbf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7546ab9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6bd21cd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    feec95e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    75b995f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d75364c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    b4dd243 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. add my name

    ronaldngounou committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d30b78c View commit details
    Browse the repository at this point in the history