This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install zlib | |
brew install zlib | |
# Add zlib-variables to your shell. | |
tee -a ~/.profile <<<CONF | |
export PKG_CONFIG_PATH="/usr/local/opt/zlib/lib/pkgconfig" | |
export LDFLAGS="-L/usr/local/opt/zlib/lib" | |
export CPPFLAGS="-I/usr/local/opt/zlib/include" | |
CONF |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// массив questions ответвов на вопросы | |
"questions:": [{ | |
"id": "question_1", // id вопроса | |
"slide_id": "slide_200", // id слайда на котором произведен ответ на этот вопрос, id слайда должен полностью совпадать с названием картинки в папке previews в архиве презентации | |
"type": "NUMBER", // тип вопроса, может быть NUMBER, STRING, VARIABILITY | |
"title": "Количество новых клиентов в месяц", // текст вопроса | |
"answer": null // массив ответов для воросов типа VARIABILITY | |
}, { | |
"id": "question_2", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// массив questions ответвов на вопросы | |
"questions:": [{ | |
"id": "question_1", // id вопроса | |
"slide_id": "slide_200", // id слайда на котором произведен ответ на этот вопрос, id слайда должен полностью совпадать с названием картинки в папке previews в архиве презентации | |
"type": "NUMBER", // тип вопроса, может быть NUMBER, STRING, VARIABILITY | |
"title": "Количество новых клиентов в месяц", // текст вопроса | |
"answer": null // массив ответов для воросов типа VARIABILITY | |
}, { | |
"id": "question_2", |