Skip to content

Working on automatic pagination #103

Closed Answered by jmgirard
jmgirard asked this question in Q&A
Discussion options

You must be logged in to vote

Got it working. Needed to keep adding parts to the tagList. Thanks for your help.

---
echo: false
warning: false
---

```{r}
library(surveydown)
library(hitop)

# Read items from file
items <- read.csv("pid_items.csv")

# Select version
version <- "PID5BF"

# Filter version items
vitems <- items[!is.na(items[[version]]), ]

options <- c(
  "Very False or Often False" = "0",
  "Sometimes or Somewhat False" = "1",
  "Sometimes or Somewhat True" = "2",
  "Very True or Often True" = "3"
)
```

::: {#welcome .sd-page}

# Welcome to our survey!

You will be provided with a list of things different people might say about themselves. We are interested in how you would describe yourself. There are…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
5 replies
@jmgirard
Comment options

@jhelvy
Comment options

@jmgirard
Comment options

@jhelvy
Comment options

@jmgirard
Comment options

Comment options

You must be logged in to vote
3 replies
@jhelvy
Comment options

@jmgirard
Comment options

@jhelvy
Comment options

Answer selected by jhelvy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants