【发布时间】:2014-06-19 10:31:28
【问题描述】:
我正在使用由 Ramnath Vaidyanathan 编写的包 Slidify。 我正在使用小部件 [quiz] 创建我的第一个 quiz。
--- &multitext
1. Create a vector x of the length three, which must consist of the following values 2 , 3, and 7.
*** .hint
Use the command c()
*** .explanation
1. <span class="answer">x<-c(2,3,7)</span>
这一切都很好,但是在文本输入区域中,如果您输入 x
【问题讨论】: