Apply_Carousel_3_Modified: Batch apply the carousel presentation style to a list of...

View source: R/Carousel_3_Modified.R

Apply_Carousel_3_ModifiedR Documentation

Batch apply the carousel presentation style to a list of questions belonging to various groups- This is for yes/no/no answer type questions (3 buttons)

Description

This takes two data.tables- a table of array subquestions that includes the qid, gid, parent_qid, relevance (those with zero for relevance will not have a slider entry), and title, and a table that contains the empty questions (with "title", "gid", and "qid") that are within the arrays group which should receive the html injection- and applies the carousel javascript/html format to them. This version is different from the "unmodified" version in that it automatically clicks the Limesurvey "Next" button when the respondent has answered all of the questions.

Usage

Apply_Carousel_3_Modified(Array_Question_List, Top_Question_List)

Arguments

Array_Question_List

A data.table with the subquestions that should be transformed into the carousel format

Top_Question_List

A data.table with the "TEXT" questions that are in the group with the respective array question, and that should "receive" the html/javascript payload

Examples

## Not run: 
Apply_Carousel_Modified(Array_Question_List, Top_Question_List)

## End(Not run)


bpresentati/surveyR documentation built on March 19, 2022, 3:40 a.m.