+ {/* Pontszám */}
+
+
+
+
- {/* Időlimit */}
-
-
-
-
+ {/* Időlimit */}
+
+
+
+
- {/* Karakterlimit (csak szöveges válasznál) */}
- {card.subType === 'text' && (
-
+ {/* Karakterlimit (csak szöveges válasznál) */}
+ {card.subType === 'text' && (
+
+
+
+
+ )}
+
+
+ {/* Magyarázat */}
+
- updateField('characterLimit', parseInt(e.target.value) || 0)}
- className="w-full px-4 py-2 rounded-xl bg-[color:var(--color-background)] border border-[color:var(--color-surface-selected)] text-[color:var(--color-text)] focus:ring-2 focus:ring-[color:var(--color-success)] focus:border-transparent outline-none transition-all duration-200"
- min="10"
- max="500"
+
- )}
-