/
githubmirror
/
edx-platform
Обзор
Документация
Войти
/
githubmirror
/
edx-platform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-ulmo
common/test/data/simple/problem/L1_Problem_1.xml
43 строки
826 B
Victor Shnayder
Make initial import-export tests pass.
07 авг 2012, 19:06
07 авг 2012, 19:06
e6e290f
Код
Авторство
О чём код?
<?xml version="1.0"?> <problem> <p> <h1>Finger Exercise 1</h1> </p> <p> Here are two definitions: </p> <ol class="enumerate"> <li> <p> Declarative knowledge refers to statements of fact. </p> </li> <li> <p> Imperative knowledge refers to 'how to' methods. </p> </li> </ol> <p> Which of the following choices is correct? </p> <ol class="enumerate"> <li> <p> Statement 1 is true, Statement 2 is false </p> </li> <li> <p> Statement 1 is false, Statement 2 is true </p> </li> <li> <p> Statement 1 and Statement 2 are both false </p> </li> <li> <p> Statement 1 and Statement 2 are both true </p> </li> </ol> <p> <symbolicresponse answer="4"> <textline size="90" math="1"/> </symbolicresponse> </p> </problem>