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

feat: ✨ add page template #3

Draft
wants to merge 21 commits into
base: develop
Choose a base branch
from
Draft

Commits on Feb 7, 2021

  1. feat: ⚗️ add example quiz page

    This commit introduces an example of what this tool will be able to generate.
    It must be noted, though, that this is obviously a prototype and will be changed in the future.
    limwa committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    bf7b030 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b9cf00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba7f3e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10eadf5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    052de16 View commit details
    Browse the repository at this point in the history
  6. feat: ⚗️ preliminary support for fill button

    This commit adds fill button support for radio inputs.
    Later on, other types of inputs will be supported as well.
    
    This commit also changes the behaviour of clear buttons, in order to fix some unwanted behaviour.
    limwa committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    e24e1bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e7c624 View commit details
    Browse the repository at this point in the history
  8. feat: ➕ add mathjax

    limwa committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    3cae1b0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f642030 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    23255cb View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    c6b7ffc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f6b990 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a82d2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    229f56b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    898006a View commit details
    Browse the repository at this point in the history
  6. revert(898006a): remove better feedback for answers

    This doesn't make sense as the check button is only meant to check the answers.
    If the user wants to see the correct answer, there is a fill button available.
    limwa committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    747d05b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

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

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    90475e6 View commit details
    Browse the repository at this point in the history
  2. style: 💄 make some finishing touches

    In this commit, the side of the navigation widget was reduced by 1rem, making it a little bit more spaced.
    The name of the navigation widget was also changed to the name of the test.
    Finally, keyboard navigation in the navigation widget was improved.
    limwa committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    0179fde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22df1e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec63c9d View commit details
    Browse the repository at this point in the history