create_exercise_gel | R Documentation |
Wrapper for Genetic Evaluation Exercises
create_exercise_gel( ps_ex_name, pn_exercise_count, ps_author, pn_nr_problem, pd_creation_date = format(Sys.Date(), "%Y-%m-%d"), pb_edit = FALSE )
ps_ex_name |
name of the exercise |
pn_exercise_count |
the number of the exercise in the course |
ps_author |
autor of the exercise |
pn_nr_problem |
number of problems in the exercise |
pd_creation_date |
createion data of the exercise |
pb_edit |
should created file be directly edited |
## Not run: create_exercise_gel(ps_ex_name = "gel_ex01", pn_exercise_count = 1, ps_author = "Peter von Rohr", pn_nr_problem = 2) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.