+ {['text', 'integer', 'float'].includes(q.type) && (
+
+
+
+ )}
+ {['textarea'].includes(q.type) && (
+
+
+
+ )}
+ {['password'].includes(q.type) && (
+
+ )}
+ {['multiplechoice'].includes(q.type) && (
+
+
+ )}
+ {['multiselect'].includes(q.type) && (
+
+
+ )}
+
+ ))}
+