GIFTE {RGIFT} | R 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.")
[Package RGIFT version 0.1-7 Index]