Description Usage Arguments Value
View source: R/show_contestants.R
Create the quiz intro page with participants' images and colors
1 2 3 4 5 | show_contestants(
presence = NULL,
n_per_row = 5,
quiz = getOption("peRson.quiz")
)
|
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) |
Writes quiz/Q0.html file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.