/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
data/explorations/classifier_demo_exploration.yaml
135 строк
4 KB
Hitesh Tomar
Fix part of #13822: Backend validation for general state (#15796)
13 окт 2022, 22:54
Не верифицирован
13 окт 2022, 22:54
279a6a2
Код
Авторство
О чём код?
author_notes: '' auto_tts_enabled: true blurb: '' category: Test correctness_feedback_enabled: false edits_allowed: true init_state_name: text language_code: en objective: To demonstrate the string classifier and trained responses in explorations. param_changes: [] param_specs: {} schema_version: 47 states: final: classifier_model_id: null content: content_id: content html: <p>Congratulations, you have finished!</p> interaction: answer_groups: [] confirmed_unclassified_answers: [] customization_args: recommendedExplorationIds: value: [] default_outcome: null hints: [] id: EndExploration solution: null next_content_id_index: 0 param_changes: [] recorded_voiceovers: voiceovers_mapping: content: {} solicit_answer_details: false card_is_checkpoint: false written_translations: translations_mapping: content: {} text: classifier_model_id: null content: content_id: content html: <p>Give me an example of a happy word.</p> interaction: answer_groups: - outcome: dest: text feedback: content_id: feedback_1 html: <p>Happy is certainly a happy word. Can you be more creative than that?</p> labelled_as_correct: false missing_prerequisite_skill_id: null param_changes: [] refresher_exploration_id: null rule_specs: - inputs: x: contentId: rule_input_4 normalizedStrSet: - happy rule_type: Contains tagged_skill_misconception_id: null training_data: [] - outcome: dest: text feedback: content_id: feedback_2 html: <p>That is definitely happy! Can you think of any more?</p> labelled_as_correct: false missing_prerequisite_skill_id: null param_changes: [] refresher_exploration_id: null rule_specs: - inputs: x: contentId: rule_input_5 normalizedStrSet: - heart rule_type: Contains tagged_skill_misconception_id: null training_data: - cheerful - merry - ecstatic - glad - overjoyed - pleased - thrilled - smile confirmed_unclassified_answers: [] customization_args: placeholder: value: content_id: ca_placeholder_3 unicode_str: '' rows: value: 1 default_outcome: dest: final feedback: content_id: default_outcome html: <p>Is {{answer}} actually happy? I'm not so sure. Let's move on!</p> labelled_as_correct: false missing_prerequisite_skill_id: null param_changes: [] refresher_exploration_id: null hints: [] id: TextInput solution: null next_content_id_index: 6 param_changes: [] recorded_voiceovers: voiceovers_mapping: ca_placeholder_3: {} content: {} default_outcome: {} feedback_1: {} feedback_2: {} rule_input_4: {} rule_input_5: {} solicit_answer_details: false card_is_checkpoint: true written_translations: translations_mapping: ca_placeholder_3: {} content: {} default_outcome: {} feedback_1: {} feedback_2: {} rule_input_4: {} rule_input_5: {} states_schema_version: 42 tags: [] title: Demonstrating string classifier