GIFTgeneric: Some functions to create questionnaires in the GIFT format.

GIFTR Documentation

Some functions to create questionnaires in the GIFT format.

Description

Functions to add comments, category and names to questions in GIFT format.

Usage

GIFTcomment(txt)
GIFTcategory(catname)
GIFTQName(qname)

Arguments

txt

Text for the comment.

catname

Category name.

qname

Question name.

Details

These functions use the cat() function to format the comment, category or question name in GIFT format and print them. Use of the sink() function is adviced to send the ouput to a text file.

Value

No value is returned but some text in printed.

Author(s)

Virgilio Gómez-Rubio <virgilio.gomez@uclm.es>

See Also

https://docs.moodle.org/21/en/GIFT_format

Examples


GIFTcomment("Some examples")
GIFTcategory("Example")
GIFTQName("Question Name")


RGIFT documentation built on Nov. 17, 2023, 3:01 p.m.