RGIFT (version 0.1-5)

GIFTE: Essay in GIFT format

Description

This function prints an Essay in GIFT format.

Usage

GIFTE(qtxt)

Arguments

qtxt
Text of the question.

Value

No value is returned but some text in printed.

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 DataCamp Workspace