RGIFT (version 0.1-7)

GIFTE: Essay in GIFT format

Description

This function prints an Essay in GIFT format.

Usage

GIFTE(qtxt)

Value

No value is returned but some text in printed.

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.

Examples

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

Run the code above in your browser using DataLab