Spaces:
Runtime error
Runtime error
File size: 763 Bytes
eeb0f9c |
1 2 3 4 5 6 7 8 9 10 |
[
{"field": "age", "question": "Bạn bao nhiêu tuổi?", "type": "int"},
{"field": "gender", "question": "Bạn là nam hay nữ?", "type": "str", "options": ["nam","nữ"]},
{"field": "weight", "question": "Cân nặng của bạn (kg)?", "type": "float"},
{"field": "height", "question": "Chiều cao của bạn (cm)?", "type": "float"},
{"field": "fitness_level", "question": "Mức độ tập luyện (beginner/intermediate/advanced)?", "type": "str", "options": ["beginner","intermediate","advanced"]},
{"field": "goal", "question": "Mục tiêu của bạn là gì? (ví dụ: giảm cân, tăng cơ)", "type": "str"},
{"field": "available_time", "question": "Bạn có bao nhiêu phút mỗi ngày để tập luyện?", "type": "int"}
]
|