"; $tableOfnodes .= ""; $tableOfnodes .= $plugin->get_lang('TypeContent').""; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= "Find the words"; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= " ".$plugin->get_lang('Use')." "; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= "Drag the words"; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= " ".$plugin->get_lang('Use')." "; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= "Dialog card"; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= " ".$plugin->get_lang('Use')." "; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= "Memory"; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= " ".$plugin->get_lang('Use')." "; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= "Mark the words"; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= " ".$plugin->get_lang('Use')." "; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= "Guess the answer"; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= " ".$plugin->get_lang('Use')." "; $tableOfnodes .= ""; $tableOfnodes .= ""; $tableOfnodes .= ""; } // Use $tds defined in translate.php $html = $translations.''; $form->addText('title', get_lang('Title'), false); $form->addText('descript', get_lang('Description'), false); $nodeTypeForm = $form->addText('node_type', 'node_type', false); $nodeTypeForm->setValue($nodeType); $form->addText('terms_a', 'terms_a', false); $form->addText('terms_b', 'terms_b', false); $form->addText('terms_c', 'terms_c', false); $form->addText('terms_d', 'terms_d', false); $form->addText('terms_e', 'terms_e', false); $form->addText('terms_f', 'terms_f', false); $form->addElement('static', '', '', $html); $form->addButtonSave(get_lang('Save'));