Code Monkey home page Code Monkey logo

interactingan's Introduction

interactingan: Interactive Presentation Ninja

Have you ever tried slido or Mentimeter? So you know how useful it is having audience interactive slides for teaching or conferences. But, you also love using your xaringan slides.

Now, thanks to interactingan, it is possible to incorporate interactive objects into your xaringan presentations!

(It can also be used with any other RMarkdown document that returns html results)

Installation

interactingan is currently only available as a GitHub package.

To install it run the following from an R console:

if (!require("remotes")) {
  install.packages("remotes")
}
remotes::install_github("jcrodriguez1989/interactingan", dependencies = TRUE)

Usage

Creating a basic interactingan presentation

In RStudio click on File > New File > R Markdown… > From Template

Select Interactive Ninja Presentation and press OK.

This will open an interactingan presentation template, if you have already configured your rsconnect account, then this template is ready to get Knitted.

interactingan's People

Contributors

jcrodriguez1989 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

sjgknight

interactingan's Issues

Improve admin panel.

Actually, the admin panel is a verbatimOutput panel. It could be improved to make it nicer visually and interactively.

Give a unique ID to each audience user.

I cant figure out how to get a unique ID for each user that accesses the app.
Once a user refreshes the Shiny app, it gets a new session$request$REMOTE_ADDR, ":", session$request$REMOTE_PORT.

Add audience question max lenght.

Shiny's textAreaInput does not have a maxlength attribute, this can be solved with

observeEvent(input$txt_area, {
  if (nchar(input$txt_area) > 160) {
    # warn, delete chars?
  }
})

but, how much computation does this consume?

Add quiz interaction.

Add quizzes as a new interaction.
It would be a set of polls withs correct options, however, a leaderboard or something similar should be added to the server.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.