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

Make shiny modules for quiz questions (instead of htmlwidgets) #194

Merged
merged 67 commits into from
Apr 9, 2019

Commits on Oct 5, 2018

  1. Configuration menu
    Copy the full SHA
    463d389 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cec06a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad14f17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d5f965 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15c9b51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02919e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa073eb View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. Merge remote-tracking branch 'upstream/master' into text_answer

    * upstream/master:
      Highlight code and exercise area (rstudio#185)
      save metadata information using dput vs deparse (rstudio#190)
    schloerke committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    3a120c4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into text_answer

    * master:
      Aggressive Prerender checks within rmarkdown (rstudio#179)
    schloerke committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    2463f1d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

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

Commits on Oct 11, 2018

  1. failed attempt to use raw shiny module. moving towards using a `rmark…

    …down::shiny_prerendered_chunk`
    schloerke committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    1b0c52f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Configuration menu
    Copy the full SHA
    e27cc8f View commit details
    Browse the repository at this point in the history
  2. checkbox is working with simpler s3 method calls and leveraging shiny…

    … mechanisms
    
    use s3 methods for
    * question_initialize_input
    * question_completed_input
    * question_is_valid
    * question_is_correct
    * question_disable_selector (will probably remove)
    schloerke committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    9027b0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    290ef52 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. Configuration menu
    Copy the full SHA
    90ccf08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    949e424 View commit details
    Browse the repository at this point in the history
  3. comments for mutate_tags

    schloerke committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    f8a6dda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77494a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be384d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. add more TODOs

    schloerke committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    0762487 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0011ee View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. more todos

    schloerke committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    824a3af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28def3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b6ecd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5d63af View commit details
    Browse the repository at this point in the history
  5. set up userData$learnr_state

    This allows for waiting for a round trip from the browser to make sure information is initialized.  Once initialized, prior question submissions can be retrieved.
    
    Without this, questions will try to retrieve information too early.  Questions should not be displayed until prior submission is retrieved.  Do not want to display a blip of temp state.
    schloerke committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    6319e5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    043a0c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6fc7ae6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4361bd0 View commit details
    Browse the repository at this point in the history
  9. remove %>% usage

    schloerke committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    6db1a7e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

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

Commits on Oct 22, 2018

  1. Configuration menu
    Copy the full SHA
    89a285b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6fbdcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a490eb View commit details
    Browse the repository at this point in the history
  4. Join similar message types line break

    space out with to <br/> tags
    schloerke committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    8b6d0d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    436deb0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f41accd View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Configuration menu
    Copy the full SHA
    8f57b26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2da361 View commit details
    Browse the repository at this point in the history
  3. document

    schloerke committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    3f7ca86 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Configuration menu
    Copy the full SHA
    7519e4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deea3d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15ea7dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f854186 View commit details
    Browse the repository at this point in the history
  5. ignore tmp tutorials

    schloerke committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    d7ab295 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. update js queries

    schloerke committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    ede9443 View commit details
    Browse the repository at this point in the history
  2. do not double record event

    schloerke committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    dcbe8db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33ce968 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ded376 View commit details
    Browse the repository at this point in the history
  5. match js css classes

    schloerke committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    4918913 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b891728 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2388d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Configuration menu
    Copy the full SHA
    b66d104 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9092da View commit details
    Browse the repository at this point in the history
  3. barret validate that chunk lables do not have unwanted characters to …

    …function better on JS side
    schloerke committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    38e1bdb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65238a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Configuration menu
    Copy the full SHA
    7e99ee8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94ddb8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d39297c View commit details
    Browse the repository at this point in the history
  4. when a question is reset with try_again, remove all matching progress…

    … events and add a corresponding not completed event
    schloerke committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    11a1449 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e9910a View commit details
    Browse the repository at this point in the history
  6. pass R cmd check

    schloerke committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    294955d View commit details
    Browse the repository at this point in the history
  7. update notes

    schloerke committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    4277b87 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Merge pull request #1 from schloerke/no-save-correct

    Do not broadcast to client that quiz questions are correct
    schloerke authored Nov 26, 2018
    Configuration menu
    Copy the full SHA
    ab9fb5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d380c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Merge branch 'master' into text_answer

    * master:
      Bump rmarkdown version to >= v1.12.0 (rstudio#220)
      Explaining that the example is just an example (rstudio#203)
      Adding missing word 'in' to sentence. (rstudio#200)
      Converting _it's_ (it is) to _its_ (possessive). (rstudio#201)
    schloerke committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    ddc30dd View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

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