show_contestants: Create the quiz intro page with participants' images and...

Description Usage Arguments Value

View source: R/show_contestants.R

Description

Create the quiz intro page with participants' images and colors

Usage

1
2
3
4
5
show_contestants(
  presence = NULL,
  n_per_row = 5,
  quiz = getOption("peRson.quiz")
)

Arguments

presence

Vector of present participants. If NULL, taken from quiz environment (presence).

n_per_row

Number of pictures per row.

quiz

Quiz environment with quiz variables (uses presence, named_colors, question_colors, css_file, participants)

Value

Writes quiz/Q0.html file.


martina-starc/peRson documentation built on April 14, 2021, 3:48 p.m.