analytica-frontend-lib
Version:
Repositório público dos componentes utilizados nas plataformas da Analytica Ensino
10 lines • 453 B
TypeScript
import type { ReactNode } from 'react';
import type { QuestionRendererProps } from '../types';
/**
* Render fill in the blanks question
* Shows text with student answers highlighted (green if correct, red if wrong)
* Also shows a correct answers section
* Returns content without wrapper (for accordion use)
*/
export declare const renderQuestionFill: ({ question, result, }: QuestionRendererProps) => ReactNode;
//# sourceMappingURL=index.d.ts.map