format-for-composer-backup.jsā¢1.11 kB
#!/usr/bin/env node
/**
* Format for Composer Tool - SUPERSEDED by v5.2.0
* @deprecated This file has been superseded by the corrected implementation in format-for-composer.js v5.2.0
* @version 5.1.0 (DEPRECATED)
* @superseded_date January 12, 2025
* @superseded_reason JSON format did not match official EuConquisto Composer API reference
* @replacement format-for-composer.js v5.2.0 with exact API compliance
*/
// DEPRECATED - DO NOT USE
// This implementation was superseded due to incorrect JSON format that caused:
// - 500 errors in Composer interface
// - JavaScript console errors (Cannot read properties of undefined)
// - Incompatible widget structures for quiz-1 and flashcards-1
//
// Use format-for-composer.js v5.2.0 instead for exact API compliance
console.error('[DEPRECATED] format-for-composer-backup.js is superseded by v5.2.0');
console.error('[DEPRECATED] Use format-for-composer.js v5.2.0 for exact API compliance');
export function createComposerFormatter() {
throw new Error('DEPRECATED: This formatter has been superseded by v5.2.0. Use the updated format-for-composer.js');
}