GIFTE: Essay in GIFT format

View source: R/Essay.R

GIFTER Documentation

Essay in GIFT format

Description

This function prints an Essay in GIFT format.

Usage

GIFTE(qtxt)

Arguments

qtxt

Text of the question.

Details

This function uses the cat() function to print an Essay in the GIFT format. In this question, the user is asked to write down an essay in a text box. 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.

Examples

#Question 1
GIFTE("Write a few words about the R programming language.")

RGIFT documentation built on Nov. 18, 2023, 1:12 a.m.